-
Notifications
You must be signed in to change notification settings - Fork 0
/
Enatel SM36_2.0.0.0.xml
2713 lines (2616 loc) · 75.1 KB
/
Enatel SM36_2.0.0.0.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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8" ?>
<!--
****************************************************************************
* Copyright (c) 2021, 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 : [email protected]
Web : www.skyline.be
Contact : Ben Vandenberghe
Revision History (auto generated):
DATE VERSION AUTHOR COMMENTS
1.0.0.1 , Skyline Communications NF: Initial version
Revision History (auto generated):
DATE VERSION AUTHOR COMMENTS
1.0.0.1 , Skyline Communications NF: Initial version
-->
<Protocol xmlns="http://www.skyline.be/protocol">
<Name>Enatel SM36</Name>
<Description>Enatel SM36</Description>
<Version>2.0.0.0</Version>
<IntegrationID>DMS-DRV-XXXX</IntegrationID>
<Provider>Enatel</Provider>
<Vendor>Enatel Ltd</Vendor>
<VendorOID>.1.3.6.1.4.1.21940</VendorOID>
<ElementType>SNMP</ElementType>
<Type relativeTimers="true">snmp</Type>
<Display defaultPage="General" pageOrder="General;Webinterface#http://[Polling Ip];Alerts & Notifications" wideColumnPages="" />
<SNMP includepages="true">auto</SNMP>
<Compliancies>
<CassandraReady>true</CassandraReady>
</Compliancies>
<Params>
<Param id="2">
<Name>AfterStartup</Name>
<Description>After Startup</Description>
<Type>dummy</Type>
</Param>
<Param id="11">
<Name>Remove All Rows</Name>
<Description />
<Information>
<Text>This action will also reset the Alarm Status</Text>
</Information>
<Type>write</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>Alerts & Notifications</Page>
<Column>0</Column>
<Row>2</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type width="110">button</Type>
<Discreets>
<Discreet>
<Display>Delete all traps</Display>
<Value>1</Value>
</Discreet>
</Discreets>
</Measurement>
</Param>
<Param id="20">
<Name>TrapReceiver</Name>
<Description>TrapReceiver</Description>
<Type>dummy</Type>
<Display>
<RTDisplay>false</RTDisplay>
</Display>
<SNMP>
<Enabled>true</Enabled>
<TrapOID setBindings="allBindingInfo" type="wildcard">*</TrapOID>
</SNMP>
</Param>
<Param id="30" trending="false" save="true">
<Name>TrapsProcessingToggleButton</Name>
<Description>Trap Processing</Description>
<Type>read</Type>
<Information>
</Information>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<DefaultValue>1</DefaultValue>
</Interprete>
<Alarm>
<Monitored>true</Monitored>
</Alarm>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>Alerts & Notifications</Page>
<Column>0</Column>
<Row>0</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>togglebutton</Type>
<Discreets>
<Discreet>
<Display>Disabled</Display>
<Value>0</Value>
</Discreet>
<Discreet>
<Display>Enabled</Display>
<Value>1</Value>
</Discreet>
</Discreets>
</Measurement>
</Param>
<Param id="31" trending="false" save="true">
<Name>TrapsProcessingToggleButton</Name>
<Description>Trap Processing</Description>
<Type>write</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
</Interprete>
<Alarm>
<Monitored>true</Monitored>
</Alarm>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>Alerts & Notifications</Page>
<Column>0</Column>
<Row>0</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>togglebutton</Type>
<Discreets>
<Discreet>
<Display>Disabled</Display>
<Value>0</Value>
</Discreet>
<Discreet>
<Display>Enabled</Display>
<Value>1</Value>
</Discreet>
</Discreets>
</Measurement>
</Param>
<Param id="100" trending="false">
<Name>Systemtime</Name>
<Description>System Time</Description>
<Information>
<Subtext>
<![CDATA[System time]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.21940.2.5.1.1.0</OID>
<Type>octetstring</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>General</Page>
<Column>1</Column>
<Row>1</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="101" trending="false">
<Name>SystemDescription</Name>
<Description>System Description</Description>
<Information>
<Subtext>
<![CDATA[A textual description of the entity. This value should
include the full name and version identification of
the system's hardware type, software operating-system,
and networking software.]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.2.1.1.1.0</OID>
<Type>octetstring</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Range>
<Low>0</Low>
<High>255</High>
</Range>
<Positions>
<Position>
<Page>General</Page>
<Column>1</Column>
<Row>4</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="102" trending="false">
<Name>sysUpTime</Name>
<Description>System Up Time</Description>
<Information>
<Subtext>
<![CDATA[The time (in hundredths of a second) since the
network management portion of the system was last
re-initialized.]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<Sequence noset="true">div:100</Sequence>
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.2.1.1.3.0</OID>
<Type>timeticks</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>General</Page>
<Column>1</Column>
<Row>2</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type options="time">number</Type>
</Measurement>
</Param>
<Param id="103" trending="false">
<Name>Contact</Name>
<Description>Contact</Description>
<Information>
<Subtext>
<![CDATA[The textual identification of the contact person for
this managed node, together with information on how
to contact this person. If no contact information is
known, the value is the zero-length string.]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.2.1.1.4.0</OID>
<Type>octetstring</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Range>
<Low>0</Low>
<High>255</High>
</Range>
<Positions>
<Position>
<Page>General</Page>
<Column>1</Column>
<Row>6</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="104" trending="false">
<Name>SystemName</Name>
<Description>System Name</Description>
<Information>
<Subtext>
<![CDATA[An administratively-assigned name for this managed
node. By convention, this is the node's fully-qualified
domain name. If the name is unknown, the value is
the zero-length string.]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.2.1.1.5.0</OID>
<Type>octetstring</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Range>
<Low>0</Low>
<High>255</High>
</Range>
<Positions>
<Position>
<Page>General</Page>
<Column>1</Column>
<Row>3</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="105" trending="false">
<Name>Location</Name>
<Description>Location</Description>
<Information>
<Subtext>
<![CDATA[The physical location of this node (e.g., 'telephone
closet, 3rd floor'). If the location is unknown, the
value is the zero-length string.]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.2.1.1.6.0</OID>
<Type>octetstring</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Range>
<Low>0</Low>
<High>255</High>
</Range>
<Positions>
<Position>
<Page>General</Page>
<Column>1</Column>
<Row>5</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="200">
<Name>DCMonitoringBegin</Name>
<Description>DC Monitoring</Description>
<Type>fixed</Type>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>General</Page>
<Column>0</Column>
<Row>0</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type options="begin">title</Type>
</Measurement>
</Param>
<Param id="201">
<Name>DCMonitoring</Name>
<Description />
<Type>fixed</Type>
<Display>
<RTDisplay>true</RTDisplay>
<!--Note that by adding multiple positions,
the same title end can be re-used for closing different group boxes.
Indeed, Cube only uses the positions in order to potentially group a title begin to a title end.-->
<Positions>
<Position>
<Page>General</Page>
<Column>0</Column>
<Row>18</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type options="end">title</Type>
</Measurement>
</Param>
<Param id="203">
<Name>SystemInformationBegin</Name>
<Description>System Information</Description>
<Type>fixed</Type>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>General</Page>
<Column>1</Column>
<Row>0</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type options="begin">title</Type>
</Measurement>
</Param>
<Param id="204">
<Name>SystemInformation</Name>
<Type>fixed</Type>
<Display>
<RTDisplay>true</RTDisplay>
<!--Note that by adding multiple positions,
the same title end can be re-used for closing different group boxes.
Indeed, Cube only uses the positions in order to potentially group a title begin to a title end.-->
<Positions>
<Position>
<Page>General</Page>
<Column>1</Column>
<Row>7</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type options="end">title</Type>
</Measurement>
</Param>
<Param id="205">
<Name>PowerModuleBegin</Name>
<Description>Power Module</Description>
<Type>fixed</Type>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>General</Page>
<Column>1</Column>
<Row>8</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type options="begin">title</Type>
</Measurement>
</Param>
<Param id="206">
<Name>PowerModule</Name>
<Type>fixed</Type>
<Display>
<RTDisplay>true</RTDisplay>
<!--Note that by adding multiple positions,
the same title end can be re-used for closing different group boxes.
Indeed, Cube only uses the positions in order to potentially group a title begin to a title end.-->
<Positions>
<Position>
<Page>General</Page>
<Column>1</Column>
<Row>10</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type options="end">title</Type>
</Measurement>
</Param>
<Param id="300" trending="false">
<Name>AlarmsAndNotications</Name>
<Description>System Alarms and Notifcations</Description>
<Type>array</Type>
<ArrayOptions index="0">
<ColumnOption idx="0" pid="301" type="autoincrement" options=";save" />
<ColumnOption idx="1" pid="302" type="retrieved" options=";save" />
<ColumnOption idx="2" pid="303" type="retrieved" options=";save" />
<ColumnOption idx="3" pid="304" type="retrieved" options=";save" />
<ColumnOption idx="4" pid="305" type="retrieved" options=";save" />
<ColumnOption idx="5" pid="306" type="retrieved" options=";save" />
</ArrayOptions>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>Alerts & Notifications</Page>
<Column>0</Column>
<Row>1</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type options="tab=columns:301|0-302|1-303|2-304|3-305|4-306|5,width:182-150-100-500-100-100,sort:STRING-STRING-STRING-STRING-STRING-STRING,lines:20,filter:true">table</Type>
</Measurement>
</Param>
<Param id="301" trending="false">
<Name>IndexAlarmsNotications</Name>
<Description>Alarms Notifications [IDX]</Description>
<Information>
<Includes>
<Include>time</Include>
<Include>range</Include>
<Include>steps</Include>
<Include>units</Include>
</Includes>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
<Param id="302" trending="false">
<Name>Time</Name>
<Description>Time</Description>
<Information>
</Information>
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="303" trending="false">
<Name>IPAddress</Name>
<Description>IP address</Description>
<Information>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<Alarm>
<Monitored>false</Monitored>
</Alarm>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="304" trending="false">
<Name>Message</Name>
<Description>Message</Description>
<Information>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<Alarm>
<Monitored>true</Monitored>
</Alarm>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="305">
<Name>Delete trap</Name>
<Description>Delete trap</Description>
<Information>
</Information>
<Type>write</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type width="110">button</Type>
<Discreets>
<Discreet>
<Display>Delete</Display>
<Value>1</Value>
</Discreet>
</Discreets>
</Measurement>
</Param>
<Param id="306" trending="false">
<Name>Key</Name>
<Description>Key</Description>
<Information>
</Information>
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="400" trending="false">
<Name>ImportCSVSNMPTrapInformation</Name>
<Description>Import CSV SNMP Trap Information</Description>
<Type>array</Type>
<ArrayOptions index="0">
<ColumnOption idx="0" pid="401" type="autoincrement" options=";save" />
<ColumnOption idx="1" pid="402" type="custom" options=";save" />
<ColumnOption idx="2" pid="403" type="custom" options=";save" />
</ArrayOptions>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type options="tab=lines:20,filter:true">table</Type>
</Measurement>
</Param>
<Param id="401" trending="false">
<Name>IndexTrapTable</Name>
<Description>Table [IDX]</Description>
<Information>
<Includes>
<Include>time</Include>
<Include>range</Include>
<Include>steps</Include>
<Include>units</Include>
</Includes>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
<Param id="402" trending="false">
<Name>IndexTrapKeys</Name>
<Description>Trap keys</Description>
<Information>
<Includes>
<Include>time</Include>
<Include>range</Include>
<Include>steps</Include>
<Include>units</Include>
</Includes>
</Information>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
<Param id="403" trending="false">
<Name>IndexTrapDecriptions</Name>
<Description>Trap Description</Description>
<Information>
<Includes>
<Include>time</Include>
<Include>range</Include>
<Include>steps</Include>
<Include>units</Include>
</Includes>
</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="2000" trending="true">
<Name>RectifierVoltage</Name>
<Description>Rectifier Voltage</Description>
<Information>
<Subtext>
<![CDATA[Bus 1 Voltage]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<Sequence noset="true">div:1000</Sequence>
</Interprete>
<Alarm>
<Monitored>true</Monitored>
</Alarm>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.21940.2.4.2.1.0</OID>
<Type>integer32</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Units>V</Units>
<Decimals>1</Decimals>
<Positions>
<Position>
<Page>General</Page>
<Column>0</Column>
<Row>1</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
<Param id="2001" trending="true">
<Name>RectifierCurrent</Name>
<Description>Rectifier Current</Description>
<Information>
<Subtext>
<![CDATA[Rectifier Current]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<Sequence noset="true">div:1000</Sequence>
</Interprete>
<Alarm>
<Monitored>true</Monitored>
</Alarm>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.21940.2.4.2.2.0</OID>
<Type>integer32</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Units>A</Units>
<Positions>
<Position>
<Page>General</Page>
<Column>0</Column>
<Row>2</Row>
</Position>
</Positions>
<Decimals>1</Decimals>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
<Param id="2002" trending="true">
<Name>convertervoltage12v</Name>
<Description>Converter Voltage 12V</Description>
<Information>
<Subtext>
<![CDATA[Converter Voltage]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<Sequence noset="true">div:1000</Sequence>
</Interprete>
<Alarm>
<Monitored>true</Monitored>
</Alarm>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.21940.2.4.2.3.0</OID>
<Type>integer32</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Units>V</Units>
<Positions>
<Position>
<Page>General</Page>
<Column>0</Column>
<Row>10</Row>
</Position>
</Positions>
<Decimals>1</Decimals>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
<Param id="2003" trending="true">
<Name>ConverterCurrent12v</Name>
<Description>Converter Current 12V</Description>
<Information>
<Subtext>
<![CDATA[Converter Current]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<Sequence noset="true">div:1000</Sequence>
</Interprete>
<Alarm>
<Monitored>true</Monitored>
</Alarm>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.21940.2.4.2.4.0</OID>
<Type>integer32</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Units>A</Units>
<Positions>
<Position>
<Page>General</Page>
<Column>0</Column>
<Row>11</Row>
</Position>
</Positions>
<Decimals>1</Decimals>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
<Param id="2004" trending="true">
<Name>ConverterVoltage24v</Name>
<Description>Converter Voltage 24V</Description>
<Information>
<Subtext>
<![CDATA[Converter Voltage]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<Sequence noset="true">div:1000</Sequence>
</Interprete>
<Alarm>
<Monitored>true</Monitored>
</Alarm>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.21940.2.4.2.5.0</OID>
<Type>integer32</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Units>V</Units>
<Positions>
<Position>
<Page>General</Page>
<Column>0</Column>
<Row>12</Row>
</Position>
</Positions>
<Decimals>1</Decimals>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
<Param id="2005" trending="true">
<Name>ConverterCurrent24v</Name>
<Description>Converter Current 24V</Description>
<Information>
<Subtext>
<![CDATA[Converter Current]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<Sequence noset="true">div:1000</Sequence>
</Interprete>
<Alarm>
<Monitored>true</Monitored>
</Alarm>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.21940.2.4.2.6.0</OID>
<Type>integer32</Type>
</SNMP>