Visible runtime ports
Target systems might many ADS ports. Most of them are rarely used in HMI projects.
General Information
Domain |
ADS |
Full symbol path |
ADS.Config::VISIBLE_RUNTIME_PORTS |
Property is hidden |
Yes |
Contained in every configuration by default |
No |
Schema
Type |
array |
Default value
[
301,
302,
303,
304,
350,
351,
352,
353,
354,
355,
501,
801,
811,
821,
831,
851,
852,
853,
854,
10000,
19800
]
JSON Schema
{
"default": [
301,
302,
303,
304,
350,
351,
352,
353,
354,
355,
501,
801,
811,
821,
831,
851,
852,
853,
854,
10000,
19800
],
"description": "DESC_VISIBLE_RUNTIME_PORTS",
"hidden": true,
"items": {
"allOf": [
{
"$ref": "tchmi:general#/definitions/UINT16"
},
{
"minimum": 1
}
]
},
"propertyOrder": 6,
"type": "array"
}