Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Programming For Turning Cycle (G90)

Turning Cycle (G90):


This cycle is used for stock removal in parallel tool path. This cycle performs four distinct moves with one
line of information. It is equivalent of
Rapid to X position.

Feed to Z position.

Feed to start X position.

Rapid to start Z position.

Format:
X Diameter to which the movement is being made.
Z Z-axis coordinate to which the movement is being made.
F Feed Rate.
O1004

Program Name

G21 G98

Initial settings

G28 U0 W0

Going to home position

T0101

Tool change position No. 01

M03 S1200

Spindle clockwise with 1200 RPM

G00 X26 Z5

Move tool entry point of X33 Z5 at rapid traverse

G90 X24 Z-26 F80

Calling G90 Cycle and defining first depth of cut

X23

Defining second depth of cut

X22
X21
G90 X20 Z-14 F80
X19
X18
X17
X16
X15
G28 U0 W0
M05
M30

You might also like