Modbus TCP Read Failed - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2) +--- Thread: Modbus TCP Read Failed (/showthread.php?tid=3412) |
Modbus TCP Read Failed - khalil - 10.06.2021 Hello Dears I have a Siemens Logo PLC modbus act as Modbus Srever and I have two clients LM and Enterprise server from Schneider electric I got these errors in the LM error log: read failed: Broken pipe read failed: connection reset by peer first is it possible to have two clients in modbus TCP, if yes how to accomplish it without errors? regards, RE: Modbus TCP Read Failed - Daniel - 10.06.2021 It is possible to have many modbus clients but it is fully up to the modbus server to handle. Try enabling persistent mode. Reboot your PLC and see it this helps. RE: Modbus TCP Read Failed - khalil - 10.06.2021 (10.06.2021, 09:08)Daniel. Wrote: It is possible to have many modbus clients but it is fully up to the modbus server to handle. Try enabling persistent mode. Reboot your PLC and see it this helps. thank you Daniel for your reply I was using the same port for the two clients, which makes the issue regards, |