CNC KNOWLEDGE How to make taper threading program with fanuc g32 cycle ? - CNC KNOWLEDGE

How to make taper threading program with fanuc g32 cycle ?

                                                       Friends ,...Fanuc G32 cycle program rearly performed today , because  it is complicated . Instead , function G92 is often used because it is easy to program and function G76 is used most in there case .
 All dimension in mm and pitch is 3 .

O1571
N10   M06 T02 02 ;
N20   G50 S1500 ;
N30   M03 G97 S200 ;
N40   M08 ;
N50   G00 X28 Z5 ;
N60   G32 X48 Z83 F3 ;
N70   G00 X50 Z5 ;
N80   G00 X26 ;
N90   G32 X46 Z83 ;
N100 G00 X100 Z100 ;
N110 M05 M09 M30 ;
                                                                                        More examples..........!!!!


DESCRIPTION OF MAIN PROGRAM
01571 - Name of main program
N10- Tool change command , select tool no 2
N20- Maximum spindle speed command , speed is 1500 rpm
N30- Spindle ON clockwise , constant spindle speed , speed is 200 rpm
N40- Coolant ON

N50- Rapid action command , where X28(depth of cut in X -axis is 1mm means cut is twice; 2 mm) and Z83 ( tool 1 mm away from job and 2 mm overide) .[ first cut starting position ]

N60- Threading cycle command , where X48(depth of cut in X -axis is 1mm means cut is twice; 2 mm)and Z-83 , pitch is 3 [ first cut is end ]

N70-  Rapid action command , where X52 and Z 5 [ tool return ]

N80-  Rapid action command , where X26(depth of cut in X -axis is 1mm means cut is twice; 2 mm) [ second cut starting position ]

N90 - Threading cycle command , where X46(depth of cut in X -axis is 1mm means cut is twice; 2 mm)and Z-83  [ second cut is end ]

N100- Rapid action command , where X100 and Z 100 [ tool away from job ]
N110 - Spindle OFF , coolant OFF , main prog. end 


How to make taper threading program with fanuc g32 cycle ? How to make taper threading program with fanuc g32 cycle ? Reviewed by harshal on August 02, 2018 Rating: 5
Powered by Blogger.