forked from sunspec/models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmdx_64110.xml
350 lines (349 loc) · 11.9 KB
/
smdx_64110.xml
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<sunSpecModels v="1">
<!-- 64110: OutBack AXS device -->
<model id="64110" len="282">
<block len="282">
<point id="MajorFWRev" offset="0" type="uint16" mandatory="true" />
<point id="MidFWRev" offset="1" type="uint16" mandatory="true" />
<point id="MinorFWRev" offset="2" type="uint16" mandatory="true" />
<point id="EncrypKey" offset="3" type="uint16" mandatory="true" />
<point id="MAC_Address" offset="4" type="string" len="7" mandatory="true" />
<point id="WritePassword" offset="11" type="string" len="8" mandatory="true" />
<point id="EnableDHCP" offset="19" type="enum16" mandatory="true" />
<point id="TCPIP_address" offset="20" type="ipaddr" mandatory="true" />
<point id="Gateway_address" offset="22" type="ipaddr" mandatory="true" />
<point id="TCPIP_Netmask" offset="24" type="ipaddr" mandatory="true" />
<point id="DNS1_address" offset="26" type="ipaddr" mandatory="true" />
<point id="DNS2_address" offset="28" type="ipaddr" mandatory="true" />
<point id="Modbus_port" offset="30" type="uint16" mandatory="true" />
<point id="SMTP_server_nm" offset="31" type="string" len="20" mandatory="true" />
<point id="SMTP_account_nm" offset="51" type="string" len="16" mandatory="true" />
<point id="SMTP_enable_SSL" offset="67" type="enum16" mandatory="true" >
<symbol id="ASX_DISABLED">0</symbol>
<symbol id="ASX_ENABLED">1</symbol>
</point>
<point id="SMTP_password" offset="68" type="string" len="8" mandatory="true" />
<point id="SMTP_user_nm" offset="76" type="string" len="20" mandatory="true" />
<point id="Stat_email_int" offset="96" type="uint16" mandatory="true" />
<point id="Stat_start_HR" offset="97" type="uint16" mandatory="true" />
<point id="Stat_email_sub" offset="98" type="string" len="25" mandatory="true" />
<point id="Stat_email_addr1" offset="123" type="string" len="20" mandatory="true" />
<point id="Stat_email_addr2" offset="143" type="string" len="20" mandatory="true" />
<point id="Alarm_email_en" offset="163" type="enum16" mandatory="true" >
<symbol id="ASX_DISABLED">0</symbol>
<symbol id="ASX_ENABLED">1</symbol>
</point>
<point id="Alarm_email_sub" offset="164" type="string" len="25" mandatory="true" />
<point id="Alarm_email_addr1" offset="189" type="string" len="20" mandatory="true" />
<point id="Alarm_email_addr2" offset="209" type="string" len="20" mandatory="true" />
<point id="FTP_password" offset="229" type="string" len="8" mandatory="true" />
<point id="TELNET_password" offset="237" type="string" len="8" mandatory="true" />
<point id="Log_write_int" offset="245" type="uint16" units="Tms" mandatory="true" />
<point id="Log_retain" offset="246" type="uint16" units="Tmd" mandatory="true" />
<point id="Log_mode" offset="247" type="enum16" mandatory="true" >
<symbol id="LOG_DISABLED">0</symbol>
<symbol id="LOG_EXCEL">1</symbol>
<symbol id="LOG_COMPACT">2</symbol>
</point>
<point id="NTP_server_nm" offset="248" type="string" len="20" mandatory="true" />
<point id="NTP_enable" offset="268" type="enum16" mandatory="true" >
<symbol id="ASX_DISABLED">0</symbol>
<symbol id="ASX_ENABLED">1</symbol>
</point>
<point id="TimeZone" offset="269" type="int16" units="Tmh" mandatory="true" />
<point id="Date_year" offset="270" type="uint16" mandatory="true" />
<point id="Date_month" offset="271" type="uint16" mandatory="true" />
<point id="Date_Day" offset="272" type="uint16" mandatory="true" />
<point id="Time_hour" offset="273" type="uint16" mandatory="true" />
<point id="Time_minute" offset="274" type="uint16" mandatory="true" />
<point id="Time_second" offset="275" type="uint16" mandatory="true" />
<point id="Battery_temp" offset="276" type="int16" sf="Temp_SF" units="C" mandatory="true" />
<point id="Ambient_temp" offset="277" type="int16" sf="Temp_SF" units="C" mandatory="true" />
<point id="Temp_SF" offset="278" type="sunssf" mandatory="true" />
<point id="AXS_Error" offset="279" type="bitfield16" mandatory="true" />
<point id="AXS_Status" offset="280" type="bitfield16" mandatory="true" />
<point id="AXS_Spare" offset="281" type="uint16" mandatory="true" />
</block>
</model>
<strings id="64110" locale="en">
<model>
<label>OutBack AXS device</label>
<description></description>
<notes></notes>
</model>
<point id="MajorFWRev">
<label>AXS Major Firmware Number</label>
<description></description>
<notes></notes>
</point>
<point id="MidFWRev">
<label>AXS Mid Firmware Number</label>
<description></description>
<notes></notes>
</point>
<point id="MinorFWRev">
<label>AXS Minor Firmware Number</label>
<description></description>
<notes></notes>
</point>
<point id="EncrypKey">
<label>Encryption Key</label>
<description></description>
<notes></notes>
</point>
<point id="MAC_Address">
<label>MAC Address</label>
<description></description>
<notes></notes>
</point>
<point id="WritePassword">
<label>Write Password</label>
<description></description>
<notes></notes>
</point>
<point id="EnableDHCP">
<label>Enable DHCP</label>
<description></description>
<notes></notes>
</point>
<point id="TCPIP_address">
<label>TCPIP Address</label>
<description></description>
<notes></notes>
</point>
<point id="Gateway_address">
<label>TCPIP Gateway</label>
<description></description>
<notes></notes>
</point>
<point id="TCPIP_Netmask">
<label>TCPIP Netmask</label>
<description></description>
<notes></notes>
</point>
<point id="DNS1_address">
<label>TCPIP DNS1</label>
<description></description>
<notes></notes>
</point>
<point id="DNS2_address">
<label>TCPIP DNS2</label>
<description></description>
<notes></notes>
</point>
<point id="Modbus_port">
<label>ModBus Port</label>
<description></description>
<notes></notes>
</point>
<point id="SMTP_server_nm">
<label>SMTP Server Name</label>
<description></description>
<notes></notes>
</point>
<point id="SMTP_account_nm">
<label>SMTP Account Name</label>
<description></description>
<notes></notes>
</point>
<point id="SMTP_enable_SSL">
<label>Enable SMTP SSL</label>
<description></description>
<notes></notes>
<symbol id="ASX_DISABLED">
<label>Disabled</label>
<description></description>
<notes></notes>
</symbol>
<symbol id="ASX_ENABLED">
<label>Enabled</label>
<description></description>
<notes></notes>
</symbol>
</point>
<point id="SMTP_password">
<label>SMTP Password</label>
<description></description>
<notes></notes>
</point>
<point id="SMTP_user_nm">
<label>SMTP User Name</label>
<description></description>
<notes></notes>
</point>
<point id="Stat_email_int">
<label>Status Email Interval</label>
<description></description>
<notes></notes>
</point>
<point id="Stat_start_HR">
<label>Status Email Start Hour</label>
<description></description>
<notes></notes>
</point>
<point id="Stat_email_sub">
<label>Status Email Subject</label>
<description></description>
<notes></notes>
</point>
<point id="Stat_email_addr1">
<label>Status Email to Address 1</label>
<description></description>
<notes></notes>
</point>
<point id="Stat_email_addr2">
<label>Status Email to Address 2</label>
<description></description>
<notes></notes>
</point>
<point id="Alarm_email_en">
<label>Enable Alarm Email</label>
<description></description>
<notes></notes>
<symbol id="ASX_DISABLED">
<label>Disabled</label>
<description></description>
<notes></notes>
</symbol>
<symbol id="ASX_ENABLED">
<label>Enabled</label>
<description></description>
<notes></notes>
</symbol>
</point>
<point id="Alarm_email_sub">
<label>Alarm Email Subject</label>
<description></description>
<notes></notes>
</point>
<point id="Alarm_email_addr1">
<label>Alarm Email to Address 1</label>
<description></description>
<notes></notes>
</point>
<point id="Alarm_email_addr2">
<label>Alarm Email to Address 2</label>
<description></description>
<notes></notes>
</point>
<point id="FTP_password">
<label>FTP Password</label>
<description></description>
<notes></notes>
</point>
<point id="TELNET_password">
<label>Telnet Password</label>
<description></description>
<notes></notes>
</point>
<point id="Log_write_int">
<label>SD-Card Datalog Write Interval</label>
<description></description>
<notes></notes>
</point>
<point id="Log_retain">
<label>SD-Card Datalog Retain</label>
<description></description>
<notes></notes>
</point>
<point id="Log_mode">
<label>SD-Card Datalog Mode</label>
<description></description>
<notes></notes>
<symbol id="LOG_DISABLED">
<label>Disabled</label>
<description></description>
<notes></notes>
</symbol>
<symbol id="LOG_EXCEL">
<label>Excel</label>
<description></description>
<notes></notes>
</symbol>
<symbol id="LOG_COMPACT">
<label>Compact</label>
<description></description>
<notes></notes>
</symbol>
</point>
<point id="NTP_server_nm">
<label>NTP Timer Server Name</label>
<description></description>
<notes></notes>
</point>
<point id="NTP_enable">
<label>Enable Network Time</label>
<description></description>
<notes></notes>
<symbol id="ASX_DISABLED">
<label>Disabled</label>
<description></description>
<notes></notes>
</symbol>
<symbol id="ASX_ENABLED">
<label>Enabled</label>
<description></description>
<notes></notes>
</symbol>
</point>
<point id="TimeZone">
<label>Time Zone</label>
<description></description>
<notes></notes>
</point>
<point id="Date_year">
<label>Year</label>
<description></description>
<notes></notes>
</point>
<point id="Date_month">
<label>Month</label>
<description></description>
<notes></notes>
</point>
<point id="Date_Day">
<label>Day</label>
<description></description>
<notes></notes>
</point>
<point id="Time_hour">
<label>Hour</label>
<description></description>
<notes></notes>
</point>
<point id="Time_minute">
<label>Minute</label>
<description></description>
<notes></notes>
</point>
<point id="Time_second">
<label>Second</label>
<description></description>
<notes></notes>
</point>
<point id="Battery_temp">
<label>Battery Temperature</label>
<description></description>
<notes></notes>
</point>
<point id="Ambient_temp">
<label>Ambient Temperature</label>
<description></description>
<notes></notes>
</point>
<point id="AXS_Error">
<label>AXS Error</label>
<description></description>
<notes></notes>
</point>
<point id="AXS_Status">
<label>AXS Status</label>
<description></description>
<notes></notes>
</point>
<point id="AXS_Spare">
<label>Spare</label>
<description></description>
<notes></notes>
</point>
</strings>
</sunSpecModels>