forked from sunspec/models
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel_127.json
More file actions
130 lines (130 loc) · 4.29 KB
/
model_127.json
File metadata and controls
130 lines (130 loc) · 4.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"group": {
"desc": "Parameterized Frequency-Watt ",
"label": "Freq-Watt Param",
"name": "freq_watt_param",
"points": [
{
"desc": "Model identifier",
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"size": 1,
"static": "S",
"type": "uint16",
"value": 127
},
{
"desc": "Model length",
"label": "Model Length",
"mandatory": "M",
"name": "L",
"size": 1,
"static": "S",
"type": "uint16"
},
{
"access": "RW",
"desc": "The slope of the reduction in the maximum allowed watts output as a function of frequency.",
"label": "WGra",
"mandatory": "M",
"name": "WGra",
"sf": "WGra_SF",
"size": 1,
"type": "uint16",
"units": "% PM/Hz"
},
{
"access": "RW",
"desc": "The frequency deviation from nominal frequency (ECPNomHz) at which a snapshot of the instantaneous power output is taken to act as the CAPPED power level (PM) and above which reduction in power output occurs.",
"label": "HzStr",
"mandatory": "M",
"name": "HzStr",
"sf": "HzStrStop_SF",
"size": 1,
"type": "int16",
"units": "Hz"
},
{
"access": "RW",
"desc": "The frequency deviation from nominal frequency (ECPNomHz) at which curtailed power output may return to normal and the cap on the power level value is removed.",
"label": "HzStop",
"mandatory": "M",
"name": "HzStop",
"sf": "HzStrStop_SF",
"size": 1,
"type": "int16",
"units": "Hz"
},
{
"access": "RW",
"desc": "Enable hysteresis",
"label": "HysEna",
"mandatory": "M",
"name": "HysEna",
"size": 1,
"symbols": [
{
"name": "ENABLED",
"value": 0
}
],
"type": "bitfield16"
},
{
"access": "RW",
"desc": "Is Parameterized Frequency-Watt control active.",
"label": "ModEna",
"mandatory": "M",
"name": "ModEna",
"size": 1,
"symbols": [
{
"name": "ENABLED",
"value": 0
}
],
"type": "bitfield16"
},
{
"access": "RW",
"desc": "The maximum time-based rate of change at which power output returns to normal after having been capped by an over frequency event.",
"label": "HzStopWGra",
"name": "HzStopWGra",
"sf": "RmpIncDec_SF",
"size": 1,
"type": "uint16",
"units": "% WMax/min"
},
{
"desc": "Scale factor for output gradient.",
"label": "WGra_SF",
"name": "WGra_SF",
"size": 1,
"type": "sunssf"
},
{
"desc": "Scale factor for frequency deviations.",
"label": "HzStrStop_SF",
"name": "HzStrStop_SF",
"size": 1,
"type": "sunssf"
},
{
"desc": "Scale factor for increment and decrement ramps.",
"label": "RmpIncDec_SF",
"name": "RmpIncDec_SF",
"size": 1,
"type": "sunssf"
},
{
"name": "Pad",
"size": 1,
"type": "pad"
}
],
"type": "group",
"detail": "Ref 3: 8.9.1.2, 8.9.4.2"
},
"id": 127
}