Limit the number of ADS requests that can be bundled in one sum request

The PLC task is locked for every request. If a sum request contains too many requests, the PLC cycle time might be exceeded.

General Information

Domain

ADS

Full symbol path

ADS.Config::SUM_REQUEST_LIMIT

Property is hidden

Yes

Contained in every configuration by default

No

Schema

Type

integer

Minimum

1

Maximum

1000

Default value

500

JSON Schema

{
    "default": 500,
    "description": "DESC_SUM_REQUEST_LIMIT",
    "hidden": true,
    "maximum": 1000,
    "minimum": 1,
    "propertyOrder": 8,
    "type": "integer"
}