CNC KNOWLEDGE Siemens Sinumerik SLOT 1 cnc program (Slots on a circle ) - CNC KNOWLEDGE

Siemens Sinumerik SLOT 1 cnc program (Slots on a circle )

                               
                                                  The cycle SLOT1 is a consolidated roughing-finishing cycle. Use this cycle to machine slots arranged on a circle. The longitudinal axis of the slots aligned radially. In contrast to the long hole, a value is defined for the slot width.


SLOT 1 (  RTP , RFP , SDIS , DP , DPR , NUM , LENG , WID , CAP , CPO ,RAD , STA1 , INDA , FFD , FFP1 , MID , CDIR , FAL , VARI , MIDF , FFP2 , SSF , FALD , STA2 )

Where RTP = Retraction plane 
            RFP = Reference plane 
            SIDS = Safety clearance
            DP =  Slots depth 
            DPR = Slots depth  relative to reference plane 
            NUM = Numbers of slot
            LENG = Length of slots
            WID = Width of slots
            CPA = Center point of circle , abscissa (x-axis)
            CPO = Center point of circle , ordinate (y-axis)
            RAD= Radius of circle 
            STA1= Starting angle
            INDA= Increamenting angle
            FFD = Feed rate for depth infeed
            FFP1 = Feed rate for surface machining
            MID = Maximum infeed depth for an infeed
            CDIR = Machining direction  value :
                             0- Down cut milling ( correspond to direction of spindle rotation )
                             1 - Down-cut milling
                             2 - with G02 ( Independent of direction of rotation of spindle )
                             3 - with G03
            FAL = Slot edge finishing allowance 
            VARI =  Machining type 
                                      UNIT DIGIT : 
                                      0- complete machining
                                      1- Roughing
                                      2- Finishing
                                      TENS DIGIT
                                      0- Perpendicular to G0
                                      1- Perpendicular to G1
                                      2- Oscillation with G1
            MIDF = Maximum infeed depth  for finishing
            FFP2 = Feedrate for finishing 
            SSF = Speed when finishing
            RALD = Slot base finishing allowance
            STA2 = Maximum insertion angle for oscillation movement

EXAMPLE :-



HARSH.MPF
N10  G90 G71 M06  T03 D01 ;
N20  M03 S1000 M08 ;
N30  G17 G00 X50 Y50 Z50 ;
N40  SLOT 1 ( 10, 0 ,5 , -20 , _ , 8 , 20 , 10 , 50 , 50 , 25 , 45 , 45 , 100 , 320, 10, 2 ,0.5 , 2 ,10 ,                               400 , 1200 , 0.6 , 5  )
N50  G00 Z50 ;
N60  M05 M09 M30 ;

DESCRIPTION

HARSH.MPF- Name of the main program
N10 -  Absolute coordinate system, a metric input command, Tool change command select tool no  3 .
N20- Spindle On clockwise at the speed 1000 rpm & coolant is on 
N30-  Internal threading at XY- plane, rapid traverse command where tool takes a position at reference point where X50 , Y50 & Z50 .
N40 - call SLOT 1 ( RTP= 10 , RFP= 0 , SIDS= 5 , DP= -20_ , DPR= _, NUM= 8 , LENG= 20 ,WID=10, CPA= 50 , CPO= 50 , RAD= 25 , STA1= 45, INDA= 45 , FFD= 100 , FFP1= 320 , MID= 10 , CDIR = 2 , FAL =0.5 , VARI = 2 , MIDF = 10 , FFP2 = 400 , SSF = 1200 , FALD = 0.6 , STA 2 = 5 )
N50 - Tool goes rapidly up position .
N60- Spindle stop , coolant off , main prog. end 

Siemens Sinumerik SLOT 1 cnc program (Slots on a circle ) Siemens Sinumerik SLOT 1 cnc program (Slots on a circle ) Reviewed by www.hdknowledge.om on March 26, 2019 Rating: 5
Powered by Blogger.