199k views
0 votes
Calculate the coordinates and develop the CNC program for the following milling part. The spindle speed is 2000 rpm and the feed rate is 15 ipm. At the beginning, the machine is at the reference tool number 10. Tool number 4 is used for this process. The tool start position is at X0, Y0, Z1.

User Darrien
by
5.3k points

1 Answer

5 votes

Answer:

Step-by-step explanation:

Please go through the attached file first before you you come back to the explanation page.

Description of code used:

G00: Rapid positioning

G01: Linear interpolation

G02: Circular interpolation (Clockwise)

G20: Program in inch

G90: Absolute programing

M02: Program end

M03: Spindle start

M05: Spindle stop

T04: Tool no. 04

F: Feed rate

S: Spindle speed

Calculate the coordinates and develop the CNC program for the following milling part-example-1
User Lllllllllllll
by
4.7k points