advanced

Erweiterte-Einstellungen

Allgemeine Informationen

Domain

TcHmiOpcUa

Schema

Typ

object

JSON-Schema

{
    "additionalProperties": false,
    "description": "descAdvanced",
    "properties": {
        "arrayCloseReplacement": {
            "type": "string"
        },
        "arrayOpenReplacement": {
            "type": "string"
        },
        "browseValueSubelements": {
            "type": "boolean"
        },
        "definitionNameMode": {
            "configDescription": "DESC_DEFINITIONNAMEMODE",
            "default": 0,
            "enum": [
                0,
                1,
                2
            ],
            "options": [
                {
                    "label": "useReferenceTypesAsDefinitionNames",
                    "value": 0
                },
                {
                    "label": "useNodeTypesAsDefinitionNames",
                    "value": 1
                },
                {
                    "label": "useNodeIdsAsDefinitionNames",
                    "value": 2
                }
            ],
            "type": "integer"
        },
        "doublePointReplacement": {
            "type": "string"
        },
        "forbiddenReferenceNodes": {
            "configDescription": "DESC_FORBIDDENREFERENCENODES",
            "properties": {
                "binaryNodes": {
                    "items": {
                        "format": "base64",
                        "type": "string"
                    },
                    "type": "array"
                },
                "guidNodes": {
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "integerNodes": {
                    "items": {
                        "type": "number"
                    },
                    "type": "array"
                },
                "stringNodes": {
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                }
            },
            "type": "object"
        },
        "ignoreNodes": {
            "configDescription": "DESC_IGNORENODES",
            "properties": {
                "binaryNodes": {
                    "items": {
                        "format": "base64",
                        "type": "string"
                    },
                    "type": "array"
                },
                "guidNodes": {
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                },
                "integerNodes": {
                    "items": {
                        "type": "number"
                    },
                    "type": "array"
                },
                "stringNodes": {
                    "items": {
                        "type": "string"
                    },
                    "type": "array"
                }
            },
            "type": "object"
        },
        "startPoint": {
            "configDescription": "DESC_STARTPOINT",
            "default": {
                "binaryIdentifier": "",
                "guidIdentifier": "",
                "identifierType": 0,
                "integerIdentifier": 85,
                "namespaceIndex": 0,
                "stringIdentifier": ""
            },
            "properties": {
                "binaryIdentifier": {
                    "format": "base64",
                    "type": "string"
                },
                "guidIdentifier": {
                    "type": "string"
                },
                "identifierType": {
                    "type": "number"
                },
                "integerIdentifier": {
                    "type": "number"
                },
                "namespaceIndex": {
                    "type": "number"
                },
                "stringIdentifier": {
                    "type": "string"
                }
            },
            "type": "object"
        }
    },
    "required": [
        "arrayCloseReplacement",
        "arrayOpenReplacement",
        "browseValueSubelements",
        "doublePointReplacement",
        "definitionNameMode",
        "ignoreNodes",
        "forbiddenReferenceNodes",
        "startPoint"
    ],
    "type": "object"
}