-
Notifications
You must be signed in to change notification settings - Fork 56
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
Implement function 23 on modbus #47
Comments
Currently there is no F23 implementation (Read/Write Multiple registers) but it could be added. For history sake i'll paste modbus spec info about it here:
it is almost combination of WriteMultipleRegistersRequest and ReadHoldingRegistersResponse - not that hard to create. |
That's great! Yes for sure i'll test it next week! |
Example can be found here https://github.com/aldas/modbus-tcp-client/blob/fc23_implementation/examples/fc23.php |
Hello Aldas!
It´s me again :)
There is any to use function 23 on this library?
I got a new cenario and f23 will reduce a lot of the communication.
The text was updated successfully, but these errors were encountered: