Limit the number of ADS handles created by a sum request

TwinCAT's handle buffer is not resized in the middle of a sum request. Creating too many ADS handles in a single sum request causes errors if TwinCAT's handle buffer is full.

General Information

Domain

ADS

Full symbol path

ADS.Config::NEW_HANDLES_PER_SUM_REQUEST_LIMIT

Property is hidden

Yes

Contained in every configuration by default

No

Schema

Type

integer

Minimum

1

Maximum

1000

Default value

100

JSON Schema

{
    "default": 100,
    "description": "DESC_NEW_HANDLES_PER_SUM_REQUEST_LIMIT",
    "hidden": true,
    "maximum": 1000,
    "minimum": 1,
    "propertyOrder": 9,
    "type": "integer"
}