You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

Remote Engineering and Multi-User Collaborative Development is a powerful tool that helps to shorten project development time. By utilizing this feature, a project development team can work together at the same time on the same project without the need to do any sort of merging, importing, etc.  In addition, this feature can also be used to centralize projects in a server and edit projects remotely.


System Requirements

To make use of this feature the following system requirements need to be met:

  • A WebServer (TWevbServer or IIS) must be running on the server
  • The same product version must be installed on all computers using this feature
  • The server computer must contain a license that enables multi-users



How to Use

Engineering users can configure the server project by using workstations, which are attached to the network, instead of having to work on the server itself.

Within the local workstation the software they can point to the remote server (instead of a local project) and, thereby, work on the server project (possibly in conjunction with other users) without having to work from the server.

To use this feature with all computers connected to the same network, the following configurations are required: 


Server Computer

Open the welcome screen and navigate to the License tab. You should see a square box with information on engineering.

Under the Engineering User field, you will find the amount of concurrent engineering users that are supported by the current license.

 

Make sure you have the TWebServer (or IIS with services installed) running and make notice of which port it is running in. This information is available in the icon tray.

You cannot mix local project (without the web server) and remote project. If you have one instance of local project (without the web server) the remote ones will open as ReadOnly.

For multiple engineering users to edit the same project, the project server must also be connected to itself. 


Client Computer

Open the welcome screen and navigate to the Server tab. Under Project Server, click on Remote and insert the remote server's IP address and TWebServer port number using the following syntax:

http://<Server IP Address>:<Port Number>/


 

Once the connection is established, navigate to the Projects tab to see the projects that are on the server computer. 



Launching a project

After a project is opened and edited, it can be executed using a few different settings. In Run-Startup, the Startup Computer can be configured either as Local or Project Server.

  • Local: The TStartup (project ) is launched locally on the client PC
  • Project Server: The TStartup (project) is launched on the server PC

In Run-Modules, you should see two options regarding the displays:

  • If Displays is selected - A RichClient is opened on the project server when the project is started
  • If LocalDisplays is selected - A RichClient is opened on local PC when the project is started

 

The Diagnostic Tools (Property Watch, Trace Window and Module Information) can be accessed through the TStartup buttons or through the command line (Server Domain).



Editing a project

The configuration over spreadsheet like Tags, Alarm, Dataset, etc are accessed without any semaphore or lock control. The last user to apply a configuration will be the last configuration to be the current and valid.

The system will synchronize the modified configuration with all another client, time to time (around 10s). So, if someone to create a tag. After some seconds, this tag will be available to be use by another remote user, it is the same to another spreadsheet configuration.

When talking about documents like Display, Scripts and Reports. There is a LockState and LockOwner property and the user cannot edit a document when another user is already editing this same document. A right top indication on display will show when it happens.

In the spreadsheet about Display, Scripts and report the user can see the content of these properties LockState and LockOwner, including the remote computer where the document is already opened.

If a document is blocked to edit there is a way to force the release. In the welcome you need close the connection of this specific client with the server. Clicking on drop connection button.


  • No labels