-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotocol.xml
395 lines (380 loc) · 10.6 KB
/
protocol.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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<?xml version="1.0" encoding="utf-8"?>
<!--
****************************************************************************
* Copyright (c) 2024, Skyline Communications NV All Rights Reserved. *
****************************************************************************
By using this driver, you expressly agree with the usage terms and
conditions set out below.
This driver and all related materials are protected by copyrights and
other intellectual property rights that exclusively belong
to Skyline Communications.
A user license granted for this driver is strictly for personal use only.
This driver may not be used in any way by anyone without the prior
written consent of Skyline Communications. Any sublicensing of this
driver is forbidden.
Any modifications to this driver by the user are only allowed for
personal use and within the intended purpose of the driver,
and will remain the sole responsibility of the user.
Skyline Communications will not be responsible for any damages or
malfunctions whatsoever of the driver resulting from a modification
or adaptation by the user.
The content of this driver is confidential information.
The user hereby agrees to keep this confidential information strictly
secret and confidential and not to disclose or reveal it, in whole
or in part, directly or indirectly to any person, entity, organization
or administration without the prior written consent of
Skyline Communications.
Any inquiries can be addressed to:
Skyline Communications NV
Ambachtenstraat 33
B-8870 Izegem
Belgium
Tel. : +32 51 31 35 69
Fax. : +32 51 31 01 29
E-mail : info@skyline.be
Web : www.skyline.be
Contact : Ben Vandenberghe
****************************************************************************
Revision History:
DATE VERSION AUTHOR COMMENTS
22/08/2018 1.0.0.1 RPA & SUL, Skyline Initial Version
****************************************************************************
-->
<Protocol xmlns="http://www.skyline.be/protocol">
<Name>Skyline Example HTTP</Name>
<Description>SLC SDF HTTP Example on HTTP Connection</Description>
<Version>1.0.0.1</Version>
<IntegrationID>DMS-DRV-9028</IntegrationID>
<Provider>Skyline Communications</Provider>
<Vendor>Skyline Example</Vendor>
<VendorOID>1.3.6.1.4.1.8813.2.1218</VendorOID>
<DeviceOID>5</DeviceOID>
<ElementType>Example</ElementType>
<Type relativeTimers="true">http</Type>
<!-- SuppressValidator 1.21.5 The default page is for this example "Alarms" -->
<Display defaultPage="Alarms" pageOrder="Alarms" wideColumnPages="Alarms" />
<!-- /SuppressValidator 1.21.5 -->
<SNMP includepages="true">auto</SNMP>
<Params>
<Param id="10" trending="false">
<Name>statusCode</Name>
<Description>HTTP Status Code</Description>
<Information>
<Subtext>Displays the status code of the HTTP request.</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>Alarms</Page>
<Row>0</Row>
<Column>0</Column>
</Position>
</Positions>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="20" trending="false">
<Name>xmlResponseContent</Name>
<Description>XML Response Content</Description>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
</Param>
<Param id="100" trending="false">
<Name>alarms</Name>
<Description>Alarms</Description>
<Type>array</Type>
<ArrayOptions index="0" options=";naming=/104,102">
<ColumnOption idx="0" pid="101" type="retrieved" options="" />
<ColumnOption idx="1" pid="102" type="retrieved" options="" />
<ColumnOption idx="2" pid="103" type="retrieved" options="" />
<ColumnOption idx="3" pid="104" type="retrieved" options="" />
<ColumnOption idx="4" pid="105" type="retrieved" options="" />
<ColumnOption idx="5" pid="106" type="displaykey" options="" />
</ArrayOptions>
<Information>
<Subtext>Alarm list</Subtext>
</Information>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>double</Type>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>Alarms</Page>
<Row>1</Row>
<Column>0</Column>
</Position>
</Positions>
</Display>
<Measurement>
<Type options="tab=columns:101|0-106|5-103|2-105|4-102|1-104|3,width:44-350-68-68-230-150,sort:STRING-STRING-STRING-STRING-STRING-STRING,lines:25,filter:true">table</Type>
</Measurement>
</Param>
<Param id="101" trending="false">
<Name>alarmsId</Name>
<Description>Id (Alarms)</Description>
<Information>
<Subtext>The Id of the Alarm</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="102" trending="false">
<Name>alarmsDisplayName</Name>
<Description>Name (Alarms)</Description>
<Information>
<Subtext>The Name of the Alarm</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="103" trending="true">
<Name>alarmsType</Name>
<Description>Type (Alarms)</Description>
<Information>
<Subtext>The Type of the Alarm</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<!-- SuppressValidator 2.5.1 No defaults -->
<Alarm>
<Monitored>true</Monitored>
</Alarm>
<!-- /SuppressValidator 2.5.1 -->
<Measurement>
<Type>discreet</Type>
<Discreets>
<Discreet>
<Display>Internal</Display>
<Value>internal</Value>
</Discreet>
<Discreet>
<Display>Input</Display>
<Value>input</Value>
</Discreet>
<Discreet>
<Display>Output</Display>
<Value>output</Value>
</Discreet>
</Discreets>
</Measurement>
</Param>
<Param id="104" trending="false">
<Name>alarmsSource</Name>
<Description>Source (Alarms)</Description>
<Information>
<Subtext>The Source of the Alarm</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="105" trending="true">
<Name>alarmsSeverity</Name>
<Description>Severity (Alarms)</Description>
<Information>
<Subtext>The Source of the Alarm</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Alarm>
<Monitored>true</Monitored>
<CH>critical</CH>
<MaH>major</MaH>
<MiH>minor</MiH>
<WaH>warning</WaH>
<Normal>normal</Normal>
</Alarm>
<Measurement>
<Type>discreet</Type>
<Discreets>
<Discreet>
<Display>Critical</Display>
<Value>critical</Value>
</Discreet>
<Discreet>
<Display>Major</Display>
<Value>major</Value>
</Discreet>
<Discreet>
<Display>Minor</Display>
<Value>minor</Value>
</Discreet>
<Discreet>
<Display>Warning</Display>
<Value>warning</Value>
</Discreet>
<Discreet>
<Display>Normal</Display>
<Value>normal</Value>
</Discreet>
</Discreets>
</Measurement>
</Param>
<Param id="106" trending="false">
<Name>alarmsDisplayKey</Name>
<Description>Display Key [IDX] (Alarms)</Description>
<Information>
<Subtext>The Source and Alarm Name</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
</Params>
<QActions>
<QAction id="1" name="parseXML" encoding="csharp" triggers="20">
</QAction>
</QActions>
<HTTP>
<Session name="getData" id="1">
<Connection id="1">
<Request verb="GET" url="ProtocolSimulations/SLC SDF/HTTP/1.0.0.1/data.xml">
<Headers>
<Header key="Accept">image/gif, image/jpeg, image/pjpeg, application/x-ms-application,
application/xaml+xml, application/x-ms-xbap, */*</Header>
</Headers>
</Request>
<Response statusCode="10">
<Content pid="20"></Content>
</Response>
</Connection>
</Session>
</HTTP>
<Groups>
<Group id="1">
<Name>getXMLFile</Name>
<Description>Get XMLFile</Description>
<Content>
<Session>1</Session>
</Content>
</Group>
</Groups>
<Timers>
<Timer id="1">
<Name>10s - Fast Timer</Name>
<Time initial="true">10000</Time>
<Interval>75</Interval>
<Content>
<Group>1</Group>
</Content>
</Timer>
</Timers>
<PortSettings name="HTTP Connection">
<BusAddress>
<DefaultValue>ByPassProxy</DefaultValue>
<Disabled>false</Disabled>
</BusAddress>
<IPport>
<DefaultValue>80</DefaultValue>
<Disabled>false</Disabled>
</IPport>
<PortTypeUDP>
<Disabled>true</Disabled>
</PortTypeUDP>
<PortTypeSerial>
<Disabled>true</Disabled>
</PortTypeSerial>
</PortSettings>
<VersionHistory>
<Branches>
<Branch id="1">
<Comment />
<SystemVersions>
<SystemVersion id="0">
<MajorVersions>
<MajorVersion id="0">
<MinorVersions>
<MinorVersion id="1">
<Date>2021-11-04</Date>
<Provider>
<Author>JST</Author>
<Company>Skyline Communications</Company>
</Provider>
<Changes>
<NewFeature>Example</NewFeature>
</Changes>
<References>
<TaskId>111913</TaskId>
</References>
</MinorVersion>
</MinorVersions>
</MajorVersion>
</MajorVersions>
</SystemVersion>
</SystemVersions>
</Branch>
</Branches>
</VersionHistory>
<Compliancies>
<CassandraReady>true</CassandraReady>
</Compliancies>
</Protocol>