ID 21322

It is not permissible to exit the tool offsets directly with this block type.

Description

In the same NC block, the D word is programmed together with a G function, which changes the block mode and also the meaning of the programmed axes positions (e.g. G04, G63, G74, G92, G98, G99, G100...). If the implicit compensation of tool offsets is configured (P-CHAN-00100), this causes a conflict.

Example:

Wrong:

N10 G00 X0 Y0 Z0

N20 G92 X10 Y20 Z10 D1

:

N1000 M30

Correct:

N10 G00 X0 Y0 Z0

N20 G92 X10 Y20 Z10

N30 D1

:

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Program D word in a separate NC block.

Error type

1, Error message from NC program.