A dedicated control map is required for each Modbus device. However, this control map can be reused for devices of the same type from the same manufacturer. For example, if you have multiple 30C3 converters in your microgrid application, you can use the same control map for all of them.Documentation Index
Fetch the complete documentation index at: https://docs.directenergypartners.com/llms.txt
Use this file to discover all available pages before exploring further.
Required Parameters
The unique name of the control command.Example:
getMeasurementsThis contains a list of read or write commands that will be executed when the control command is called upon.Example:
measurements1? | measurements2? | measurements3? | measurements4?Note the difference between read and write commands:
- Read Commands:
- Add a ‘?’ after every register to be read.
- Separate each register with a ‘|’.
- Write Commands:
- Place a ‘=’ between the control register and the value to be written.
- Separate each control register with a ‘|’.
Example
modbus_control_map.json