-
Notifications
You must be signed in to change notification settings - Fork 17
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
Modbus slave ID #2
Comments
I think a request with a wrong id (event thou we do not need the id for modbus tcp) are usually not going to timeout. Give me some more informations like server and client IP. What kind of a plc are you using. Can you ping your PLC? try to connect to the plc with the node-modbus library. |
Hi, have hard coded the Slave ID of my machine and it works... You have putted .setUID(255); I have .setUID(1); If we make a function arguments, everybody will be happy. On Tue, 7 Jun 2016 at 17:38 Stefan Poeter [email protected] wrote:
|
I will see to it. Great work. Thanks. |
Hello, seems I can't use this library for a real connection with an industrial machine.
The machine have modbus slave ID = 1. Where I can set the slave ID? All the request goes to timeout.
I am playing with Example_01 (read holding reg, FC03)
Best Regards
The text was updated successfully, but these errors were encountered: