Skip to content

Commit

Permalink
Merge pull request #220 from sunspec/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
bobfox authored Jun 1, 2021
2 parents b521b41 + e59b0db commit e59e9aa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions json/model_701.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"value": 2
},
{
"name": "MPPT",
"name": "RUNNING",
"value": 3
},
{
Expand Down Expand Up @@ -271,7 +271,7 @@
"comments": [
"Summary"
],
"desc": "Total active power.",
"desc": "Total active power. Active power is positive for DER generation and negative for absorption.",
"label": "Active Power",
"name": "W",
"sf": "W_SF",
Expand All @@ -298,12 +298,12 @@
"units": "Var"
},
{
"desc": "Power factor.",
"desc": "Power factor. The sign of power factor should be the sign of active power.",
"label": "Power Factor",
"name": "PF",
"sf": "PF_SF",
"size": 1,
"type": "uint16"
"type": "int16"
},
{
"desc": "Total AC current.",
Expand Down Expand Up @@ -470,7 +470,7 @@
"name": "PFL1",
"sf": "PF_SF",
"size": 1,
"type": "uint16"
"type": "int16"
},
{
"desc": "Current phase L1.",
Expand Down Expand Up @@ -571,7 +571,7 @@
"name": "PFL2",
"sf": "PF_SF",
"size": 1,
"type": "uint16"
"type": "int16"
},
{
"desc": "Current L2.",
Expand Down Expand Up @@ -672,7 +672,7 @@
"name": "PFL3",
"sf": "PF_SF",
"size": 1,
"type": "uint16"
"type": "int16"
},
{
"desc": "Current L3.",
Expand Down

0 comments on commit e59e9aa

Please sign in to comment.