
Bit 000007 (Customer) asked a question.
Hello, so I currently have 5 click PLCs using modbus TCP via WLAN. 4 of them are slaves 1 is the master. Im using the master click to **recieve** counts from the slave plcs for part counts from stamping presses around a plant. The master plc is then showing all those counts on a EA9 HMI. I was wondering how many slave PLCs a master can keep receiving from, is there a limit? I was planning on adding 10 more.
thanks
Edit: This is a pretty new project I’m working on so I’d like to also add that every other day all the slave PLCs counts have been freezing on the master PLC until I cycle power to the master PLC then everything goes back to normal. Is this a wifi issue?
I'd like to clarify two points.
These limits are for simultaneous active connections. You may have as many TCP Slave (Server) devices as needed. But at any point in time you may only have Send/Receive Instructions Enabled for 4 devices. The PLC will close an unused connection to one device, and then open a new connection to another device. In this way you can use ladder code to control the update rates and priority of each ModbusTCP Server device.
Since you are using WLAN. The Port1 and WLAN connection limits are independent for ModbusTCP. So 4 connections for Port1, and separately 4 connections for WLAN.