CNC Turning coordinate system

Embed Size (px)

DESCRIPTION

CNC Turning coordinate system

Citation preview

  • Coordinate system for a CNC lathe

    Z

    X

    X: diameter-controllingZ: length-controlling

    A CNC lathe has two linear axes: X Z

    Cutting tools can machine along each axis.

    Each axis has a polarity.

    Z+

    X+

    X-

    Z-

    The cutting tool actually moves along with each axis

    The program origin is chosen by the programmer and is usually on the workpiece.

    Choose the origin based upon dimensioning.

    Coordinates are specified from the program origin.

    Exercises 1-3:1) Type these

    coordinates into NCPlot and execute:

    X1.0 Z0.1X1.0 Z-1.0X2.0 Z-1.0X2.0 Z-2.0X2.5 Z-2.0X3.0 Z-3.0

    1

    2) Load the file named exerciset2.nc and execute it. Notice that the cutting tool will simply follow the specified series of coordinates, and that coordinates are specified from an origin point.

    3) Load the file named exerciset3.nc and execute it. This file has more coordinates. Again, notice that the cutting tool will follow the series of specified coordinates.

    1

    36

    5

    4

    2

    Also in the file exerciset1.nc

    1.02.52.0

    3.0

    2.25

    1.0

    0.75

    Program origin (dimensions begin here)

    Raw material

    Program originRaw material

    1.02.5

    2.0

    3.0

    2.25

    1.0

    0.75

    1

    6

    534

    2

    0.1

    X coordinates are given in diameter

    1: X1.0 Z0.12: X1.0 Z-1.03: X2.0 Z-1.04: X2.0 Z-2.05: X2.5 Z-2.06: X3.0 Z-3.0

    Z+Z-

    Most Z coordinates are negative