2022-02-04 19:46:15 +01:00
|
|
|
{
|
|
|
|
"mqtt": {
|
|
|
|
"broker": "172.16.2.16",
|
|
|
|
"port": 1883,
|
|
|
|
"publishTopicPrefix": "opcua"
|
|
|
|
},
|
|
|
|
"opcua": [
|
|
|
|
{
|
2022-02-04 22:30:48 +01:00
|
|
|
"enabled": "true",
|
2022-02-04 19:46:15 +01:00
|
|
|
"nodes": [
|
|
|
|
{ "ns": 0, "n": "i=345", "d": "pv" },
|
|
|
|
{ "ns": 0, "n": "i=348", "d": "sv" },
|
|
|
|
{ "ns": 0, "n": "i=351", "d": "tv" },
|
|
|
|
{ "ns": 0, "n": "i=354", "d": "qv" }
|
|
|
|
],
|
|
|
|
"url": "opc.tcp://172.16.3.60:4840",
|
|
|
|
"name": "apl",
|
|
|
|
"delay": 1.0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
|