You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: