
You access these properties by expanding the Presets folder in the Nav tree and double-clicking the ModbusClientPresetRegisters.
| Property | Value | Description |
|---|---|---|
| Starting Address | additional properties |
Specifies the address of the first holding register to write (prior to any offset address change as a result of using device-level Base Address), as a combination of:
|
| Absolute Starting Address | read-only | Differs from Data Address only if using the device Base Addresses. It is the sum of the Data Address value and the associated Base Address value (as configured in the parent Modbus device). This is the actual address that uses when writing the first register’s preset value. |
| Status | read-only | Displays the status of the container slot—can be fault if a previous write to a child preset register failed for some reason. |
| Write On Input Change | true or false (default)
|
Configures when to write a value to the register.
|
| Data Type | drop-down | Selects the location of the data in the slave device. Coils store on/off values. Registers store numeric values. Each coil or contact is 1 bit with an assigned address between 0000 and 270E. Each register is one word (16 bits, 2 bytes) as well as a data address between 0000 and 270E. |
Two right-click actions on a Modbus Client Preset Registers container are as follows:
To write all the preset register values currently in child ModbusClientPresetCoil components.
To add an additional child ModbusClientPresetRegister component, specifying its numerical value in the popup window. The component is added to the end of the existing slot order.