Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to write multi values that are not continuous in one request? #37

Open
zhtisi opened this issue May 19, 2020 · 1 comment
Open

How to write multi values that are not continuous in one request? #37

zhtisi opened this issue May 19, 2020 · 1 comment

Comments

@zhtisi
Copy link

zhtisi commented May 19, 2020

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) ?

@jdzhang1221
Copy link

怎么解决的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants