Monday, February 18, 2019

CNC PROGRAM (LINEAR,CIRCULAR AND GROOVING CYCLES)

How to create CNC Program for this Drawing?
(Linear,circular interpolation and Grooving Cycle)




G75 GROOVING CYCLE SYNTAX


G75 R_
G75 X_Z_P_Q_R_F_

R -> Retract distance in mm (x direction)
X -> Grooving diameter in mm
Z -> Grooving Length in mm 
(Length between work zero and end of groove)
P -> Depth of cut in micron(X direction)
Q -> Depth of cut in micron (Z direction)
R -> Relif amount of the tool at the cuuting bottom

F -> Feed rate in mm

Program

G21
G98
M06 T1
M03 S1500
G00 X30 Z0
G71 U1 R0.5
G71 P1 Q2 U0.5 W0.5 F70
N1 G01 X0 Z0 
G03 X15 Z-7.5 R7.5
G01 X15 Z-15
G02 X25 Z-20 R5
G01 X25 Z-35
N2 G01 X30 Z-35
G70 P1 Q2 F10
M05
M06 T2
M03 S750
G00 X30 Z-32
G75 R1
G75 X15 Z-35 P1000 Q250 F30
G00 X30 Z0
M05

M30



See my video narrated step by step for beginners in tamil.

Please subscribe to my channel WIN CADD for new tutorials and share to others.

Thank you for your support and have a great day.

Sunday, February 10, 2019

CNC PROGRAM

How to write  CNC  Program for this Drawing?





co- ordinate  points :



Program:

G21
G98
M06 T1
M03 S1500
G00 X30 Z0
G71 U1 R0.5
G71 P1 Q2 U0.5 W0.5 F70
N1 G01 X0 Z0 
G03 X15 Z-7.5 R7.5
G01 X15 Z-15
G02 X25 Z-20 R5
G01 X25 Z-30
N2 G01 X30 Z-35
G70 P1 Q2 F10
M05

M30


See my video how to simulate the above program narrated step by step for beginners in tamil.

Please subscribe to my channel WIN CADD for new tutorials and share to others.

Thank you for your support and have a great day.