Author Topic: EthernetIPforCLXCom.ComError  (Read 869 times)

sburnette

  • Newbie
  • *
  • Posts: 2
    • View Profile
EthernetIPforCLXCom.ComError
« on: October 27, 2015, 10:20:50 AM »
All,
What is the best method for handling Com Errors (Loss of Connectivity) with the EthernetIPforCLXCom drivers?
I am trying to throw a msg and alert when I lose connectivity. I am using the latest version with VS2013.

Thanks.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: EthernetIPforCLXCom.ComError
« Reply #1 on: October 27, 2015, 07:52:06 PM »
The driver has a ConnectionClosed and ConnectionEstablished event that you can add handlers for.

Select the driver instance, then in the Properties windows click on the lightening bolt icon to see the available events.