ID 21380
Cycle call not permissible if thread cutting or tapping is active. | ||||
Description | A cycle call L CYCLE[NAME=...] is not permitted with active tapping/drilling (G33/G63). Example: Wrong:
N05 X0 Y0 Z0
N10 G91
N20 M03
S100 X100 M19 S.POS180
N30 G63 Z-100 F300
N40 Z100 S-200
N45 L CYCLE [NAME=…]
N50 G01 X200 F3000
N60 G63 Z-70 F300 S200
N70 Z70 S-200
N80 M05 G01 X300 F1000
N90 M30
Correct:
N05 X0 Y0 Z0
N10 G91
N20 M03
S100 X100 M19 S.POS180
N30 G63 Z-100 F300
N40 Z100 S-200
N50 G01 X200 F3000
N55 L CYCLE [NAME=…]
N60 G63 Z-70 F300 S200
N70 Z70 S-200
N80 M05 G01 X300 F1000
N90 M30
| |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Before calling the cycle thread cutting, tapping must have been deselected by selecting another modal block type (e.g. G01). | |
Parameter | %1: | Error value [-] | ||
| ||||
Error type | 1, Error message from NC program. | |||
|