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 breaker state.
Required Parameters
string
required
A unique name for the register.Example:
measure.breakerint
required
Corresponds 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.
string
required
Indicates whether the register is an input or an output.Options:
input | outputRequired Registers
string
required
This register is used to measure the breaker’s status.
Example
breaker_address_map.json