I have a Do-More (call it cool) that writes (MWX) 1 other do-more (call it Anneal), and reads (MRX) one do-more (call it Oven). I have created tcp device for each.
I had 3 do-mores each with a MRX to the (Cool) do-more looking at the same coil, using the internal modbus tcp client.
All worked well until I added a fourth do-more with a MRX to the (cool) do-more, and this fourth do-more would give MRX fail warnings.
Increased concurrent sessions on the (cool) do-more to 5 and all is well.
My question is am I limited to 16 do-mores reading the (cool) do-more with modbus, or do I just need to do writes in the (cool) do-more to all the others (then I could use stages so they wouldn't be concurrent. Using modbus instead of peerlink because I have a lot of mixed devices, but they all can use modbus.