Naming Conventions
While not mandatory, it is recommended to adopt the following naming conventions for clarity and usability:- Read Operations: Prefix register names with
measure.to signify that the register is used to read the contactor state.
Required Parameters
A unique name for the register.Example:
measure.contactorCorresponds to the number on the digital input module.Example:
0Please note that the address should start from 0, not from 1. However, the physical address on the I/O module begins at 1.
Indicates whether the register is an input or an output.Options:
input | outputRequired Registers
This register is used to measure the contactor’s status.
Example
contactor_address_map.json