AdvancedHMI Software

General Category => Support Questions => Topic started by: WellsCPak on November 10, 2015, 04:37:48 PM

Title: Comms instability - EthernetIPforCLX
Post by: WellsCPak on November 10, 2015, 04:37:48 PM
Archie,

I have a project with multiple forms (and a comm component on each one) that will occasionally drop communications and stop updating labels, data subscribers, etc. I haven't found a way to repeat this issue in development, it only happens in production, and it is seemingly random. I'm not sure what the actual error is, or if there is one.
When this happens, is there any way to catch that communication has stopped happening and handle that somehow? Are there methods to re-open communication without restarting the project/form?

Thanks!
Title: Re: Comms instability - EthernetIPforCLX
Post by: Archie on November 10, 2015, 06:55:26 PM
If a response is not received from the PLC, then it will close the connection and try to re-open to re-establish communications. This can take about 10 seconds.

There is a ConnectionClosed event on the driver you can add a handler to for a notification of when this happens.