CNC Tutorials and Exercises Tutorial 1 - X and Y Co-Ordinate Calculation - Absolute and Incremental Co-Ordinates
CNC Tutorials and Exercises Tutorial 1 - X and Y Co-Ordinate Calculation - Absolute and Incremental Co-Ordinates
examples of absolute co-ordinates and incremental coordinates. Absolute Co-ordinates The code G90 is used to select this type of programming. Before programming commences the points on the path to be machined are defined relative to the workpiece datum:
Examples of these co-ordinates are shown in the table below. The Z axis is the vertical axis and the datum used is normally the surface of the work. Z is positive when moving away from the surface and negative when moving towards or into the surface.
A X y
Incremental Co-ordinates The code G91 is used to select this type of programming. The points on the path to be machined are defined relative to the previous position. The points for the example on the previous page are shown in the table below. The Z axis is again the vertical axis, and the points are defined relative to the previous position; positive when moving away from the surface and negative when moving towards or into the surface.
A X y B C D E F G H