Limit response size of ADS requests
The PLC task is locked for every request. If the request is too large, the PLC cycle time might be exceeded.
General Information
Domain |
ADS |
Full symbol path |
ADS.Config::RESPONSE_SIZE_LIMIT |
Property is hidden |
Yes |
Contained in every configuration by default |
No |
Schema
Type |
integer |
Minimum |
2048 |
Default value |
2097152 |
JSON Schema
{
"allOf": [
{
"$ref": "tchmi:general#/definitions/INT32"
},
{
"default": 2097152,
"description": "DESC_RESPONSE_SIZE_LIMIT",
"displayClass": "byte",
"hidden": true,
"minimum": 2048,
"propertyOrder": 7,
"type": "integer"
}
]
}