Sinumerik CYCLE86 used for "Bore 2" . In this cycle SPOS command used for activated oriented spindle stop , once the drilling depth has been reached. Then the programmed retraction positions are approached in rapid traverse and , from there, the retraction plane .
This cycle is used if the spindle to be used for the boring operation is technically able to go into position-controlled spindle operation.
CYCLE 86 ( RTP , RFP , SDIS , DP , DPR , DTB , SDIR , RFA , RPO , RPAP , POSS )
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
             SDIR - Direction of rotation
             RFA- Retraction path along the abscissa of the active plane (incremental )
             RPO- Retraction path along the  orinate of the active plane (incremental)
             RPAP- Retraction path along the boring axis (incremental)
             POSS- Spindle position for oriented spindle stop in the cycle (in degree)
HARSH.MPF
N10 G90 G71 G94 F200 ;
N20 T03 D01 M06 ;
N30 S1000 M03 ;
N40 M08 ;
N50 G00 X10 Y10 ;
N60 CYCLE 86 (10 , 0 , 3 , -15 , _ ,_ , 3 , -1 , -1 , 1 , 90 )
N70 G00 X40 Y40 ;
N80 CYCLE 86 (10 , 0 , 3 , -15 , _ ,_ , 3 , -1 , -1 , 1 , 90 )
N90 M05 M09 M30 ;
HARSH.MPF
N10 G90 G71 G94 F200 ;
N20 T03 D01 M06 ;
N30 S1000 M03 ;
N40 M08 ;
N50 G00 X10 Y10 ;
N60 CYCLE 86 (10 , 0 , 3 , -15 , _ ,_ , 3 , -1 , -1 , 1 , 90 )
N70 G00 X40 Y40 ;
N80 CYCLE 86 (10 , 0 , 3 , -15 , _ ,_ , 3 , -1 , -1 , 1 , 90 )
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.
N50- Rapid traverse command , where tool at X and Y is  10 and 10 (first drilling position)
N60- Call CYCLE86 ( RTP=10 , RFP=0 , SDIS=3 , DP=-15 , DPR=_ , DTB=_ , SDIR=3 , RFA=-1 , RPO= -1 , RPAP= 1 , POSS=90 )
N70- Rapid traverse command , where tool at X and Y is  40 and 40 (Second drilling position)
N80- Call CYCLE86 ( RTP=10 , RFP=0 , SDIS=3 , DP=-15 , DPR=_ , DTB=_ , SDIR=3 , RFA=-1 , RPO= -1 , RPAP= 1 , POSS=90 )
N90- Spindle off , coolant off , main prog. end .
Siemens sinumerik CYCLE 86 " Bore 2"  program example
 
        Reviewed by www.cncknowledge.in
        on 
        
September 13, 2018
 
        Rating: