Hi all,
I am using a MicroLogix 1100 by EthernetIP communication (so, i am using the EthernetIPforSLCMicroCom driver).
My application has 5 pages, and in each page I need read differents variables each 2 seconds. The maximum variables number is 100 INT.
So, what is the best choice to read this 100 INT? The DataSubscriber or use a Timer (Windows Component) and each 2 seconds read variables with PLC.Read() function ?
Another question, how I can detect that PLC is disconnected? I need a flag/bit/int that indicates the PLC Communication state.
Thank you,