forked from umati/Sample-Server-asyncio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Opc.Ua.PlasticsRubber.IMM2MES.NodeSet2.xml
5767 lines (5766 loc) · 300 KB
/
Opc.Ua.PlasticsRubber.IMM2MES.NodeSet2.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) 2005-2021 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* The complete license agreement can be found here:
* http://opcfoundation.org/License/MIT/1.00/
-->
<UANodeSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd" xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd" xmlns:s1="http://opcfoundation.org/UA/PlasticsRubber/IMM2MES/Types.xsd" xmlns:s2="http://opcfoundation.org/UA/PlasticsRubber/GeneralTypes/Types.xsd" xmlns:s3="http://opcfoundation.org/UA/DI/Types.xsd" xmlns:ua="http://unifiedautomation.com/Configuration/NodeSet.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<NamespaceUris>
<Uri>http://opcfoundation.org/UA/PlasticsRubber/IMM2MES/</Uri>
<Uri>http://opcfoundation.org/UA/PlasticsRubber/GeneralTypes/</Uri>
<Uri>http://opcfoundation.org/UA/DI/</Uri>
</NamespaceUris>
<Models>
<Model ModelUri="http://opcfoundation.org/UA/PlasticsRubber/IMM2MES/" PublicationDate="2020-06-01T00:00:00Z" Version="1.01">
<RequiredModel ModelUri="http://opcfoundation.org/UA/" PublicationDate="2019-09-09T00:00:00Z" Version="1.04.3"/>
<RequiredModel ModelUri="http://opcfoundation.org/UA/DI/" PublicationDate="2019-05-01T00:00:00Z" Version="1.02"/>
<RequiredModel ModelUri="http://opcfoundation.org/UA/PlasticsRubber/GeneralTypes/" PublicationDate="2020-06-01T00:00:00Z" Version="1.02"/>
</Model>
</Models>
<Aliases>
<Alias Alias="Boolean">i=1</Alias>
<Alias Alias="UInt16">i=5</Alias>
<Alias Alias="Int32">i=6</Alias>
<Alias Alias="UInt32">i=7</Alias>
<Alias Alias="UInt64">i=9</Alias>
<Alias Alias="Double">i=11</Alias>
<Alias Alias="String">i=12</Alias>
<Alias Alias="DateTime">i=13</Alias>
<Alias Alias="ByteString">i=15</Alias>
<Alias Alias="LocalizedText">i=21</Alias>
<Alias Alias="Enumeration">i=29</Alias>
<Alias Alias="HasModellingRule">i=37</Alias>
<Alias Alias="HasTypeDefinition">i=40</Alias>
<Alias Alias="GeneratesEvent">i=41</Alias>
<Alias Alias="HasSubtype">i=45</Alias>
<Alias Alias="HasProperty">i=46</Alias>
<Alias Alias="HasComponent">i=47</Alias>
<Alias Alias="IdType">i=256</Alias>
<Alias Alias="Duration">i=290</Alias>
<Alias Alias="NumericRange">i=291</Alias>
<Alias Alias="Argument">i=296</Alias>
<Alias Alias="Range">i=884</Alias>
<Alias Alias="EUInformation">i=887</Alias>
<Alias Alias="EnumValueType">i=7594</Alias>
<Alias Alias="TimeZoneDataType">i=8912</Alias>
<Alias Alias="ProductionDatasetInformationType">ns=2;i=3006</Alias>
<Alias Alias="LogbookEventsEnumeration">ns=2;i=3009</Alias>
<Alias Alias="MachineModeEnumeration">ns=2;i=3011</Alias>
<Alias Alias="PageEntryDataType">ns=2;i=3014</Alias>
<Alias Alias="StandstillReasonType">ns=2;i=3015</Alias>
<Alias Alias="ProductionStatusEnumeration">ns=2;i=3016</Alias>
<Alias Alias="JobStatusEnumeration">ns=2;i=3017</Alias>
</Aliases>
<Extensions>
<Extension>
<ua:ModelInfo Tool="UaModeler" Hash="yD/2qWgUNirW7w7dgmx5yg==" Version="1.6.3"/>
</Extension>
</Extensions>
<UADataType NodeId="ns=1;i=3004" BrowseName="1:IMMMessageClassificationEnumeration">
<DisplayName>IMMMessageClassificationEnumeration</DisplayName>
<Description>This Enumeration specifies the values to be used in the Classification property in the MessageConditionType and related logbook events of OPC 40083</Description>
<References>
<Reference ReferenceType="HasProperty">ns=1;i=6049</Reference>
<Reference ReferenceType="HasSubtype" IsForward="false">i=29</Reference>
</References>
<Definition Name="1:IMMMessageClassificationEnumeration">
<Field Name="OTHER" Value="0"/>
<Field Name="IMM_INJECTION_UNIT" Value="100"/>
<Field Name="IMM_CLAMPING_UNIT" Value="101"/>
<Field Name="IMM_HARDWARE" Value="102"/>
<Field Name="IMM_COMPRESSED_AIR_CONTROL" Value="103"/>
<Field Name="IMM_MACHINE_MONITORING" Value="104"/>
<Field Name="IMM_MOULD" Value="105"/>
<Field Name="IMM_EJECTOR" Value="106"/>
<Field Name="IMM_CORE_PULL" Value="107"/>
<Field Name="IMM_TABLE" Value="108"/>
<Field Name="IMM_INJECTION_PROGRAM" Value="109"/>
<Field Name="IMM_HYDRAULIC_TEMPERATURE_CONTROL" Value="110"/>
<Field Name="IMM_CYLINDER_TEMPERATURE_CONTROL" Value="111"/>
<Field Name="IMM_MOULD_TEMPERATURE_CONTROL" Value="112"/>
<Field Name="IMM_HOT_RUNNER" Value="113"/>
<Field Name="IMM_INTERFACES" Value="114"/>
<Field Name="IMM_MEASURING_SYSTEM" Value="115"/>
<Field Name="IMM_ROBOTIC_SYSTEM_INTERFACE" Value="116"/>
<Field Name="IMM_SPECIAL_PURPOSE_SIGNALS" Value="117"/>
<Field Name="IMM_REAL_TIME_ETHERNET_SYSTEM" Value="118"/>
<Field Name="IMM_MACHINE_CONTROLLER" Value="119"/>
<Field Name="IMM_SOFTWARE_MONITORING" Value="120"/>
<Field Name="PERIPHERAL_EXTERNAL_DEVICE_INTERFACE" Value="200"/>
<Field Name="PERIPHERAL_TEMPERATURE_CONTROL_UNIT" Value="201"/>
<Field Name="PERIPHERAL_ROBOTICS_SYSTEM" Value="202"/>
<Field Name="PERIPHERAL_LSR" Value="203"/>
<Field Name="PERIPHERAL_STRIPPER_UNIT" Value="204"/>
<Field Name="PERIPHERAL_DRYER" Value="205"/>
<Field Name="PERIPHERAL_CONVEYOR_BELT" Value="206"/>
<Field Name="PERIPHERAL_SORTER_UNIT" Value="207"/>
<Field Name="PERIPHERAL_COLOURING_UNIT" Value="208"/>
<Field Name="PERIPHERAL_FEEDING" Value="209"/>
<Field Name="PERIPHERAL_EXTERNAL_ALARMS" Value="210"/>
<Field Name="PERIPHERAL_VACUUM_CONTROL" Value="211"/>
<Field Name="PERIPHERAL_PRINTER_INTERFACE" Value="212"/>
<Field Name="OPERATION_QUALITY_MONITORING" Value="300"/>
<Field Name="OPERATION_MANUAL_OPERATION" Value="301"/>
<Field Name="OPERATION_EMERGENCY_STOP" Value="302"/>
<Field Name="OPERATION_JOB_STATUS" Value="303"/>
</Definition>
</UADataType>
<UAVariable DataType="EnumValueType" ParentNodeId="ns=1;i=3004" ValueRank="1" NodeId="ns=1;i=6049" ArrayDimensions="39" BrowseName="EnumValues">
<DisplayName>EnumValues</DisplayName>
<References>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=3004</Reference>
<Reference ReferenceType="HasModellingRule">i=78</Reference>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
<Value>
<uax:ListOfExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>0</uax:Value>
<uax:DisplayName>
<uax:Text>OTHER</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>100</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_INJECTION_UNIT</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>101</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_CLAMPING_UNIT</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>102</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_HARDWARE</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>103</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_COMPRESSED_AIR_CONTROL</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>104</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_MACHINE_MONITORING</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>105</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_MOULD</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>106</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_EJECTOR</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>107</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_CORE_PULL</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>108</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_TABLE</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>109</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_INJECTION_PROGRAM</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>110</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_HYDRAULIC_TEMPERATURE_CONTROL</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>111</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_CYLINDER_TEMPERATURE_CONTROL</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>112</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_MOULD_TEMPERATURE_CONTROL</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>113</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_HOT_RUNNER</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>114</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_INTERFACES</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>115</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_MEASURING_SYSTEM</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>116</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_ROBOTIC_SYSTEM_INTERFACE</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>117</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_SPECIAL_PURPOSE_SIGNALS</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>118</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_REAL_TIME_ETHERNET_SYSTEM</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>119</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_MACHINE_CONTROLLER</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>120</uax:Value>
<uax:DisplayName>
<uax:Text>IMM_SOFTWARE_MONITORING</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>200</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_EXTERNAL_DEVICE_INTERFACE</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>201</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_TEMPERATURE_CONTROL_UNIT</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>202</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_ROBOTICS_SYSTEM</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>203</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_LSR</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>204</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_STRIPPER_UNIT</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>205</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_DRYER</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>206</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_CONVEYOR_BELT</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>207</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_SORTER_UNIT</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>208</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_COLOURING_UNIT</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>209</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_FEEDING</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>210</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_EXTERNAL_ALARMS</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>211</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_VACUUM_CONTROL</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>212</uax:Value>
<uax:DisplayName>
<uax:Text>PERIPHERAL_PRINTER_INTERFACE</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>300</uax:Value>
<uax:DisplayName>
<uax:Text>OPERATION_QUALITY_MONITORING</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>301</uax:Value>
<uax:DisplayName>
<uax:Text>OPERATION_MANUAL_OPERATION</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>302</uax:Value>
<uax:DisplayName>
<uax:Text>OPERATION_EMERGENCY_STOP</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
<uax:ExtensionObject>
<uax:TypeId>
<uax:Identifier>i=7616</uax:Identifier>
</uax:TypeId>
<uax:Body>
<uax:EnumValueType>
<uax:Value>303</uax:Value>
<uax:DisplayName>
<uax:Text>OPERATION_JOB_STATUS</uax:Text>
</uax:DisplayName>
<uax:Description/>
</uax:EnumValueType>
</uax:Body>
</uax:ExtensionObject>
</uax:ListOfExtensionObject>
</Value>
</UAVariable>
<UAVariable SymbolicName="OPC40077_BinarySchema" DataType="ByteString" NodeId="ns=1;i=6012" BrowseName="1:OPC40077">
<DisplayName>OPC40077</DisplayName>
<Description>Collects the data type descriptions of http://opcfoundation.org/UA/PlasticsRubber/IMM2MES/</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=72</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6013</Reference>
<Reference ReferenceType="HasComponent" IsForward="false">i=93</Reference>
</References>
<Value>
<uax:ByteString>PG9wYzpUeXBlRGljdGlvbmFyeSB4bWxuczp4c2k9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZ
W1hLWluc3RhbmNlIiB4bWxuczp0bnM9Imh0dHA6Ly9vcGNmb3VuZGF0aW9uLm9yZy9VQS9Qb
GFzdGljc1J1YmJlci9JTU0yTUVTLyIgRGVmYXVsdEJ5dGVPcmRlcj0iTGl0dGxlRW5kaWFuI
iB4bWxuczpvcGM9Imh0dHA6Ly9vcGNmb3VuZGF0aW9uLm9yZy9CaW5hcnlTY2hlbWEvIiB4b
Wxuczp1YT0iaHR0cDovL29wY2ZvdW5kYXRpb24ub3JnL1VBLyIgVGFyZ2V0TmFtZXNwYWNlP
SJodHRwOi8vb3BjZm91bmRhdGlvbi5vcmcvVUEvUGxhc3RpY3NSdWJiZXIvSU1NMk1FUy8iP
gogPG9wYzpJbXBvcnQgTmFtZXNwYWNlPSJodHRwOi8vb3BjZm91bmRhdGlvbi5vcmcvVUEvI
i8+CiA8b3BjOkVudW1lcmF0ZWRUeXBlIExlbmd0aEluQml0cz0iMzIiIE5hbWU9IklNTU1lc
3NhZ2VDbGFzc2lmaWNhdGlvbkVudW1lcmF0aW9uIj4KICA8b3BjOkRvY3VtZW50YXRpb24+V
GhpcyBFbnVtZXJhdGlvbiBzcGVjaWZpZXMgdGhlIHZhbHVlcyB0byBiZSB1c2VkIGluIHRoZ
SBDbGFzc2lmaWNhdGlvbiBwcm9wZXJ0eSBpbiB0aGUgTWVzc2FnZUNvbmRpdGlvblR5cGUgY
W5kIHJlbGF0ZWQgbG9nYm9vayBldmVudHMgb2YgT1BDIDQwMDgzPC9vcGM6RG9jdW1lbnRhd
Glvbj4KICA8b3BjOkVudW1lcmF0ZWRWYWx1ZSBOYW1lPSJPVEhFUiIgVmFsdWU9IjAiLz4KI
CA8b3BjOkVudW1lcmF0ZWRWYWx1ZSBOYW1lPSJJTU1fSU5KRUNUSU9OX1VOSVQiIFZhbHVlP
SIxMDAiLz4KICA8b3BjOkVudW1lcmF0ZWRWYWx1ZSBOYW1lPSJJTU1fQ0xBTVBJTkdfVU5JV
CIgVmFsdWU9IjEwMSIvPgogIDxvcGM6RW51bWVyYXRlZFZhbHVlIE5hbWU9IklNTV9IQVJEV
0FSRSIgVmFsdWU9IjEwMiIvPgogIDxvcGM6RW51bWVyYXRlZFZhbHVlIE5hbWU9IklNTV9DT
01QUkVTU0VEX0FJUl9DT05UUk9MIiBWYWx1ZT0iMTAzIi8+CiAgPG9wYzpFbnVtZXJhdGVkV
mFsdWUgTmFtZT0iSU1NX01BQ0hJTkVfTU9OSVRPUklORyIgVmFsdWU9IjEwNCIvPgogIDxvc
GM6RW51bWVyYXRlZFZhbHVlIE5hbWU9IklNTV9NT1VMRCIgVmFsdWU9IjEwNSIvPgogIDxvc
GM6RW51bWVyYXRlZFZhbHVlIE5hbWU9IklNTV9FSkVDVE9SIiBWYWx1ZT0iMTA2Ii8+CiAgP
G9wYzpFbnVtZXJhdGVkVmFsdWUgTmFtZT0iSU1NX0NPUkVfUFVMTCIgVmFsdWU9IjEwNyIvP
gogIDxvcGM6RW51bWVyYXRlZFZhbHVlIE5hbWU9IklNTV9UQUJMRSIgVmFsdWU9IjEwOCIvP
gogIDxvcGM6RW51bWVyYXRlZFZhbHVlIE5hbWU9IklNTV9JTkpFQ1RJT05fUFJPR1JBTSIgV
mFsdWU9IjEwOSIvPgogIDxvcGM6RW51bWVyYXRlZFZhbHVlIE5hbWU9IklNTV9IWURSQVVMS
UNfVEVNUEVSQVRVUkVfQ09OVFJPTCIgVmFsdWU9IjExMCIvPgogIDxvcGM6RW51bWVyYXRlZ
FZhbHVlIE5hbWU9IklNTV9DWUxJTkRFUl9URU1QRVJBVFVSRV9DT05UUk9MIiBWYWx1ZT0iM
TExIi8+CiAgPG9wYzpFbnVtZXJhdGVkVmFsdWUgTmFtZT0iSU1NX01PVUxEX1RFTVBFUkFUV
VJFX0NPTlRST0wiIFZhbHVlPSIxMTIiLz4KICA8b3BjOkVudW1lcmF0ZWRWYWx1ZSBOYW1lP
SJJTU1fSE9UX1JVTk5FUiIgVmFsdWU9IjExMyIvPgogIDxvcGM6RW51bWVyYXRlZFZhbHVlI
E5hbWU9IklNTV9JTlRFUkZBQ0VTIiBWYWx1ZT0iMTE0Ii8+CiAgPG9wYzpFbnVtZXJhdGVkV
mFsdWUgTmFtZT0iSU1NX01FQVNVUklOR19TWVNURU0iIFZhbHVlPSIxMTUiLz4KICA8b3BjO
kVudW1lcmF0ZWRWYWx1ZSBOYW1lPSJJTU1fUk9CT1RJQ19TWVNURU1fSU5URVJGQUNFIiBWY
Wx1ZT0iMTE2Ii8+CiAgPG9wYzpFbnVtZXJhdGVkVmFsdWUgTmFtZT0iSU1NX1NQRUNJQUxfU
FVSUE9TRV9TSUdOQUxTIiBWYWx1ZT0iMTE3Ii8+CiAgPG9wYzpFbnVtZXJhdGVkVmFsdWUgT
mFtZT0iSU1NX1JFQUxfVElNRV9FVEhFUk5FVF9TWVNURU0iIFZhbHVlPSIxMTgiLz4KICA8b
3BjOkVudW1lcmF0ZWRWYWx1ZSBOYW1lPSJJTU1fTUFDSElORV9DT05UUk9MTEVSIiBWYWx1Z
T0iMTE5Ii8+CiAgPG9wYzpFbnVtZXJhdGVkVmFsdWUgTmFtZT0iSU1NX1NPRlRXQVJFX01PT
klUT1JJTkciIFZhbHVlPSIxMjAiLz4KICA8b3BjOkVudW1lcmF0ZWRWYWx1ZSBOYW1lPSJQR
VJJUEhFUkFMX0VYVEVSTkFMX0RFVklDRV9JTlRFUkZBQ0UiIFZhbHVlPSIyMDAiLz4KICA8b
3BjOkVudW1lcmF0ZWRWYWx1ZSBOYW1lPSJQRVJJUEhFUkFMX1RFTVBFUkFUVVJFX0NPTlRST
0xfVU5JVCIgVmFsdWU9IjIwMSIvPgogIDxvcGM6RW51bWVyYXRlZFZhbHVlIE5hbWU9IlBFU
klQSEVSQUxfUk9CT1RJQ1NfU1lTVEVNIiBWYWx1ZT0iMjAyIi8+CiAgPG9wYzpFbnVtZXJhd
GVkVmFsdWUgTmFtZT0iUEVSSVBIRVJBTF9MU1IiIFZhbHVlPSIyMDMiLz4KICA8b3BjOkVud
W1lcmF0ZWRWYWx1ZSBOYW1lPSJQRVJJUEhFUkFMX1NUUklQUEVSX1VOSVQiIFZhbHVlPSIyM
DQiLz4KICA8b3BjOkVudW1lcmF0ZWRWYWx1ZSBOYW1lPSJQRVJJUEhFUkFMX0RSWUVSIiBWY
Wx1ZT0iMjA1Ii8+CiAgPG9wYzpFbnVtZXJhdGVkVmFsdWUgTmFtZT0iUEVSSVBIRVJBTF9DT
05WRVlPUl9CRUxUIiBWYWx1ZT0iMjA2Ii8+CiAgPG9wYzpFbnVtZXJhdGVkVmFsdWUgTmFtZ
T0iUEVSSVBIRVJBTF9TT1JURVJfVU5JVCIgVmFsdWU9IjIwNyIvPgogIDxvcGM6RW51bWVyY
XRlZFZhbHVlIE5hbWU9IlBFUklQSEVSQUxfQ09MT1VSSU5HX1VOSVQiIFZhbHVlPSIyMDgiL
z4KICA8b3BjOkVudW1lcmF0ZWRWYWx1ZSBOYW1lPSJQRVJJUEhFUkFMX0ZFRURJTkciIFZhb
HVlPSIyMDkiLz4KICA8b3BjOkVudW1lcmF0ZWRWYWx1ZSBOYW1lPSJQRVJJUEhFUkFMX0VYV
EVSTkFMX0FMQVJNUyIgVmFsdWU9IjIxMCIvPgogIDxvcGM6RW51bWVyYXRlZFZhbHVlIE5hb
WU9IlBFUklQSEVSQUxfVkFDVVVNX0NPTlRST0wiIFZhbHVlPSIyMTEiLz4KICA8b3BjOkVud
W1lcmF0ZWRWYWx1ZSBOYW1lPSJQRVJJUEhFUkFMX1BSSU5URVJfSU5URVJGQUNFIiBWYWx1Z
T0iMjEyIi8+CiAgPG9wYzpFbnVtZXJhdGVkVmFsdWUgTmFtZT0iT1BFUkFUSU9OX1FVQUxJV
FlfTU9OSVRPUklORyIgVmFsdWU9IjMwMCIvPgogIDxvcGM6RW51bWVyYXRlZFZhbHVlIE5hb
WU9Ik9QRVJBVElPTl9NQU5VQUxfT1BFUkFUSU9OIiBWYWx1ZT0iMzAxIi8+CiAgPG9wYzpFb
nVtZXJhdGVkVmFsdWUgTmFtZT0iT1BFUkFUSU9OX0VNRVJHRU5DWV9TVE9QIiBWYWx1ZT0iM
zAyIi8+CiAgPG9wYzpFbnVtZXJhdGVkVmFsdWUgTmFtZT0iT1BFUkFUSU9OX0pPQl9TVEFUV
VMiIFZhbHVlPSIzMDMiLz4KIDwvb3BjOkVudW1lcmF0ZWRUeXBlPgo8L29wYzpUeXBlRGljd
GlvbmFyeT4K</uax:ByteString>
</Value>
</UAVariable>
<UAVariable DataType="String" ParentNodeId="ns=1;i=6012" NodeId="ns=1;i=6013" BrowseName="NamespaceUri">
<DisplayName>NamespaceUri</DisplayName>
<Description>A URI that uniquely identifies the dictionary.</Description>
<References>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=6012</Reference>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
<Value>
<uax:String>http://opcfoundation.org/UA/PlasticsRubber/IMM2MES/</uax:String>
</Value>
</UAVariable>
<UAVariable SymbolicName="OPC40077_XmlSchema" DataType="ByteString" NodeId="ns=1;i=6050" BrowseName="1:OPC40077">
<DisplayName>OPC40077</DisplayName>
<Description>Collects the data type descriptions of http://opcfoundation.org/UA/PlasticsRubber/IMM2MES/</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=72</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6051</Reference>
<Reference ReferenceType="HasComponent" IsForward="false">i=92</Reference>
</References>
<Value>
<uax:ByteString>PHhzOnNjaGVtYSBlbGVtZW50Rm9ybURlZmF1bHQ9InF1YWxpZmllZCIgdGFyZ2V0TmFtZXNwYWNlPSJod
HRwOi8vb3BjZm91bmRhdGlvbi5vcmcvVUEvUGxhc3RpY3NSdWJiZXIvSU1NMk1FUy9UeXBlc
y54c2QiIHhtbG5zOnRucz0iaHR0cDovL29wY2ZvdW5kYXRpb24ub3JnL1VBL1BsYXN0aWNzU
nViYmVyL0lNTTJNRVMvVHlwZXMueHNkIiB4bWxuczp1YT0iaHR0cDovL29wY2ZvdW5kYXRpb
24ub3JnL1VBLzIwMDgvMDIvVHlwZXMueHNkIiB4bWxuczp4cz0iaHR0cDovL3d3dy53My5vc
mcvMjAwMS9YTUxTY2hlbWEiPgogPHhzOmltcG9ydCBuYW1lc3BhY2U9Imh0dHA6Ly9vcGNmb
3VuZGF0aW9uLm9yZy9VQS8yMDA4LzAyL1R5cGVzLnhzZCIvPgogPHhzOnNpbXBsZVR5cGUgb
mFtZT0iSU1NTWVzc2FnZUNsYXNzaWZpY2F0aW9uRW51bWVyYXRpb24iPgogIDx4czphbm5vd
GF0aW9uPgogICA8eHM6ZG9jdW1lbnRhdGlvbj5UaGlzIEVudW1lcmF0aW9uIHNwZWNpZmllc
yB0aGUgdmFsdWVzIHRvIGJlIHVzZWQgaW4gdGhlIENsYXNzaWZpY2F0aW9uIHByb3BlcnR5I
GluIHRoZSBNZXNzYWdlQ29uZGl0aW9uVHlwZSBhbmQgcmVsYXRlZCBsb2dib29rIGV2ZW50c
yBvZiBPUEMgNDAwODM8L3hzOmRvY3VtZW50YXRpb24+CiAgPC94czphbm5vdGF0aW9uPgogI
Dx4czpyZXN0cmljdGlvbiBiYXNlPSJ4czpzdHJpbmciPgogICA8eHM6ZW51bWVyYXRpb24gd
mFsdWU9Ik9USEVSXzAiLz4KICAgPHhzOmVudW1lcmF0aW9uIHZhbHVlPSJJTU1fSU5KRUNUS
U9OX1VOSVRfMTAwIi8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iSU1NX0NMQU1QSU5HX
1VOSVRfMTAxIi8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iSU1NX0hBUkRXQVJFXzEwM
iIvPgogICA8eHM6ZW51bWVyYXRpb24gdmFsdWU9IklNTV9DT01QUkVTU0VEX0FJUl9DT05UU
k9MXzEwMyIvPgogICA8eHM6ZW51bWVyYXRpb24gdmFsdWU9IklNTV9NQUNISU5FX01PTklUT
1JJTkdfMTA0Ii8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iSU1NX01PVUxEXzEwNSIvP
gogICA8eHM6ZW51bWVyYXRpb24gdmFsdWU9IklNTV9FSkVDVE9SXzEwNiIvPgogICA8eHM6Z
W51bWVyYXRpb24gdmFsdWU9IklNTV9DT1JFX1BVTExfMTA3Ii8+CiAgIDx4czplbnVtZXJhd
GlvbiB2YWx1ZT0iSU1NX1RBQkxFXzEwOCIvPgogICA8eHM6ZW51bWVyYXRpb24gdmFsdWU9I
klNTV9JTkpFQ1RJT05fUFJPR1JBTV8xMDkiLz4KICAgPHhzOmVudW1lcmF0aW9uIHZhbHVlP
SJJTU1fSFlEUkFVTElDX1RFTVBFUkFUVVJFX0NPTlRST0xfMTEwIi8+CiAgIDx4czplbnVtZ
XJhdGlvbiB2YWx1ZT0iSU1NX0NZTElOREVSX1RFTVBFUkFUVVJFX0NPTlRST0xfMTExIi8+C
iAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iSU1NX01PVUxEX1RFTVBFUkFUVVJFX0NPTlRST
0xfMTEyIi8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iSU1NX0hPVF9SVU5ORVJfMTEzI
i8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iSU1NX0lOVEVSRkFDRVNfMTE0Ii8+CiAgI
Dx4czplbnVtZXJhdGlvbiB2YWx1ZT0iSU1NX01FQVNVUklOR19TWVNURU1fMTE1Ii8+CiAgI
Dx4czplbnVtZXJhdGlvbiB2YWx1ZT0iSU1NX1JPQk9USUNfU1lTVEVNX0lOVEVSRkFDRV8xM
TYiLz4KICAgPHhzOmVudW1lcmF0aW9uIHZhbHVlPSJJTU1fU1BFQ0lBTF9QVVJQT1NFX1NJR
05BTFNfMTE3Ii8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iSU1NX1JFQUxfVElNRV9FV
EhFUk5FVF9TWVNURU1fMTE4Ii8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iSU1NX01BQ
0hJTkVfQ09OVFJPTExFUl8xMTkiLz4KICAgPHhzOmVudW1lcmF0aW9uIHZhbHVlPSJJTU1fU
09GVFdBUkVfTU9OSVRPUklOR18xMjAiLz4KICAgPHhzOmVudW1lcmF0aW9uIHZhbHVlPSJQR
VJJUEhFUkFMX0VYVEVSTkFMX0RFVklDRV9JTlRFUkZBQ0VfMjAwIi8+CiAgIDx4czplbnVtZ
XJhdGlvbiB2YWx1ZT0iUEVSSVBIRVJBTF9URU1QRVJBVFVSRV9DT05UUk9MX1VOSVRfMjAxI
i8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iUEVSSVBIRVJBTF9ST0JPVElDU19TWVNUR
U1fMjAyIi8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iUEVSSVBIRVJBTF9MU1JfMjAzI
i8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iUEVSSVBIRVJBTF9TVFJJUFBFUl9VTklUX
zIwNCIvPgogICA8eHM6ZW51bWVyYXRpb24gdmFsdWU9IlBFUklQSEVSQUxfRFJZRVJfMjA1I
i8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iUEVSSVBIRVJBTF9DT05WRVlPUl9CRUxUX
zIwNiIvPgogICA8eHM6ZW51bWVyYXRpb24gdmFsdWU9IlBFUklQSEVSQUxfU09SVEVSX1VOS
VRfMjA3Ii8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iUEVSSVBIRVJBTF9DT0xPVVJJT
kdfVU5JVF8yMDgiLz4KICAgPHhzOmVudW1lcmF0aW9uIHZhbHVlPSJQRVJJUEhFUkFMX0ZFR
URJTkdfMjA5Ii8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iUEVSSVBIRVJBTF9FWFRFU
k5BTF9BTEFSTVNfMjEwIi8+CiAgIDx4czplbnVtZXJhdGlvbiB2YWx1ZT0iUEVSSVBIRVJBT
F9WQUNVVU1fQ09OVFJPTF8yMTEiLz4KICAgPHhzOmVudW1lcmF0aW9uIHZhbHVlPSJQRVJJU
EhFUkFMX1BSSU5URVJfSU5URVJGQUNFXzIxMiIvPgogICA8eHM6ZW51bWVyYXRpb24gdmFsd
WU9Ik9QRVJBVElPTl9RVUFMSVRZX01PTklUT1JJTkdfMzAwIi8+CiAgIDx4czplbnVtZXJhd
GlvbiB2YWx1ZT0iT1BFUkFUSU9OX01BTlVBTF9PUEVSQVRJT05fMzAxIi8+CiAgIDx4czplb
nVtZXJhdGlvbiB2YWx1ZT0iT1BFUkFUSU9OX0VNRVJHRU5DWV9TVE9QXzMwMiIvPgogICA8e
HM6ZW51bWVyYXRpb24gdmFsdWU9Ik9QRVJBVElPTl9KT0JfU1RBVFVTXzMwMyIvPgogIDwve
HM6cmVzdHJpY3Rpb24+CiA8L3hzOnNpbXBsZVR5cGU+CiA8eHM6ZWxlbWVudCB0eXBlPSJ0b
nM6SU1NTWVzc2FnZUNsYXNzaWZpY2F0aW9uRW51bWVyYXRpb24iIG5hbWU9IklNTU1lc3NhZ
2VDbGFzc2lmaWNhdGlvbkVudW1lcmF0aW9uIi8+CiA8eHM6Y29tcGxleFR5cGUgbmFtZT0iT
GlzdE9mSU1NTWVzc2FnZUNsYXNzaWZpY2F0aW9uRW51bWVyYXRpb24iPgogIDx4czpzZXF1Z
W5jZT4KICAgPHhzOmVsZW1lbnQgbWluT2NjdXJzPSIwIiBtYXhPY2N1cnM9InVuYm91bmRlZ
CIgdHlwZT0idG5zOklNTU1lc3NhZ2VDbGFzc2lmaWNhdGlvbkVudW1lcmF0aW9uIiBuYW1lP
SJJTU1NZXNzYWdlQ2xhc3NpZmljYXRpb25FbnVtZXJhdGlvbiIgbmlsbGFibGU9InRydWUiL
z4KICA8L3hzOnNlcXVlbmNlPgogPC94czpjb21wbGV4VHlwZT4KIDx4czplbGVtZW50IHR5c
GU9InRuczpMaXN0T2ZJTU1NZXNzYWdlQ2xhc3NpZmljYXRpb25FbnVtZXJhdGlvbiIgbmFtZ
T0iTGlzdE9mSU1NTWVzc2FnZUNsYXNzaWZpY2F0aW9uRW51bWVyYXRpb24iIG5pbGxhYmxlP
SJ0cnVlIi8+CjwveHM6c2NoZW1hPgo=</uax:ByteString>
</Value>
</UAVariable>
<UAVariable DataType="String" ParentNodeId="ns=1;i=6050" NodeId="ns=1;i=6051" BrowseName="NamespaceUri">
<DisplayName>NamespaceUri</DisplayName>
<Description>A URI that uniquely identifies the dictionary.</Description>
<References>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=6050</Reference>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
<Value>
<uax:String>http://opcfoundation.org/UA/PlasticsRubber/IMM2MES/Types.xsd</uax:String>
</Value>
</UAVariable>
<UAObjectType NodeId="ns=1;i=1007" BrowseName="1:IMM_MES_InterfaceType">
<DisplayName>IMM_MES_InterfaceType</DisplayName>
<Description>Root ObjectType representing an injection moulding machine with all its subcomponents for data exchange with an MES</Description>
<References>
<Reference ReferenceType="GeneratesEvent">ns=2;i=1038</Reference>
<Reference ReferenceType="HasSubtype" IsForward="false">i=58</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=5029</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=5004</Reference>
<Reference ReferenceType="GeneratesEvent">ns=2;i=1011</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=5005</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=5001</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=5009</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=5011</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=5006</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=5035</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=5054</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=5003</Reference>
</References>
</UAObjectType>
<UAObject ParentNodeId="ns=1;i=1007" NodeId="ns=1;i=5029" BrowseName="1:InjectionUnits">
<DisplayName>InjectionUnits</DisplayName>
<Description>Container for the injection units</Description>
<References>
<Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1007</Reference>
<Reference ReferenceType="HasTypeDefinition">ns=1;i=1016</Reference>
<Reference ReferenceType="HasModellingRule">i=78</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6056</Reference>
</References>
</UAObject>
<UAVariable DataType="String" ParentNodeId="ns=1;i=5029" NodeId="ns=1;i=6056" BrowseName="NodeVersion">
<DisplayName>NodeVersion</DisplayName>
<References>
<Reference ReferenceType="HasModellingRule">i=78</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5029</Reference>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
<Value>
<uax:String></uax:String>
</Value>
</UAVariable>
<UAObject ParentNodeId="ns=1;i=1007" EventNotifier="1" NodeId="ns=1;i=5004" BrowseName="1:Jobs">
<DisplayName>Jobs</DisplayName>
<Description>Management of production jobs on the machine and information on their status including process parameters</Description>
<References>
<Reference ReferenceType="HasComponent">ns=1;i=5002</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=5013</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=5019</Reference>
<Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=1007</Reference>
<Reference ReferenceType="HasTypeDefinition">ns=2;i=1032</Reference>
<Reference ReferenceType="HasModellingRule">i=80</Reference>
<Reference ReferenceType="GeneratesEvent">ns=2;i=1028</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=7017</Reference>
</References>
</UAObject>
<UAObject ParentNodeId="ns=1;i=5004" NodeId="ns=1;i=5002" BrowseName="2:ActiveJob">
<DisplayName>ActiveJob</DisplayName>
<Description>Job that is currently active on the machine</Description>
<References>
<Reference ReferenceType="HasProperty">ns=1;i=6035</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6036</Reference>
<Reference ReferenceType="HasTypeDefinition">ns=2;i=1024</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6175</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6037</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6038</Reference>
<Reference ReferenceType="HasModellingRule">i=78</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6039</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6176</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6177</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6003</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6189</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6040</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6045</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6087</Reference>
<Reference ReferenceType="HasProperty">ns=1;i=6088</Reference>
<Reference ReferenceType="GeneratesEvent">ns=2;i=1025</Reference>
<Reference ReferenceType="HasComponent">ns=1;i=7019</Reference>
<Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=5004</Reference>
</References>
</UAObject>
<UAVariable DataType="Boolean" ParentNodeId="ns=1;i=5002" NodeId="ns=1;i=6035" BrowseName="2:ContinueAtJobEnd" AccessLevel="3">
<DisplayName>ContinueAtJobEnd</DisplayName>
<Description>Indication if the machine continues the production even if the nominal output has been reached</Description>
<References>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5002</Reference>
<Reference ReferenceType="HasModellingRule">i=78</Reference>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
<Value>
<uax:Boolean>false</uax:Boolean>
</Value>
</UAVariable>
<UAVariable DataType="String" ParentNodeId="ns=1;i=5002" NodeId="ns=1;i=6036" BrowseName="2:CustomerName">
<DisplayName>CustomerName</DisplayName>
<Description>Name of the cumstomer for that the job is produced</Description>
<References>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5002</Reference>
<Reference ReferenceType="HasModellingRule">i=78</Reference>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
<Value>
<uax:String></uax:String>
</Value>
</UAVariable>
<UAVariable DataType="Duration" ParentNodeId="ns=1;i=5002" NodeId="ns=1;i=6175" BrowseName="2:ExpectedCycleTime" AccessLevel="3">
<DisplayName>ExpectedCycleTime</DisplayName>
<Description>Calculated cycle time for the job</Description>
<References>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5002</Reference>
<Reference ReferenceType="HasModellingRule">i=80</Reference>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
<Value>
<uax:Double>0</uax:Double>
</Value>
</UAVariable>
<UAVariable DataType="String" ParentNodeId="ns=1;i=5002" NodeId="ns=1;i=6037" BrowseName="2:JobDescription">
<DisplayName>JobDescription</DisplayName>
<Description>Description of the job</Description>
<References>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5002</Reference>
<Reference ReferenceType="HasModellingRule">i=78</Reference>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
<Value>
<uax:String></uax:String>
</Value>
</UAVariable>
<UAVariable DataType="String" ParentNodeId="ns=1;i=5002" NodeId="ns=1;i=6038" BrowseName="2:JobName">
<DisplayName>JobName</DisplayName>
<Description>Name of the job</Description>
<References>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5002</Reference>
<Reference ReferenceType="HasModellingRule">i=78</Reference>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
<Value>
<uax:String></uax:String>
</Value>
</UAVariable>
<UAVariable DataType="String" ParentNodeId="ns=1;i=5002" ValueRank="1" NodeId="ns=1;i=6039" ArrayDimensions="1" BrowseName="2:Material">
<DisplayName>Material</DisplayName>