ModbusClientPresetCoils is a container used for writing preset Modbus coil (boolean) data values to a client Modbus device. As copied from the palette, a single child ModbusClientPresetCoil entry exists in this component, where you can enter a preset value (false or true) for that coil. Also, you can add additional
(consecutive) preset coil entries, each with its own value, by using the “Add Preset Coil Value” action (or by duplicating
or by copying from the palette).
ModbusClientPresetCoils configuration requires specifying the Starting Address of the first coil.
Writing occurs when the linkable “write” action is fired. Values specified in the dynamic children are written to the device using the specified starting (absolute) address, and the slot order of the children determines what (consecutive) address is assigned to their values.
As needed, you can copy these components from the modbusAsync or modbusTcp palette into a ModbusAsyncDevice, ModbusTcpDevice, or ModbusTcpGatewayDevice.
Presets (registers and coils) provide write-access only, and are not proxy points—they do not produce polling activity. If
copied under the Points container of the client Modbus device, they will not be visible in the Point Manager. You may wish
to add a “Presets” container under the device to keep any preset objects.
For more details, see Modbus Client Preset Coils.
Copyright © 2000-2014 Tridium Inc. All rights reserved.