forked from umati/Dashboard-OPCUA-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.json.example
119 lines (118 loc) · 3.63 KB
/
configuration.json.example
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
{
"MachineCacheFile": "MachineCache_datahub.json",
"ObjectTypeNamespaces": [
"http://opcfoundation.org/UA/",
"http://opcfoundation.org/UA/IA/",
"http://opcfoundation.org/UA/IA-Prototyping/",
"http://opcfoundation.org/UA/DI/",
"http://opcfoundation.org/UA/Machinery/",
"http://opcfoundation.org/UA/Machinery/Result/",
"http://opcfoundation.org/UA/MachineTool/",
"http://opcfoundation.org/UA/MachineTool-Prototyping/",
"http://opcfoundation.org/UA/SurfaceTechnology/",
"http://opcfoundation.org/UA/SurfaceTechnology/Example",
"http://opcfoundation.org/UA/SurfaceTechnology/Example/ConveyorGunsAxes/",
"http://opcfoundation.org/UA/SurfaceTechnology/Example/MaterialSupplyRoom/",
"http://opcfoundation.org/UA/SurfaceTechnology/Example/DosingSystem/",
"http://opcfoundation.org/UA/SurfaceTechnology/Example/OvenBooth/",
"http://opcfoundation.org/UA/SurfaceTechnology/Example/Pretreatment",
"http://opcfoundation.org/GMS/"
],
"NamespaceInformations": [
{
"Namespace": "http://opcfoundation.org/UA/MachineTool/",
"Types": [
{
"Uri": "http://opcfoundation.org/UA/MachineTool/",
"Id": "i=13",
"$comment": "MachineToolType"
}
],
"IdentificationType": {
"Uri": "http://opcfoundation.org/UA/MachineTool/",
"Id": "i=11",
"$comment": "MachineToolIdentificationType"
}
},
{
"Namespace": "http://opcfoundation.org/UA/SurfaceTechnology/",
"Types": [
{
"Uri": "http://opcfoundation.org/UA/SurfaceTechnology/",
"Id": "i=1009",
"$comment": "SurfaceTechnologCoatingSystemType"
},
{
"Uri": "http://opcfoundation.org/UA/SurfaceTechnology/",
"Id": "i=1006",
"$comment": "SurfaceTecnologyObjectType"
},
{
"Uri": "http://opcfoundation.org/UA/SurfaceTechnology/",
"Id": "i=1010",
"$comment": "SurfaceTechnologyDosingSystemType"
},
{
"Uri": "http://opcfoundation.org/UA/SurfaceTechnology/",
"Id": "i=1011",
"$comment": "SurfaceTechnologyFilterSystemType"
},
{
"Uri": "http://opcfoundation.org/UA/SurfaceTechnology/",
"Id": "i=1005",
"$comment": "SurfaceTechnologyPipeType"
},
{
"Uri": "http://opcfoundation.org/UA/SurfaceTechnology/",
"Id": "i=1008",
"$comment": "SurfaceTechnologyPumpType"
},
{
"Uri": "http://opcfoundation.org/UA/SurfaceTechnology/",
"Id": "i=1004",
"$comment": "SurfaceTechnologyValveType"
},
{
"Uri": "http://opcfoundation.org/UA/SurfaceTechnology/",
"Id": "i=1003",
"$comment": "SurfaceTechnologyVesselType"
}
],
"IdentificationType": {
"Uri": "http://opcfoundation.org/UA/Machinery/",
"Id": "i=1012",
"$comment": "MachineIdentificationType"
}
},
{
"Namespace":"http://opcfoundation.org/GMS/",
"Types":[
{
"Uri":"http://opcfoundation.org/GMS/",
"Id":"i=1002",
"$comment":"GMSType"
}
],
"IdentificationType":{
"Uri":"http://opcfoundation.org/GMS/",
"Id":"i=1011",
"$comment":"GMSIdentificationType"
}
}
]
,
"OpcUa": {
"Endpoint": "opc.tcp://localhost:4840",
"Username": "",
"Password": "",
"Security": 1
},
"Mqtt": {
"Hostname": "localhost",
"Port": 1883,
"Username": "opcua_client",
"Password": "",
"Prefix": "umati",
"Protocol": "tcp"
}
}