ADTECH9 Series CNC Programming Manual
N2 Z-70.;
Z-160
N3 G01 Z-72.5 F100;
Z-160.5
Linear interpolation, F value is
100
N4 X37.4;
X-112.6
(Linear interpolation)
N5 G00 Z0;
Z-90
Quick positioning
N6 X0 Y0 A0;
X-150, Y-210
N7 G53 X0 Y0 Z0;
X0, Y0, Z0
Select to use machine tool
coordinate system
N8 G57 X50. Y50. ;
X-380, Y-280
Select 4# coordinate system
N9 Z-70.;
Z-190
N10 G01 Z-72.5;
Z-192.5
Linear interpolation, F value is
100 (modal value)
N11 X37.4;
X392.6
N12 G00 Z0;
Z-120
N13 G00 X0 Y0 ;
X-430, Y-330
Seen from above samples, the function of G54~G59 instruction is to move the coordinate origin used by NC to
the point that the coordinates in machine tool coordinate system are preset value; please refer to the operation
section in this manual for the method of presetting.
After returning to the home of machine tool, coordinate systems 1~6 of the workpiece are created. G54 is the
initial mode after electrified. The absolute position of the position screen is the coordinates in current
coordinate system.
In CNC programming of machine tool, unless otherwise specified, the IP of interpolation instruction and other
instructions related to coordinates are the coordinate position in current coordinate system (the coordinate
system used when the instruction is executed). In most cases, the current coordinate system is one of G54~G59,
and machine tool coordinate system are seldom used directly.
2.2.4.
Local coordinate system (G52)
Function:
G52 can create a local coordinate system, which is a sub-coordinate system equivalent to G54~G59.
Summary of Contents for CNC9640
Page 1: ...ADTECH9 Series CNC Programming Manual ...
Page 21: ...ADTECH9 Series CNC Programming Manual Workpiece Coordinate System Diagram ...
Page 44: ...ADTECH9 Series CNC Programming Manual 2 Occasions that inner corner rotates ...
Page 45: ...ADTECH9 Series CNC Programming Manual ...
Page 62: ...ADTECH9 Series CNC Programming Manual Manual insertion ...
Page 65: ...ADTECH9 Series CNC Programming Manual Tool radius compensation start and axis Z cut in action ...
Page 117: ...ADTECH9 Series CNC Programming Manual ...
Page 118: ...ADTECH9 Series CNC Programming Manual ...
Page 142: ...ADTECH9 Series CNC Programming Manual ...
Page 143: ...ADTECH9 Series CNC Programming Manual ...