CNC Cylindrical interpolation Program Example


Submit by: Vikram

Summary

CNC programming example with many radii. Complete program to show how to cut multiple joint together arcs (radii).

Drawing/Image

CNC Cylindrical interpolation Program Example

CNC Program

O0005;
N10 G10 P0 Z-165;
N20 T404;
N30 G50 S2000;
N40 G96 S200 G99 F.2 M4 M8 M200;
N50 G0 X69.282 Z2;
N60 G1 Z-20;
N70 G3 X69.282 Z-60 R40;
N80 G2 X69.282 Z-100 R40;
N90 G1 Z-105;
N100 G0 X150;
N110 Z10;
N120 M30;