Hello,
I am trying to use the DoMore for a custom protocol over TCP/IP. The PLC needs to talk to several TCP servers. I can do one connection at a time, using the OPENTCP prior to doing a STREAMOUT and STREAMIN.
Is there a way to perform OPENTCP to all servers only once so that I do not have to open the connection each time?
I could do UDP comms however I need to check if the server is alive prior to sending a message, because if the server is booting up while I send a message, I lock it up. On this note, is there a way to "ping" a device with the DoMore?
Thanks,