modbusTcp-ModbusTcpDevice

 The ModbusTcpDevice represents a Modbus TCP device under a ModbusTcpNetwork, for client access by the station (acting as Modbus master). In addition to the typical device components, it contains properties to specify the device’s Modbus address, and other configuration including slots to specify the base address for its Modbus data items (holding registers, input registers, inputs, coils), plus a DevicePollConfigTable for device polling.

Its Points extension (ModbusClientPointDeviceExt) contains Modbus proxy points with client proxy extensions (ModbusClientBooleanProxyExt, ModbusClientNumericProxyExt, ModbusClientRegisterBitProxyExt), used to read and write data to the defined data items. The device can also contain one or more ModbusClientStringRecord components.

For more details, see About Modbus client devices.