Managing TCP Connections for Modbus
Original instructions
Overview
The connection can be opened either by the local PLC or by a remote station that wants to communicate with the local PLC.
A connection is characterized by the pair:
(local TCP port, local IP address; remote TCP port, remote IP address)
NOTE: Connection management is transparent to the user.