forked from sunspec/models
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel_128.json
More file actions
174 lines (174 loc) · 5.92 KB
/
model_128.json
File metadata and controls
174 lines (174 loc) · 5.92 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"group": {
"desc": "Dynamic Reactive Current ",
"label": "Dynamic Reactive Current",
"name": "reactive_current",
"points": [
{
"desc": "Model identifier",
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"size": 1,
"static": "S",
"type": "uint16",
"value": 128
},
{
"desc": "Model length",
"label": "Model Length",
"mandatory": "M",
"name": "L",
"size": 1,
"static": "S",
"type": "uint16"
},
{
"access": "RW",
"desc": "Indicates if gradients trend toward zero at the edges of the deadband or trend toward zero at the center of the deadband.",
"label": "ArGraMod",
"mandatory": "M",
"name": "ArGraMod",
"size": 1,
"symbols": [
{
"name": "EDGE",
"value": 0
},
{
"name": "CENTER",
"value": 1
}
],
"type": "enum16"
},
{
"access": "RW",
"desc": "The gradient used to increase capacitive dynamic current. A value of 0 indicates no additional reactive current support.",
"label": "ArGraSag",
"mandatory": "M",
"name": "ArGraSag",
"sf": "ArGra_SF",
"size": 1,
"type": "uint16",
"units": "%ARtg/%dV"
},
{
"access": "RW",
"desc": "The gradient used to increase inductive dynamic current. A value of 0 indicates no additional reactive current support.",
"label": "ArGraSwell",
"mandatory": "M",
"name": "ArGraSwell",
"sf": "ArGra_SF",
"size": 1,
"type": "uint16",
"units": "%ARtg/%dV"
},
{
"access": "RW",
"desc": "Activate dynamic reactive current model",
"label": "ModEna",
"mandatory": "M",
"name": "ModEna",
"size": 1,
"symbols": [
{
"name": "ENABLED",
"value": 0
}
],
"type": "bitfield16"
},
{
"access": "RW",
"desc": "The time window used to calculate the moving average voltage.",
"label": "FilTms",
"name": "FilTms",
"size": 1,
"type": "uint16",
"units": "Secs"
},
{
"access": "RW",
"desc": "The lower delta voltage limit for which negative voltage deviations less than this value no dynamic vars are produced.",
"label": "DbVMin",
"name": "DbVMin",
"sf": "VRefPct_SF",
"size": 1,
"type": "uint16",
"units": "% VRef"
},
{
"access": "RW",
"desc": "The upper delta voltage limit for which positive voltage deviations less than this value no dynamic current produced.",
"label": "DbVMax",
"name": "DbVMax",
"sf": "VRefPct_SF",
"size": 1,
"type": "uint16",
"units": "% VRef"
},
{
"access": "RW",
"desc": "Block zone voltage which defines a lower voltage boundary below which no dynamic current is produced.",
"label": "BlkZnV",
"name": "BlkZnV",
"sf": "VRefPct_SF",
"size": 1,
"type": "uint16",
"units": "% VRef"
},
{
"access": "RW",
"desc": "Hysteresis voltage used with BlkZnV.",
"label": "HysBlkZnV",
"name": "HysBlkZnV",
"sf": "VRefPct_SF",
"size": 1,
"type": "uint16",
"units": "% VRef"
},
{
"access": "RW",
"desc": "Block zone time the time before which reactive current support remains active regardless of how low the voltage drops.",
"label": "BlkZnTmms",
"name": "BlkZnTmms",
"size": 1,
"type": "uint16",
"units": "mSecs"
},
{
"access": "RW",
"desc": "Hold time during which reactive current support continues after the average voltage has entered the dead zone.",
"label": "HoldTmms",
"name": "HoldTmms",
"size": 1,
"type": "uint16",
"units": "mSecs"
},
{
"desc": "Scale factor for the gradients.",
"label": "ArGra_SF",
"mandatory": "M",
"name": "ArGra_SF",
"size": 1,
"type": "sunssf"
},
{
"desc": "Scale factor for the voltage zone and limit settings.",
"label": "VRefPct_SF",
"name": "VRefPct_SF",
"size": 1,
"type": "sunssf"
},
{
"name": "Pad",
"size": 1,
"type": "pad"
}
],
"type": "group",
"detail": "Ref 3: 8.10.1.2; Ref 4: 12"
},
"id": 128
}