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

Compare with Current View Page History

« Previous Version 22 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 on. 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 configurations over spreadsheet like Tags, Alarm, Dataset, etc are accessed without any semaphore or lock control. The current, valid configuration will be whatever configuration was applied by the last user. 

Around every 10 seconds, the system will synchronize any modified configurations with any other client. For example, if someone creates a tag, this tag will be available for any other remote user after a few seconds. This will also happen with any other sort of spreadsheet configuration. 

In documents like Displays, Scripts, and Reports, there is a LockState and LockOwner property. Only one user can edit these types of documents at a time. There will be an indicator at the top right whenever someone is editing a document. 

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