Setting Reconnection Delay in Distributed Systems
To avoid reconnection issues in large distributed systems, which might cause that alarms do not display after any of the systems reconnects, you can set a reconnection delay in the project config file as follows:
- Stop the project.
- Navigate to the project folder: C:\GMSProjects\[Project].
- Open the config file with a text editor.
- Under the
[GMS]section, set the appropriate numeric value for the following parameter expressed in milliseconds: -
AlarmsReconnectionMsDelay - For example, by setting 30000, after any system reconnects, the reconnection of alarms is delayed of 30 seconds.
- Save and close the file.
- Start the project.
>>under Setting up the Distributed System