Skip to content

Commit 0e13064

Browse files
authored
Merge pull request #269 from devunwired/bugfix/model-703-standard-params
Correct ESRmpTms standards definition.
2 parents 25fbcac + ece14f6 commit 0e13064

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

json/model_703.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@
133133
"size": 2,
134134
"type": "uint32",
135135
"units": "Secs",
136-
"standards": []
136+
"standards": [
137+
"IEEE 1547-2018"
138+
]
137139
},
138140
{
139141
"desc": "Enter service delay time remaining in seconds.",

utils/add_sunspec_standards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
702: ['WMaxRtg', 'WOvrExtRtg', 'WOvrExtRtgPF', 'WUndExtRtg', 'WUndExtRtgPF', 'VAMaxRtg', 'NorOpCatRtg',
1313
'AbnOpCatRtg', 'VarMaxInjRtg', 'VarMaxAbsRtg', 'WChaRteMaxRtg', 'VAChaRteMaxRtg', 'VNomRtg', 'VMaxRtg',
1414
'VMinRtg', 'CtrlModes', 'ReactSusceptRtg'],
15-
703: ['ES', 'ESVHi', 'ESVLo', 'ESHzHi', 'ESHzLo', 'ESDlyTms', 'ESRmpRem', 'V_SF', 'Hz_SF'],
15+
703: ['ES', 'ESVHi', 'ESVLo', 'ESHzHi', 'ESHzLo', 'ESDlyTms', 'ESRmpTms', 'V_SF', 'Hz_SF'],
1616
704: ['PFWInjEna', 'PF_SF', 'PFWInj.PF', 'PFWInj.Ext', 'VarSetEna', 'VarSetMod', 'VarSetPri', 'VarSetPct',
1717
'VarSetPct_SF', 'WMaxLimPctEna', 'WMaxLimPct', 'WMaxLimPct_SF'],
1818
705: ['Ena', 'AdptCrvReq', 'AdptCrvRslt', 'NPt', 'NCrv', 'V_SF', 'DeptRef_SF', 'RspTms_SF', 'Crv.ActPt',

0 commit comments

Comments
 (0)