Symbol-Mappings
Ein Symbol-Mapping ermöglicht den Zugriff auf interne Symbole einer Domain.
Allgemeine Informationen
Domain |
TcHmiSrv |
Vollständiger Symbol-Pfad |
TcHmiSrv.Config::SYMBOLS |
Kategorie |
Symbole |
Eigenschaft ist versteckt |
Nein |
Standardmäßig in jeder Konfiguration enthalten |
Nein |
Schema
Typ |
object |
Default-Wert
{
"DefaultAuthExtension": {
"ACCESS": 3,
"DOMAIN": "TcHmiSrv",
"DYNAMIC": false,
"HIDDEN": true,
"MAPPING": "Config::DEFAULTAUTHEXTENSION",
"SCHEMA": {
"function": true,
"type": "string"
},
"USEMAPPING": true
},
"DefaultUserGroup": {
"ACCESS": 3,
"DOMAIN": "TcHmiSrv",
"DYNAMIC": false,
"HIDDEN": true,
"MAPPING": "Config::DEFAULTUSERGROUP",
"SCHEMA": {
"function": true,
"type": "string"
},
"USEMAPPING": true
},
"UserSelectType": {
"ACCESS": 3,
"DOMAIN": "TcHmiSrv",
"DYNAMIC": false,
"HIDDEN": true,
"MAPPING": "Config::USERSELECTTYPE",
"SCHEMA": {
"function": true,
"type": "number"
},
"USEMAPPING": true
}
}
JSON-Schema
{
"additionalProperties": {
"$ref": "tchmi:server#/definitions/symbol"
},
"category": "CATEGORY_SYMBOLS",
"configDescription": "DESC_SYMBOLS",
"default": {
"DefaultAuthExtension": {
"ACCESS": 3,
"DOMAIN": "TcHmiSrv",
"DYNAMIC": false,
"HIDDEN": true,
"MAPPING": "Config::DEFAULTAUTHEXTENSION",
"SCHEMA": {
"function": true,
"type": "string"
},
"USEMAPPING": true
},
"DefaultUserGroup": {
"ACCESS": 3,
"DOMAIN": "TcHmiSrv",
"DYNAMIC": false,
"HIDDEN": true,
"MAPPING": "Config::DEFAULTUSERGROUP",
"SCHEMA": {
"function": true,
"type": "string"
},
"USEMAPPING": true
},
"UserSelectType": {
"ACCESS": 3,
"DOMAIN": "TcHmiSrv",
"DYNAMIC": false,
"HIDDEN": true,
"MAPPING": "Config::USERSELECTTYPE",
"SCHEMA": {
"function": true,
"type": "number"
},
"USEMAPPING": true
}
},
"type": "object"
}