76
Support Questions / Handling loss of ethernet communications with EthernetIPforCLXCom
« on: January 07, 2015, 01:41:57 PM »
Using v3.83 and Visual Studio 2013.
How can I gracefully handle loss of ethernet communications with my plc? When I unplug the ethernet cable, I got this unhandled exception.
An unhandled exception of type 'System.NullReferenceException' occurred in AdvancedHMIDrivers.dll
Additional information: Object reference not set to an instance of an object.
Ideally, I would like to display a message that communications to the plc have been lost and then clear the message when communications have been reestablished.
Thanks
How can I gracefully handle loss of ethernet communications with my plc? When I unplug the ethernet cable, I got this unhandled exception.
An unhandled exception of type 'System.NullReferenceException' occurred in AdvancedHMIDrivers.dll
Additional information: Object reference not set to an instance of an object.
Ideally, I would like to display a message that communications to the plc have been lost and then clear the message when communications have been reestablished.
Thanks