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
175
{
"group": {
"desc": "Enter service model.",
"label": "Enter Service",
"name": "DEREnterService",
"points": [
{
"desc": "Enter service model ID.",
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"size": 1,
"static": "S",
"type": "uint16",
"value": 703,
"standards": [
"IEEE 1547-2018"
]
},
{
"desc": "Enter service model length.",
"label": "Model Length",
"mandatory": "M",
"name": "L",
"size": 1,
"static": "S",
"type": "uint16",
"value": 17,
"standards": [
"IEEE 1547-2018"
]
},
{
"access": "RW",
"desc": "Permit enter service.",
"label": "Permit Enter Service",
"name": "ES",
"size": 1,
"symbols": [
{
"name": "DISABLED",
"value": 0
},
{
"name": "ENABLED",
"value": 1
}
],
"type": "enum16",
"standards": [
"IEEE 1547-2018"
]
},
{
"access": "RW",
"desc": "Enter service voltage high threshold as percent of normal voltage.",
"label": "Enter Service Voltage High",
"name": "ESVHi",
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "Pct",
"standards": [
"IEEE 1547-2018"
]
},
{
"access": "RW",
"desc": "Enter service voltage low threshold as percent of normal voltage.",
"label": "Enter Service Voltage Low",
"name": "ESVLo",
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "Pct",
"standards": [
"IEEE 1547-2018"
]
},
{
"access": "RW",
"desc": "Enter service frequency high threshold.",
"label": "Enter Service Frequency High",
"name": "ESHzHi",
"sf": "Hz_SF",
"size": 2,
"type": "uint32",
"units": "Hz",
"standards": [
"IEEE 1547-2018"
]
},
{
"access": "RW",
"desc": "Enter service frequency low threshold.",
"label": "Enter Service Frequency Low",
"name": "ESHzLo",
"sf": "Hz_SF",
"size": 2,
"type": "uint32",
"units": "Hz",
"standards": [
"IEEE 1547-2018"
]
},
{
"access": "RW",
"desc": "Enter service delay time in seconds.",
"label": "Enter Service Delay Time",
"name": "ESDlyTms",
"size": 2,
"type": "uint32",
"units": "Secs",
"standards": [
"IEEE 1547-2018"
]
},
{
"access": "RW",
"desc": "Enter service random delay in seconds.",
"label": "Enter Service Random Delay",
"name": "ESRndTms",
"size": 2,
"type": "uint32",
"units": "Secs",
"standards": []
},
{
"access": "RW",
"desc": "Enter service ramp time in seconds.",
"label": "Enter Service Ramp Time",
"name": "ESRmpTms",
"size": 2,
"type": "uint32",
"units": "Secs",
"standards": [
"IEEE 1547-2018"
]
},
{
"desc": "Enter service delay time remaining in seconds.",
"label": "Enter Service Delay Remaining",
"name": "ESDlyRemTms",
"size": 2,
"type": "uint32",
"units": "Secs",
"standards": []
},
{
"desc": "Voltage percentage scale factor.",
"label": "Voltage Scale Factor",
"name": "V_SF",
"size": 1,
"static": "S",
"type": "sunssf",
"standards": [
"IEEE 1547-2018"
]
},
{
"desc": "Frequency scale factor.",
"label": "Frequency Scale Factor",
"name": "Hz_SF",
"size": 1,
"static": "S",
"type": "sunssf",
"standards": [
"IEEE 1547-2018"
]
}
],
"type": "group"
},
"id": 703
}