Friends this cycle has many names like ; turning cycle , fixed cycle , ID/OD cutting cycle , Box cycle. G90 IS mostly used but sometime machine model can not adopt G90 , that time we can insert G77 or G20 which is accept by machine model . G90/G77/G20 these g code meaning is same
O1453
N10 G28 U0 W0 ;
N20 M06 T02 02 ;
N30 G50 S1500 ;
N40 M03 G97 S200 ;
N50 M08 ;
N60 G00 X80 Z2 ;
N70 G90 X60 Z-30 F0.25 ;
X55 ;
X50 ;
X45 ;
X40 ;
N80 G28 U0 W0 ;
N90 M05 M09 M30 ;
O1453
N10 G28 U0 W0 ;
N20 M06 T02 02 ;
N30 G50 S1500 ;
N40 M03 G97 S200 ;
N50 M08 ;
N60 G00 X80 Z2 ;
N70 G90 X60 Z-30 F0.25 ;
X55 ;
X50 ;
X45 ;
X40 ;
N80 G28 U0 W0 ;
N90 M05 M09 M30 ;
DESCRIPTION OF MAIN PROGRAM :-
O1453 - Name of main program
N10 - Referance point command X0 and Z0
N20- Tool change command , select tool no 2
N30- Maximum spindle speed command , speed is 1500 rpm
N40- Spindle ON clockwise , constant spindle speed , speed is 200 rpm
N50- Coolant ON
N60- Rapid action command , where X80 and Z2
N70- Turning /ID/OD/Fixed/axial cutting cycle command , starting position in X- axis is 60 , cutting upto 30 in z- axis(for first step ) , feed rate is 0.25
O1453 - Name of main program
N10 - Referance point command X0 and Z0
N20- Tool change command , select tool no 2
N30- Maximum spindle speed command , speed is 1500 rpm
N40- Spindle ON clockwise , constant spindle speed , speed is 200 rpm
N50- Coolant ON
N60- Rapid action command , where X80 and Z2
N70- Turning /ID/OD/Fixed/axial cutting cycle command , starting position in X- axis is 60 , cutting upto 30 in z- axis(for first step ) , feed rate is 0.25
First cut start from x- axis is 55
second cut 50
third cut 45
last cut 40
N80- Referance point command X0 and Z0
N90- Spindle OFF , coolant OFF , main prog. end
G90 turning cycle II Axial cycle II Fixed cycle II Box cycle II ID/OD cutting cycle II G90/G70/G20
Reviewed by harshal
on
July 28, 2018
Rating:
