ID 21383
Impermissible use of a cycle axis name. | ||||
Description | This error output is caused by using a cycle axis name (@X..) in the main program, or by a direct call of a cycle as a stand-alone program. A cycle axis name can only be used in the cycle program itself (e.g. @X=@P5/2).
Example with error: N05 X0 Y0 Z0 G00 N20 G01 X200 F3000 N25 @X=10 N40 L CYCLE [NAME=dummy1.cyc …] N50 G01 Y300 F1000 N60 G01 Z300 F2000 N90 M30 | |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Check and modify NC program. Only use cycle axis name in the cycle. Start cycle only by a global sub program call within the main program (L CYCLE [...]). | |
Parameter | %1: | Current value [-] | ||
| ||||
Error type | 1, Error message from NC program. | |||
|