Modbus Server
Modbus server achieves the mapping from tag to Modbus address, allowing Modbus Client on the upper computer to read/write tags via Modbus TCP or Modbus RTU.
Device ID Setting
Set a different Device ID for ModbusServer for client access

Modbus TCP Configuration
Modbus TCP service allows the upper computer to access the device through Modbus TCP protocols of TCP/IP.
The configurations of Modbus TCP are as follows:
-
Port Number: Set the number of the port Modbus TCP listens on. The default number is 502.
-
Max Users: Set the maximum number of users that can be connected at the same time. The default value is 4, which means at most 4 client ends can simultaneously access the device through Modbus TCP protocol.
-
Idle Time: Specify the maximum time when the client writes/reads no data to/from the server after the TCP connection has be established. The default value is 120 seconds. After that, the client will be automatically disconnected from the server. If this value is set to 0, the server will never be disconnected.
Modbus RTU Configuration
Modbus RTU service allows the upper computer to access the device through serial port connection (RS-232/485) or virtual serial port connection via Modbus RTU protocol.
The configurations of Modbus RTU are as follows:
-
Device ID: It is sometimes called Station Number, which is the node ID of a Modbus RTU device on serial bus.
-
Port: Specify the serial port number Modbus RTU service will apply to. The drop-down list shows all available ports of the current device. If a certain port is missed, it means this port may be occupied by other services. At this time, you need to manually delete the occupied COM port in the data center to configure this port.
-
Baud Rate: Set the baud rate of the serial transmission. The default value is 9600.
-
Data Bit: Set the data bit of the serial transmission. The default value is 8.
-
Stop Bit: Set the stop bit of the serial transmission. The default value is 1.
-
Parity: Specify the parity check rules of the serial transmission. The default option is Node, which means no parity check is applied.