Wonderware connection retries
Wonderware uses an asynchronous connect mechanism that makes the connector need to check from time to time if the connection is performed. To avoid infinite checks there are 2 parameters to configure this behavior.
The following parameters can be configured in the connector:
Parameter | Description |
---|---|
wonderware.connect.pending.sleepms | Time between checks (milliseconds) |
wonderware.connect.pending.maxcheck | Maximum number of checks. After all tries are exhausted the connection is terminated and an error is returned to the Plant Integration caller. |