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
{
"group": {
"desc": "All SunSpec compliant devices must include this as the first model",
"label": "Common",
"name": "common",
"points": [
{
"desc": "Model identifier",
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"size": 1,
"static": "S",
"type": "uint16",
"value": 1,
"standards": [
"IEEE 1547-2018"
]
},
{
"desc": "Model length",
"label": "Model Length",
"mandatory": "M",
"name": "L",
"size": 1,
"static": "S",
"type": "uint16",
"standards": [
"IEEE 1547-2018"
]
},
{
"desc": "Well known value registered with SunSpec for compliance",
"label": "Manufacturer",
"mandatory": "M",
"name": "Mn",
"size": 16,
"static": "S",
"type": "string",
"standards": [
"IEEE 1547-2018"
]
},
{
"desc": "Manufacturer specific value (32 chars)",
"label": "Model",
"mandatory": "M",
"name": "Md",
"size": 16,
"static": "S",
"type": "string",
"standards": [
"IEEE 1547-2018"
]
},
{
"desc": "Manufacturer specific value (16 chars)",
"label": "Options",
"name": "Opt",
"size": 8,
"static": "S",
"type": "string",
"standards": []
},
{
"desc": "Manufacturer specific value (16 chars)",
"label": "Version",
"name": "Vr",
"size": 8,
"static": "S",
"type": "string",
"standards": [
"IEEE 1547-2018"
]
},
{
"desc": "Manufacturer specific value (32 chars)",
"label": "Serial Number",
"mandatory": "M",
"name": "SN",
"size": 16,
"static": "S",
"type": "string",
"standards": [
"IEEE 1547-2018"
]
},
{
"access": "RW",
"desc": "Modbus device address",
"detail": "This point is mandatory for all SunSpec RTU devices and, for those devices, they must support values from 1-247.",
"label": "Device Address",
"name": "DA",
"size": 1,
"type": "uint16",
"standards": []
},
{
"desc": "Force even alignment",
"name": "Pad",
"size": 1,
"static": "S",
"type": "pad",
"standards": []
}
],
"type": "group"
},
"id": 1
}