Circular interpolation commands
G02 CIRCULAR INTERPOLATION CLOCKWISE
G03 CIRCULAR INTERPOLATION ANTICLOCKWISE
Profile
Billet size⇒diameter 20,length 100
Tool used⇒Left hand tool(T1)
Before designing profile of such kind it's always recommended to make equal marks along both axes and then construct code for each section separately.given profile has been cut into 5 equal parts.
NC code
G21 G97 G98
G28 U0 W0
M06 T1
M03 S3000
G00 X22 Z2
G00 X16 Z0 //section 1
G03 X20 Z-2 R10
G00 X22 Z2
G00 X12 Z0 //section 2
G03 X20 Z-4 R10
G00 X22 Z2
G00 X8 Z0 //section 3
G03 X20 Z-6 R10
G00 X22 Z2
G00 X4 Z0 //section 4
G03 X20 Z-8 R10
G00 X22 Z2
G00 X0 Z0 //section 5
G03 X20 Z-10 R10
G00 X22 Z2
G28 U0 W0
M05
M30
Category:
