ID 20831

Number of expression labels too big for optimised program execution.

Description

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

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

Optimised program execution means that the program position of the expression label (jump target) is stored 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 stored expression labels

Error type

1, Error message from NC program.