Hello,
I am using Modbus TCP 11 library from the store https://www.plcnextstore.com/eu/app/2221 to implement Modbus TCP server on AXL 2152 PLCs.
In the MB_TCP_Server_6 function block there are two input variables tReconnectDelay and tTimeout. After reading the library manual I am still not sure what is the use of these parameters and how they affect the operation of the Modbus TCP server.
I hope someone can explain it to me in more detail?
Hello Maltar,
please find the information about the “tTimeout” parameter under following link: Timeout (computing) - Wikipedia .
The “tReconnectDelay” parameter is also used in the network technology, because it makes no sense to establish the connection as fast as possible in case, if the connection fails cyclically (spares the CPU load of PLC and network load).
BR Eduard