Simulator for multiple modbus slaves

528 Views Asked by At

Hello is there any tcp modbus slave simulator that could simulate 3 slaves simultaneously from one pc? Is it possible?

The main concept is that i have to deal with a plc that controls some VFD although i want to imitate those VFD and give the feedback of those 3 back to plc from my pc.

1

There are 1 best solutions below

0
from56 On BEST ANSWER

You can start 3 instances of the ModRSsim program but on a single computer it is not possible for more than one program to listen for connections on the same TCP port number.

Therefore, only one of the instances can use the standard Modbus 502 TCP port and the other two must use another port number.