CNC KNOWLEDGE SIEMENS sinumerik CYCLE 84 Rigid tapping cycle for milling - CNC KNOWLEDGE

SIEMENS sinumerik CYCLE 84 Rigid tapping cycle for milling

                                         Sinumerik CYCLE84 is used for rigid tapping without compensating chuck.


CYCLE84(RTP , RFP, SDIS , DP , DPR , DTB , SDAC , MPIT , PIT , POSS , SST , SST1 , AXN ,                       PTAB , TECHNO , VARI , DAM , VRT )

                                              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



                                                          SDAC- Direction of rotation after end of cycle



                                                                       Values: 3, 4 or 5

                                                          MPIT-Pitch as a thread size (signed):3: (for M3) to 48:                                                                                 (forM48),

                                                          PIT- Pitch of thread size : 0.001........2000.00 mm

                                                          POSS -Spindle position for oriented spindle stop in the cycle                                                                        (in degrees)

                                                          SST- Speed for tapping

                                                          SST1- Speed for retraction

                                                          AXN- Tool axis :

                                                                                  1st geometrical axis (X)

                                                                                  2nd geometrical axis (Y)

                                                                                  3rd geometrical axis  (Z)

                                                          PTAB- Evaluation of thread pitch PIT :

                                                                                
0: corresponds to programmed measuring                                                                                            system inch/metric

                                                                           1: pitch in mm
                                                                           2: pitch in thread grooves per inch
                                                                           3: pitch in inches/rotation
                                                      TECHNO- Technological settings
                                                       VARI - Machining type.
                                                                           0: tapping in one pass
                                                                           1: deep-hole tapping with chip breakage
                                                                           2: deep-hole tapping with chip removal
                                                       DAM- Incremental drilling depth
                                                       VRT- Variable retraction value for chip breakage

In below program tapping depth is 25 along Z axis

HARSH.MPF
N10   G90 G71 G94 F200 ;
N20   T03 D01 M06 ;
N30   S1000  M03 ;
N40   M08 ;
N50   G00 X25 Y10 Z10 ; 
N60   CYCLE84 ( 10 ,  0 , 2 , -25 , _ ,_ , 3 , 5 , _ , 90 , 200 , 500 , 3 , _ ,_ ,_ ,_ ,_ )
N70   G00 X25 Y35
N80   CYCLE84 ( 10 ,  0 , 2 , -25 , _ ,_ , 3 , 5 , _ , 90 , 200 , 500 , 3 , _ ,_ ,_ ,_ ,_ )
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 , Y AND Z is 25 , 10 and 10 (first drilling position)

N60- call CYCLE84 ( RTP=10 , RFP= 0, SDIS=2 , DP=-25 , DPR= _ , DTB= _ , SDAC= 3 , MPIT= 5 , PIT=_  , POSS= 90 , SST= 200 , SST1= 500 , AXN=3  ,  PTAB=  , TECHNO=   , VARI =  , DAM=  , VRT=  )

N70 - Second drilling position where X and Y is 25 and 35 .

N80call CYCLE84 ( RTP=10 , RFP= 0, SDIS=2 , DP=-25 , DPR= _ , DTB= _ , SDAC= 3 , MPIT= 5 , PIT=_  , POSS= 90 , SST= 200 , SST1= 500 , AXN=3  ,  PTAB=  , TECHNO=   , VARI =  , DAM=  , VRT=  )

N90 - Spindle off , coolant off , main prog. end 




SIEMENS sinumerik CYCLE 84 Rigid tapping cycle for milling SIEMENS sinumerik CYCLE 84 Rigid tapping cycle  for milling Reviewed by harshal on September 04, 2018 Rating: 5
Powered by Blogger.