cpppo
cpppo copied to clipboard
Implicit (cyclic) communication for lower latency
Hi there,
Thanks for the lib !
I am having issues regarding performance and timings using the poll function. I have a laser trigger device connected via ethernet and I want to get its current value the fastest way possible. Using poll, I am noticing some delay and I am missing some triggers. I am pretty new to Ethernet/IP and CIP. Reading the device doc, I found out about cyclic communication (implicit) instead of explicit messaging.
Does cpppo handle this kind of communication (which is supposed to be faster) ? If so, how to use it ?
Thanks for the help, I would be glad to clear any misunderstandings I may have about these protocols.