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 was doing some testing on the modbus node and it seems like there are two issues.
When trying to write a value sometimes it doesn't work, and on some systems it does. I think this has to do with the function code that the modbus-serial is trying to write with.
When reading values and timeout occurs, the values then get queued up and then after a while all come through at once. How big is the queue? The driver should be able to manage the read and write requests with with a response timeout value and a polling interval. How is this managed when there are several points (around 60)?
The text was updated successfully, but these errors were encountered:
I was doing some testing on the modbus node and it seems like there are two issues.
When trying to write a value sometimes it doesn't work, and on some systems it does. I think this has to do with the function code that the modbus-serial is trying to write with.
When reading values and timeout occurs, the values then get queued up and then after a while all come through at once. How big is the queue? The driver should be able to manage the read and write requests with with a response timeout value and a polling interval. How is this managed when there are several points (around 60)?
The text was updated successfully, but these errors were encountered: