ID 21322
Immediate exiting of tool offsets with this block mode not allowed. | |||
Description | The D word is programmed together with a G function in the same NC block. This changes the block mode and also the meaning of the programmed axis positions (e.g. G04, G63, G74, G92, G98, G99, G100...). This causes a conflict If the tool offsets (P-CHAN-00100) are configured for immediate exiting. 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. | ||
|