ID 20829

Number of string labels to big for optimized program execution.

Description

The maximum number of memory locations for string labels for fast execution of a jump call has been reached.

It’s not possible to save any more string labels with the corresponding program position.

Optimized program execution means that the program position of the string label (jump target) is stored and that this jump target is available at once without any search run.

If the upper limit is exceeded, every new string label must be searched again in case of a jump call. This lengthens the program runtime.

Response

Class

1

Continue NC program processing.

Solution

Class

1

Check and reduce the number of used string labels.

Parameter

%1:

Limit value [-]

Maximum possible number of stored string labels

Error type

1, Error message from NC program.