Showing posts with label CNC CIRCULAR INTERPOLATION. Show all posts
Showing posts with label CNC CIRCULAR INTERPOLATION. Show all posts

Sunday, March 17, 2019

CNC MILLING LINEAR AND CIRCULAR INTERPOLATION


Create the part program for below showing diagram (linear and circular interpolation)




Diagram with co-ordinate points.




Program:


G21
G98
G90
G28 X0 Z0
G28 Z0
M06 T1
G00 X-35 Y-35 Z5
G01 Z-5 F50
G01 X-35 Y35
G01 X25 Y35
G01 X35 Y25
G01 X35 Y-35
G01 X10 Y-35
G03 X-10 Y-35 R10
G01 X-35 Y-35
G00 Z5
G28 X0 Y0 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.