ID 20108

Double-programmed block mode.

Description

In the same NC block, more than one G-function from the group of moving conditions (G00, G01, G02, G03 etc.) was programmed.

Example:

Wrong:
N10   G00 X0 Y0 Z0
N20   G01 X10 G00 Y20
:
N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Remove the inadmissible G function.

Parameter

%1:

Error value [-]

Number of the inadmissible programmed G function

Error type

1, Error message from NC program.