Namespaces
OPC-UA namespaces.
General Information
Domain |
TcHmiOpcUa |
Full symbol path |
TcHmiOpcUa.Config::namespaces |
Property is hidden |
No |
Contained in every configuration by default |
Yes |
Schema
Type |
object |
Default value
{
"basic": {
"advanced": "basic",
"connection": "basic",
"endpoint": "opc.tcp://127.0.0.1:4840",
"security": "basic"
}
}
JSON Schema
{
"additionalProperties": {
"$ref": "#/definitions/namespace"
},
"default": {
"basic": {
"advanced": "basic",
"connection": "basic",
"endpoint": "opc.tcp://127.0.0.1:4840",
"security": "basic"
}
},
"defaultConfigurable": true,
"description": "descNamespaces",
"propertyOrder": 3,
"type": "object"
}