CNC KNOWLEDGE Fanuc G94 rough facing cycle program II One pass / multiple passes II - CNC KNOWLEDGE

Fanuc G94 rough facing cycle program II One pass / multiple passes II

             G94 facing cycle is from G- code system A , similarly G94 feedrate per minute  in G-code system B is use . G94 is also known as fixed cycle , simple cycle , rough facing cycle .

O1573
N10   G90 G21 G99 F0.25 ;
N20   G50 S1500 ;
N30   M06 T01 01 ;
N40   M03 G97 S200 ;
N50   M08 ;
N60   G00 X62 Z2 ;
N70   G94 X30 Z-5 ;
N80   Z-10 ;
N90   Z-15 ;
N100 Z-20 ;
N110 G28 U0 W0 ;
N120 M05 M09 M30 ;
                                                                                                More examples..........!!!!

DESCRIPTION OF MAIN PROGRAM :-

O1573- Name of main program 
N10- Program in absolute co-ordinate system , all dimension in mm , feedrate per revolution f 0.25 .
N20- Maximum spindle speed command , speed is 1500 rpm 
N30- Tool change command , select tool no 1
N40- Spindle ON clockwise , constant spindle speed , speed is 200 rpm
N50- Coolant ON 
N60- Rapid action command , where tool is X62 and Z2 .
N70- Facing cycle command , step cutting along X axis is 30 mm and first cut along Z axis is 5mm
N80- Second cut along Z axis is 10 mm
N90- Third cut along Z axis is 15 mm
N100- Final cut along Z axis is 20 mm (Step lenght is complete)
N110- Reference point command , where X0 and Z0 ;
N120- Spindle off , coalant off , main program end .

Fanuc G94 rough facing cycle program II One pass / multiple passes II Fanuc G94 rough facing cycle program II One pass / multiple passes II Reviewed by harshal on July 31, 2018 Rating: 5
Powered by Blogger.