Skip to main content

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.
See the example address map below for register naming conventions.

Required Parameters

string
required
A unique name for the register.Example: measure.breaker
int
required
Corresponds to the number on the digital input module.Example: 0
Please 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 | output

Required Registers

string
required
This register is used to measure the breaker’s status.

Example

breaker_address_map.json