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
As stated in the title, when the library is used in scenarios that require low-latency Modbus communication, it is necessary to implement an automatic reconnection mechanism.
The text was updated successfully, but these errors were encountered:
if constant and low latency is what you're after, would using modbus over UDP work ? Granted, the target device needs to support it, but many do.
Since there is no handshake with UDP, opening the client once should be all you need. Set a really low timeout value and fire your requests in a loop.
As stated in the title, when the library is used in scenarios that require low-latency Modbus communication, it is necessary to implement an automatic reconnection mechanism.
The text was updated successfully, but these errors were encountered: