ID 22157

Selection of contour rotation and plane in same NC block not allowed.

Description

A plane selection (G17, G18 or G19) is programmed in an NC block with G68. However, this must occur before a new NC block with G68 is executed.

Example:

Wrong:
N10  G00 X0 Y0 Z0
N20  G17 G68 R30 X150 Y200
:
N1000 M30
Correct:
N10  G00 X0 Y0 Z0
N15  G17
N20  G68 R30 X150 Y200
:
N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Delete the plane selection (G17, G18 or G19) from the NC block and move it to a previous NC block.

Parameter

%1:

Error value [-]

G number of the plane

%2:

Current value [-]

G number of the contour rotation selection

Error type

1, Error message from NC program.