Connecting KepServerEnterprise with multiple Modbus devices to talk to FTView SE
- October 27, 2025
- 1 reply
- 484 views
I have used Modbus Device Simulator (PyModbus) to run 200 Battery, 90 PCS and 10 FIP Modbus devices on localhost each with 1000+ registers.
The simulator created devices sequentially from a port you specify, e.g. 300 devices starting on port 6001 will occupy the ports 6001-6300 with specified number of registers. Refer the attached test screenshots.
All simulator devices are working correctly and can see values update with open ModScan client software, but all the values are zeroed in the OPC Quick client and in FT View Live Data Test Client even though the comms quality is Good. Refer the ModScan Output image.
Unfortunately, I cannot set the ports for the channels independently. As soon as I change the port on one channel, same port gets assigned for all channels.
Is it possible to setup multiple instances of PyModbus TCP device simulators, and create lots of tags with cell data in KepServer to read it on FTview SE on the same machine?

