ID 20535

No axis requests during active tapping allowed.

Description

During active tapping (G63), no axis exchange commands may be programmed.

Example:

Wrong:

N10 G63 Z10 F1000 S100

N20 #SET AX[X, 1, 0]

:

N1000 M30

Correct:

N10 G63 Z10 F1000 S100

N20 G01 G90 X100 Y100 (Deselec G63)

N30 #SET AX[X, 1, 0]

:

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the program flow sequence. Before the axis exchange command, tapping (G63) must be deselected.

Error type

1, Error message from NC program.