Skip to content

Commit

Permalink
#229 - Model 714; Added units to points
Browse files Browse the repository at this point in the history
  • Loading branch information
shelcrow committed Dec 9, 2021
1 parent 73868e7 commit 88b8414
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions json/model_714.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,47 +73,53 @@
"name": "DCA",
"sf": "DCA_SF",
"size": 1,
"type": "int16"
"type": "int16",
"units": "A"
},
{
"desc": "DC voltage for the port.",
"label": "DC Voltage",
"name": "DCV",
"sf": "DCV_SF",
"size": 1,
"type": "uint16"
"type": "uint16",
"units": "V"
},
{
"desc": "DC power for the port.",
"label": "DC Power",
"name": "DCW",
"sf": "DCW_SF",
"size": 1,
"type": "int16"
"type": "int16",
"units": "W"
},
{
"desc": "Total cumulative DC energy injected for the port.",
"label": "DC Energy Injected",
"name": "DCWhInj",
"sf": "DCWH_SF",
"size": 4,
"type": "uint64"
"type": "uint64",
"units": "Wh"
},
{
"desc": "Total cumulative DC energy absorbed for the port.",
"label": "DC Energy Absorbed",
"name": "DCWhAbs",
"sf": "DCWH_SF",
"size": 4,
"type": "uint64"
"type": "uint64",
"units": "Wh"
},
{
"desc": "DC port temperature.",
"label": "DC Port Temperature",
"name": "Tmp",
"sf": "Tmp_SF",
"size": 1,
"type": "int16"
"type": "int16",
"units": "C"
},
{
"desc": "DC port status.",
Expand Down Expand Up @@ -273,31 +279,35 @@
"name": "DCA",
"sf": "DCA_SF",
"size": 1,
"type": "int16"
"type": "int16",
"units": "A"
},
{
"desc": "Total DC power for all ports.",
"label": "DC Power",
"name": "DCW",
"sf": "DCW_SF",
"size": 1,
"type": "int16"
"type": "int16",
"units": "W"
},
{
"desc": "Total cumulative DC energy injected for all ports.",
"label": "DC Energy Injected",
"name": "DCWhInj",
"sf": "DCWH_SF",
"size": 4,
"type": "uint64"
"type": "uint64",
"units": "Wh"
},
{
"desc": "Total cumulative DC energy absorbed for all ports.",
"label": "DC Energy Absorbed",
"name": "DCWhAbs",
"sf": "DCWH_SF",
"size": 4,
"type": "uint64"
"type": "uint64",
"units": "Wh"
},
{
"desc": "DC current scale factor.",
Expand Down

0 comments on commit 88b8414

Please sign in to comment.