-
Notifications
You must be signed in to change notification settings - Fork 4
Read device info #5
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
Conversation
d3vco
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a good add. Can you tell me what kind of testing you've done? I don't have access to a device that accepts the 0x2B function right now to verify that this works as intended.
|
@d3vco I tested against a Pymodbus server. Specifically, the remote IO we have in our GRFICSv3 project if you want to check it out! https://github.com/Fortiphyd/GRFICSv3 |
|
The changes look good, but the built payloads conflict and I don't have permission to edit this PR. Can you merge main back into your branch? It won't matter which payloads you keep on the conflict because I will rebuild them after accepting the PR. |
|
@d3vco ok, I think it should be good to go now |
|
Merged! Thank you for your contribution |
This adds the Read Device Information Modbus function, which is an example of T0888.