ID 20829

Number of string labels too big for optimised program execution.

Description

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

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

Optimised 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 a 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 string labels used.

Parameter

%1:

Limit value [-]

Maximum possible number of string labels stored

Error type

1, Error message from NC program.