flat vs structured

This commit is contained in:
Wolfgang Hottgenroth
2022-02-22 14:29:58 +01:00
parent 3abb961b2e
commit 34c793bfa6

View File

@ -11,7 +11,7 @@
"opcua": [ "opcua": [
{ {
"enabled": "true", "enabled": "true",
"type": "structured", "type": "flat",
"url": "opc.tcp://172.16.3.60:4840", "url": "opc.tcp://172.16.3.60:4840",
"name": "apl", "name": "apl",
"delay": 1.0, "delay": 1.0,
@ -25,6 +25,7 @@
}, },
{ {
"enabled": "false", "enabled": "false",
"type": "flat",
"url": "opc.tcp://192.168.254.5:4863", "url": "opc.tcp://192.168.254.5:4863",
"name": "sh", "name": "sh",
"delay": 1.0, "delay": 1.0,