CNC KNOWLEDGE SIEMENS SINUMERIK CYCLE 801 WITH ANGLE TO ABSCISSA ( STA) - CNC KNOWLEDGE

SIEMENS SINUMERIK CYCLE 801 WITH ANGLE TO ABSCISSA ( STA)



                                        Sinumerik CYCLE 801 can be utilized to machine a "matrix gaps" drilling example. The kind of drill gap is controlled by the drilling cycle that has just been called modally. In this program, we perform an operation with an angle.



CYCLE801 ( SPCA , SPCO ,sTA , DIS1 , DIS2 , NUM1 , NUM2 )
      
         Where SPCA =  Reference point of a grid of hole in the abscissa (x-axis)
                     SPCO =  Reference point of a grid of hole in the ordinate (y-axis)
                     STA = Angle to abscissa (x-axis)
                     DIS1= Distance between columns
                     DIS2 = Distance between row 
                     NUM1 = Number of column
                     NUM2 = Number of rows

Example :- With angle
                 Dot matrix consists of 12 holes in 4 columns & 3 rows with an angle to abscissa (STA). And call CYCLE 81 for drilling with CYCLE 801 dot matrix.



HARSH.MPF
N10   G90 G71 G94 F50 ;
N20   T03 D01 M06 ;
N30   S1000  M03  M08;
N40   G17 G00 X15 Y15 Z50 ;
N50   MCALL CYCLE 81 (10 , 0 , 5 , -30 , 0 )
N60   CYCLE 801 ( 25 , 20, 30 , 20 , 20 , 4 , 3 )
N70   MCALL ;
N80   G00 X10 Y10 Z50 ;
N90   M05 , M09 , M30 ;

DESCRIPTION

HARSH.MPF- Name of the main program
N10- Absolute coordinate system, a metric input command, feed rate per minute 50;
N20- tool change command select tool no. 3 
N30- Spindle on clockwise, speed is 1000 rpm, Coolant on.
N40- Machining in XY-plane, rapid traverse where X 15, Y15 & Z50 ( tool take position )
N50- Modal call CYCLE 81 ( RTP= 10 , RFP= 0 , SDIS = 5 , DP= -30 , DPR =0 )
N60- CALL DOT MATRIX (SPCA= 25 , SPCO = 20 , STA= 30 , DIS1= 20 , DIS2= 20 , NUM1= 4 , NUM2= 3 )
N70- Modal call
N80- Rapid traverse where tool goes X10 ,.Y10 & Z50 ;
N90- Spindle stop , Coolant off, main program end

SIEMENS SINUMERIK CYCLE 801 WITH ANGLE TO ABSCISSA ( STA) SIEMENS SINUMERIK CYCLE 801 WITH ANGLE TO ABSCISSA ( STA) Reviewed by www.hdknowledge.om on March 21, 2019 Rating: 5
Powered by Blogger.