In drilling operation we used different types of cycles.
In this blog i show you 3 types -
Drawing:-
Simulations:-
1) Continues Drilling :-
Program:-
N10 T0202 M06 ;
N20 M03 G97 S500 M7 ;
N30 G00 X0.0 Z1.0 ;
N40 G01 Z-50.0 F0.3 ;
N50 G00 Z1.0 ;
N60 M30 ;
2) G74 Cycle :-
Program:-
N10 T0202 M06 ;
N20 M03 G97 S500 M7 ;
N30 G00 X0.0 Z1.0 ;
N40 G74 R4 ;
N50 G74 Z-50 Q5000 F0.5 ;
N60 G000 Z5.0
N70 M30 ;
3) G83 Cycle :-
Program:-
N10 T0202 M06 ;
N20 M03 G97 S500 M7 ;
N30 G00 X0.0 Z1.0 ;
N40 G83 Z-50.0 R2 Q5000 F0.2 ;
N50 G00 Z5.0
N60 M30 ;
Final product:-
Comments
Post a Comment