Is it possible to run pymodbus simulation with multipy slaves? #1938
-
I want to run pymodbus simulation (with http ui) with multiple slaves from JSON configuration. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Yes read the documentation. |
Beta Was this translation helpful? Give feedback.
-
You can easily define n servers with different com ports, and then connect each com port to the rs485 cable. Just a head up, a server with only 1 com port, cannot simulate n slaves on the same rs485 line...simply because it is only have one connection, so a lot of tests would be wrong. in tcp a server be have n slaves connected, but the server act as 1 devices with n devices connected below it. |
Beta Was this translation helpful? Give feedback.
Yes read the documentation.