ID 21412
Second main axis not allowed. | |||
Description | In connection with the command #ROTATION and the function "rotation of several axes", the additional axes may only be linked to the second main axis (master axis) of the current plane. In case of error an inadmissible master axis is programmed as second main axis in the definition of the axes pairs. Example: Wrong: G00 X0 X1=0 X2=0 X3=0 Y0 Z0 G01 F1000 X1=0 X2=260 X3=520 X4=780 Y=-10 #ROTATION ON[ANGLE=1 AXPAIR[X1,Y] AXPAIR[X2,Z] AXPAIR[X3,Y]] G91 Y1=-1200 G91 Y1=1200 : N1000 M30 Correct: G00 X0 X1=0 X2=0 X3=0 Y0 Z0 G01 F1000 X1=0 X2=260 X3=520 X4=780 Y=-10 #ROTATION ON[ANGLE=1 AXPAIR[X1,Y] AXPAIR[X2,Y] AXPAIR[X3,Y]] G91 Y1=-1200 G91 Y1=1200 : N1000 M30 | ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Check and modify NC program. Correct the definition of the axes pairs in the command #ROTATION |
Error type | 1, Error message from NC program. | ||
|