Skip to content

Commit

Permalink
Merge pull request #211 from sunspec/development
Browse files Browse the repository at this point in the history
700 models; Removed notes attribute.
  • Loading branch information
bobfox authored Apr 14, 2021
2 parents b976952 + 44a4315 commit 9669dde
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 644 deletions.
123 changes: 0 additions & 123 deletions json/model_701.json

Large diffs are not rendered by default.

79 changes: 0 additions & 79 deletions json/model_702.json

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions json/model_703.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
"desc": "Enter service model.",
"label": "Enter Service",
"name": "DEREnterService",
"notes": "",
"points": [
{
"desc": "Enter service model ID.",
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"notes": "",
"size": 1,
"static": "S",
"type": "uint16",
Expand All @@ -21,7 +19,6 @@
"label": "Model Length",
"mandatory": "M",
"name": "L",
"notes": "",
"size": 1,
"static": "S",
"type": "uint16",
Expand All @@ -32,17 +29,14 @@
"desc": "Permit enter service.",
"label": "Permit Enter Service",
"name": "ES",
"notes": "",
"size": 1,
"symbols": [
{
"name": "DISABLED",
"notes": "",
"value": 0
},
{
"name": "ENABLED",
"notes": "",
"value": 1
}
],
Expand All @@ -53,7 +47,6 @@
"desc": "Enter service voltage high threshold as percent of normal voltage.",
"label": "Enter Service Voltage High",
"name": "ESVHi",
"notes": "",
"sf": "V_SF",
"size": 1,
"type": "uint16",
Expand All @@ -64,7 +57,6 @@
"desc": "Enter service voltage low threshold as percent of normal voltage.",
"label": "Enter Service Voltage Low",
"name": "ESVLo",
"notes": "",
"sf": "V_SF",
"size": 1,
"type": "uint16",
Expand All @@ -75,7 +67,6 @@
"desc": "Enter service frequency high threshold.",
"label": "Enter Service Frequency High",
"name": "ESHzHi",
"notes": "",
"sf": "Hz_SF",
"size": 2,
"type": "uint32",
Expand All @@ -86,7 +77,6 @@
"desc": "Enter service frequency low threshold.",
"label": "Enter Service Frequency Low",
"name": "ESHzLo",
"notes": "",
"sf": "Hz_SF",
"size": 2,
"type": "uint32",
Expand All @@ -97,7 +87,6 @@
"desc": "Enter service delay time in seconds.",
"label": "Enter Service Delay Time",
"name": "ESDlyTms",
"notes": "",
"size": 2,
"type": "uint32",
"units": "Secs"
Expand All @@ -107,7 +96,6 @@
"desc": "Enter service random delay in seconds.",
"label": "Enter Service Random Delay",
"name": "ESRndTms",
"notes": "",
"size": 2,
"type": "uint32",
"units": "Secs"
Expand All @@ -117,7 +105,6 @@
"desc": "Enter service ramp time in seconds.",
"label": "Enter Service Ramp Time",
"name": "ESRmpTms",
"notes": "",
"size": 2,
"type": "uint32",
"units": "Secs"
Expand All @@ -126,7 +113,6 @@
"desc": "Enter service delay time remaining in seconds.",
"label": "Enter Service Delay Remaining",
"name": "ESDlyRemTms",
"notes": "",
"size": 2,
"type": "uint32",
"units": "Secs"
Expand All @@ -135,7 +121,6 @@
"desc": "Voltage percentage scale factor.",
"label": "Voltage Scale Factor",
"name": "V_SF",
"notes": "",
"size": 1,
"static": "S",
"type": "sunssf"
Expand All @@ -144,7 +129,6 @@
"desc": "Frequency scale factor.",
"label": "Frequency Scale Factor",
"name": "Hz_SF",
"notes": "",
"size": 1,
"static": "S",
"type": "sunssf"
Expand Down
Loading

0 comments on commit 9669dde

Please sign in to comment.