CNC KNOWLEDGE SIMPLE STEP TURNING PROGRAM FOR SIEMENS CONTROL CNC MACHINE - CNC KNOWLEDGE

SIMPLE STEP TURNING PROGRAM FOR SIEMENS CONTROL CNC MACHINE



HARSH . MPF
N1  G90  G71  G94  F100 ;
N2  G28  X0  Z0 ;
N3  M06  T06  D01 ;
N4  M03  S1000 ;
N5  M07 ;
N6  G00  X32  Z2 ;
N7  G01  X31  Z0 ;
N8  G01  X31  Z-70 ;
N9  G00  X32  Z-70 ;
N10 G00  X32  Z2 ;
N11 G01  X30  Z0 ;
N12 G01  X30  Z-70 ;
N13 G00  X32  Z-70 ;
N14 G00  X32  Z2  ;
N15 G01  X29  Z0 ;
N16 G01  X29  Z-70 ;
N17 G00  X32  Z-70 ;
N18 G00  X32  Z2 ;
N19 G01  X28  Z0 ;
N20 G01  X28  Z-70 ;
N21 G00  X32  Z2 ;
N22 G28  X0  Z0 ;
N23 M05 ;
N24 M09 ;
N25 M30 ;  

PROGRAM DESCRIPTION :-
HARSH .MPF- Name of main program file
N2-  Referance point / home position tool at X0 and Z0 ;
N3 –Toolchange command , select tool no 6 , tool offset 01 ;
N4- Spindlein clockwise  at speed 1000 ;
N6- Tool travel rapidly at X32 and Z2 (means  tool near to work and safe position) ;
N7- Tool moves linearly at  X31 and Z0 . (tool touch to job) ;
N8- Tool start cutting linearly X31 and Z-70 (when cutting operation performed in length means Z-axis then it goes negative );
N9- Tool away at X-axis from cutting position and Z- axis at same place ;
N10-  Tool at same place at X-axis and  Z-axis away from job linearly.(means it is ready to take another cut );
N11- Its take another position at X-30 and Z0 ready for second cut.(tool touch to the job) ;
N12- It takes second cut X30 and Z -70 ;
N13- Tool away at X-axis from cutting position and Z- axis at same place ;
N14-  Tool at same place at X-axis and  Z-axis away from job linearly.(means it is ready to take another cut );
N15- Its take another position at X-29 and Z0 ready for second cut.(tool touch to the job) ;
N16- It takes third cut X29 and Z -70 ;
N17- Tool away at X-axis from cutting position and Z- axis at same place ;
N18- Tool at same place at X-axis and  Z-axis away from job linearly.(means it is ready to take another cut );
N19- Its take another position at X-28 and Z0 ready for second cut.(tool touch to the job) ;
N20- It takes fourth cut X28 and Z -70 ;
N21- I goes to safe position from working position rapidly  ;
N22- Tool goes to reference point / home position;
N23 – Spindle off ;
N24 – Coolent off ;



SIMPLE STEP TURNING PROGRAM FOR SIEMENS CONTROL CNC MACHINE SIMPLE STEP TURNING  PROGRAM FOR SIEMENS CONTROL CNC MACHINE Reviewed by harshal on February 17, 2018 Rating: 5
Powered by Blogger.