Remote Server
Connections to other HMI servers. The mapped symbols of remote servers can be used like symbols from extensions of the current server.
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::REMOTESERVERS |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
object |
JSON Schema
{
"additionalProperties": {
"additionalProperties": false,
"properties": {
"REMOTE_CONNECT_TIMEOUT": {
"default": "PT5S",
"format": "timespan",
"type": "string"
},
"REMOTE_ENABLED": {
"default": true,
"type": "boolean"
},
"REMOTE_PASSWORD": {
"default": "",
"format": "encrypted",
"propertyOrder": 3,
"type": "string"
},
"REMOTE_URL": {
"propertyOrder": 1,
"type": "string"
},
"REMOTE_USERNAME": {
"configDescription": "DESC_REMOTE_USERNAME",
"default": "",
"propertyOrder": 2,
"type": "string"
}
},
"required": [
"REMOTE_ENABLED",
"REMOTE_URL",
"REMOTE_USERNAME",
"REMOTE_PASSWORD",
"REMOTE_CONNECT_TIMEOUT"
],
"title": "REMOTESERVERS_TITLE",
"type": "object"
},
"configDescription": "DESC_REMOTESERVERS",
"description": "DESC_REMOTESERVERS",
"propertyOrder": 14,
"type": "object"
}