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
{
"group": {
"desc": "DER Control",
"label": "DERCtl",
"name": "DERCtl",
"points": [
{
"desc": "DER control model ID.",
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"size": 1,
"static": "S",
"type": "uint16",
"value": 715
},
{
"desc": "DER control model length.",
"label": "Model Length",
"mandatory": "M",
"name": "L",
"size": 1,
"static": "S",
"type": "uint16",
"value": 7
},
{
"comments": [
"DER Controls"
],
"desc": "DER control mode. Enumeration.",
"label": "Control Mode",
"name": "LocRemCtl",
"size": 1,
"symbols": [
{
"label": "Remote Control",
"name": "REMOTE",
"value": 0
},
{
"desc": "Local mode is required for manual/maintenance operations. Once invoked, it must be explicitly exited for the inverter to be controlled remotely.",
"label": "Local Control",
"name": "LOCAL",
"value": 1
}
],
"type": "enum16"
},
{
"desc": "Value is incremented every second by the DER with periodic resets to zero.",
"label": "DER Heartbeat",
"name": "DERHb",
"size": 2,
"type": "uint32"
},
{
"access": "RW",
"desc": "Value is incremented every second by the controller with periodic resets to zero.",
"label": "Controller Heartbeat",
"name": "ControllerHb",
"size": 2,
"type": "uint32"
},
{
"access": "RW",
"desc": "Used to reset any latched alarms. 1 = Reset.",
"label": "Alarm Reset",
"name": "AlarmReset",
"size": 1,
"type": "uint16"
},
{
"access": "RW",
"desc": "Commands to PCS. Enumerated value.",
"label": "Set Operation",
"name": "OpCtl",
"size": 1,
"symbols": [
{
"label": "Stop the DER",
"name": "STOP",
"value": 0
},
{
"label": "Start the DER",
"name": "START",
"value": 1
},
{
"label": "Enter Standby Mode",
"name": "ENTER_STANDBY",
"value": 2
},
{
"label": "Exit Standby Mode",
"name": "EXIT_STANDBY",
"value": 3
}
],
"type": "enum16"
}
],
"type": "group"
},
"id": 715
}