CNC KNOWLEDGE Siemens sinumerik CYCLE 85 " Bore 1" cycle program - CNC KNOWLEDGE

Siemens sinumerik CYCLE 85 " Bore 1" cycle program

                  Sinumerik CYCLE85 is used for " Boring 1" cycle . The inward and outword movement is performed at the feedrate assigned to feedrate and retraction feedrate.


CYCLE85 ( RTP ,RFP , SDIS , DP , DPR , DTB , FFR, RFF )

Where, RTP- Retraction plane (absolute)
             RFP- Reference plane (absolute)
             SDIS- Safety distance 
             DP- Final drilling depth (absolute)
             DPR- Final drilling depth related to reference plane .
             DTB- Dwell time at final
             FFR- Feedrate .
             RFF- Retraction feedrate (1.5 x FFR )

HARSH.MPF
N10   G90 G71 G94 F200 ;
N20   T03 D01 M06 ;
N30   S1000  M03 ;
N40   M08 ;
N50   G00 X10 Y10  ;

N60   CYCLE85 (10 , 0 , 3 , -15 , _ ,300 , 450 )
N70   G00 X40 ,Z40 ;
N80   CYCLE85 (10 , 0 , 3 , -15 , _ ,300 , 450 )
N90    M05 M09 M30 ;

                                                                                            More examples..........!!!!

DESCRIPTION OF PROGRAM :-

HARSH.MPF- Name of main program

N10- Absolute coordinate system , metric input command , feed rate per minute 200 ;

N20- tool change command select tool no. 3

N30- Spindle on clockwise , speed is 1000 rpm
N40-  coolant on.

N50Rapid traverse command , where tool at X and Y is  10 and 10 (first drilling position)

N60- Call CYCLE 85 (RTP=10 ,RTP=0 ,SDIS=3 , DP=-15 ,DPR= _ , FFR=300 ,RFF= 450)

N70- Rapid t where tool at X and Y is  40 and 40 (Second drilling position).
N80-Call CYCLE 85 (RTP=10 ,RTP=0 ,SDIS=3 , DP=-15 ,DPR= _ , FFR=300 ,RFF= 450)
N90- Spindle off , coolant off , main prog. end 
Siemens sinumerik CYCLE 85 " Bore 1" cycle program Siemens sinumerik CYCLE 85 " Bore 1" cycle program Reviewed by harshal on September 10, 2018 Rating: 5
Powered by Blogger.