-
Notifications
You must be signed in to change notification settings - Fork 19
/
configuration.json
92 lines (91 loc) · 4.31 KB
/
configuration.json
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
{
"hostname": "127.0.0.1",
"port": 4840,
"buildInfo": {
"productUri": "SampleServer-productUri",
"productName": "SampleServer-productName",
"manufacturerName": "SampleServer-manufacturerName",
"buildNumber": "v1.2.0",
"buildDate": "2024-10-28T00:00:00.0Z"
},
"serverInfo": {
"applicationName": {
"text": "SampleServer-applicationName",
"locale": "en"
},
"applicationUri": "urn:SampleServer",
"productUri": "SampleServer-productUri"
},
"nodeset_filename": [
"./nodesets/Opc.Ua.NodeSet2.xml",
"./nodesets/Opc.Ua.Di.NodeSet2.xml",
"./nodesets/Opc.Ua.Machinery.NodeSet2.xml",
"./nodesets/Opc.Ua.IA.NodeSet2.xml",
"./nodesets/Opc.Ua.MachineTool.NodeSet2.xml",
"./nodesets/Opc.Ua.PlasticsRubber.GeneralTypes.NodeSet2.xml",
"./nodesets/Opc.Ua.PlasticsRubber.IMM2MES.NodeSet2.xml",
"./nodesets/Opc.Ua.PlasticsRubber.ImmToRobot.NodeSet2.xml",
"./nodesets/opc40079forumati.xml",
"./nodesets/Opc.Ua.PlasticsRubber.TCD.NodeSet2.xml",
"./nodesets/Opc.Ua.PlasticsRubber.HotRunner.NodeSet2.xml",
"./nodesets/Opc.Ua.PlasticsRubber.LDS.NodeSet2.xml",
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.GeneralTypes.NodeSet2.xml",
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.Cutter.NodeSet2.xml",
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.HaulOff.NodeSet2.xml",
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.Corrugator.NodeSet2.xml",
"./nodesets/Opc.Ua.PlasticsRubber.Extrusion_v2.Extruder.NodeSet2.xml",
"./nodesets/Opc.Ua.PlasticsRubber.UmatiGeneric.NodeSet2.xml",
"./nodesets/Opc.Ua.Robotics.NodeSet2.xml",
"./nodesets/Opc.Ua.Woodworking.NodeSet2.xml",
"./nodesets/Opc.Ua.LaserSystems.NodeSet2.xml",
"./nodesets/opc.ua.isa95-jobcontrol.nodeset2.xml",
"./nodesets/Opc.Ua.Machinery.Jobs.Nodeset2.xml",
"./nodesets/Opc.Ua.IRDI.NodeSet2.xml",
"./nodesets/Opc.Ua.PADIM.NodeSet2.xml",
"./nodesets/Opc.Ua.Machinery.ProcessValues.NodeSet2.xml",
"./nodesets/Opc.Ua.MetalForming.NodeSet2.xml",
"./models/ShowCaseMachineTool.xml",
"./models/Machinetool-Example.xml",
"./models/opcroboticstestserver.xml",
"./models/umati_plasticsrubber_generic_sample_instance.xml",
"./models/umati_opc40077_sample_instance.xml",
"./models/opc40079forumati_sample_instance.xml",
"./models/umati_opc40084-3_sample_instance.xml",
"./models/umati_opc40082-1_sample_instance.xml",
"./models/umati_opc40082-2_sample_instance.xml",
"./models/umati_opc40082-3_sample_instance.xml",
"./models/umati_opc40084-9_sample_instance.xml",
"./models/umati_opc40084-11_sample_instance.xml",
"./models/basyskom_woodworking_instance.xml",
"./models/paefs.xml",
"./models/umati_brownfieldMT.xml",
"./models/LaserSystem-Example.xml",
"./models/Opc.Ua.Ugg.Intances.Umati.NodeSet2.xml",
"./models/MetalForming_Example.xml"
],
"serverCapabilities": {
"serverProfileArray": [
"http://opcfoundation.org/UA-Profile/Server/StandardUA2017",
"http://opcfoundation.org/UA-Profile/Server/AddressSpaceNotifier",
"http://opcfoundation.org/UA-Profile/Server/StandardEventSubscription",
"http://opcfoundation.org/UA-Profile/Server/Methods",
"http://opcfoundation.org/UA-Profile/Server/StateMachine",
"http://opcfoundation.org/UA-Profile/Server/ACBaseCondition",
"http://opcfoundation.org/UA-Profile/Server/ACRefresh2",
"http://opcfoundation.org/UA-Profile/Server/ACAddressSpaceInstance",
"http://opcfoundation.org/UA-Profile/Server/ACAlarm",
"http://opcfoundation.org/UA-Profile/Server/ACEnable",
"http://opcfoundation.org/UA-Profile/Server/ACAlarm",
"http://opcfoundation.org/UA-Profile/Server/ACAckAlarm",
"http://opcfoundation.org/UA-Profile/Server/ACExclusiveAlarming",
"http://opcfoundation.org/UA-Profile/Server/ACNon-ExclusiveAlarming",
"http://opcfoundation.org/UA-Profile/Server/HistoricalRawData",
"http://opcfoundation.org/UA-Profile/Server/HistoricalDataAtTime",
"http://opcfoundation.org/UA-Profile/Machinery/Server/MachineIdentification",
"http://opcfoundation.org/UA-Profile/Machinery/Server/State",
"http://opcfoundation.org/UA-Profile/IA/Server/Stacklight",
"http://opcfoundation.org/UA-Profile/MachineTool/Server/Basic",
"http://opcfoundation.org/UA-Profile/MachineTool/Server/Tools"
]
}
}