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 want to write multiple values( not continuous ) to one modbus slave. For example, I want to write 1 to offset 1, 2 to offset 5, 3 to offset 10. In order to do this, I can only send three requests. But doing this is much slower than sending one request, especially when there are a lot of offsets to be written. Is there any way to write multi values that are not continuous in just one request?
Or is there any other way to fulfill this requirement(write multi values that are not continuous quickly) ?
The text was updated successfully, but these errors were encountered:
I want to write multiple values( not continuous ) to one modbus slave. For example, I want to write 1 to offset 1, 2 to offset 5, 3 to offset 10. In order to do this, I can only send three requests. But doing this is much slower than sending one request, especially when there are a lot of offsets to be written. Is there any way to write multi values that are not continuous in just one request?
Or is there any other way to fulfill this requirement(write multi values that are not continuous quickly) ?
The text was updated successfully, but these errors were encountered: