Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,是否有任何 tcp modbus slave 模拟器可以同时从一台 pc 模拟 3 个 slave?可能吗?
主要概念是我必须处理一个控制一些 VFD 的 plc,尽管我想模仿那些 VFD 并将这 3 个的反馈从我的电脑返回给 plc。
您可以启动 ModRSsim 程序的 3 个实例,但在一台计算机上,不可能有多个程序在同一 TCP 端口号上侦听连接。
因此,只有一个实例可以使用标准 Modbus 502 TCP 端口,另外两个必须使用另一个端口号。