14

CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

Embed Size (px)

DESCRIPTION

Lathe Axes Designation

Citation preview

Page 1: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation
Page 2: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

CNC Programming

Page 3: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

Lathe Axes Designation

Page 4: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

Lathe Axes Designation

Page 5: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

Lathe

Lathe Axes Designation

Page 6: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

CNC Axes

+X

+Z

Page 7: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

Milling

Spindle

Page 8: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

Milling

Page 9: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

CNC Programming

Preparation of CNC programs and proving them is first step to machine the part.

CNC programs are also called part programs.

There are two types of codes are used in CNC programming:

preparatory codes (G Codes)

miscellaneous codes (M codes)

Page 10: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

Motion Statements

G00 Linear Movement (rapid)G01 Linear Movement (feed)G02 Circular Movement (cw feed)G03 Circular Movement (ccw feed)

CNC Programming

Page 11: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

G00 Linear Movement (rapid)

CNC Programming

(0, 0)

10 24

X

Y

60

55

G00 X55 Y60

Page 12: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

CNC Axes

+X

+Z

Tool at (25, 35)

G00 X0 Z35

G00 X0 Z0

Page 13: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

CNC Programming

Initial Diameter = 10 mmFinal Diameter = 6 mm Depth of cut = 1 mmWidth of cut = 8 mm

G00 X4 Z1

G01 Z-8

G00 X5 Z1

G00 X 3

G01 Z-8

G00 X4 Z1

Page 14: CNC Programming Lathe Axes Designation Lathe Lathe Axes Designation

G02 Circular Movement (Clockwise)

CNC Programming

(0, 0)

10

24

X

Y

G02 X34 Y0 I0 J-24

G02 X34 Y0 R24