ID 20831

Number of expression labels to big for optimized program execution.

Description

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

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

Optimized program execution means that the program position of the expression label (jump target) is saved and can be jumped to immediately when this jump target is called without a search run.

If the upper limit is exceeded, every new expression 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 expression labels.

Parameter

%1:

Upper limit value [-]

Maximum possible number of buffered labels

Error type

1, Error message from NC program.