Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Nov 6, 2023
1 parent 2a74989 commit 0277c5a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions services/core/IEEE_2030_5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@ point_map: config:///inverter_sample.csv
See the [inverter_sample.csv](inverter_sample.csv) file.
In the inverter_sample.csv file we have columns such as the following excerpt. The Point Name
corresponds to an all message published to the device_topic. Only the points with both the
Parameter Type and the Point Name are used when publshing/setting points to the platform.driver.
| Point Name | Description | Multiplier | MRID | Offset | Parameter Type | Notes |
|------------------------|-------------------|------------|------|--------|---------------------------------------------|---------------------------------------------------|
| ctrl_connected | | | | | DERControlBase::opModConnect | True/False Connected = True, Disconnected = False |
| ctrl_energized | | | | | DERControlBase::opModEnergize | True/False Energized = True, De-Energized = False |
| ctrl_fixed_pf_absorb_w | | | | | DERControlBase::opModFixedPFAbsorbW | |
|------------------------|-------------------|------------|------|--------|---------------------------------------------|---------------------------------------------------|
## Agent Installation ##
The 2030.5 agent can be installed and started using an activated terminal from the root of the volttron
Expand Down

0 comments on commit 0277c5a

Please sign in to comment.