The ModbusAsyncDevice represents a Modbus serial (async) device under a ModbusAsyncNetwork, 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, data mode (RTU or ASCII), 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.
Copyright © 2000-2014 Tridium Inc. All rights reserved.