Connection Settings
Connection details for the OPC-UA server.
General Information
Domain |
TcHmiOpcUa |
Full symbol path |
TcHmiOpcUa.Config::connectionSettings |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
object |
Default value
{
"basic": {
"reconnectMode": 0,
"reconnectTries": 0
}
}
JSON Schema
{
"additionalProperties": {
"$ref": "#/definitions/connection"
},
"default": {
"basic": {
"reconnectMode": 0,
"reconnectTries": 0
}
},
"description": "descConnectionSettings",
"propertyOrder": 2,
"type": "object"
}