cpppo icon indicating copy to clipboard operation
cpppo copied to clipboard

Implicit (cyclic) communication for lower latency

Open danousna opened this issue 4 years ago • 0 comments

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.

danousna avatar May 07 '21 07:05 danousna