ADTECH9 Series CNC Programming Manual
To program a segment of arc, in addition to specifying end point and circle center position, it is also possible
by specifying radius and end point position. If the radius is specified with address R, the value of R can be
either positive or negative; a positive R value can be used to determine an arc smaller than 180°, and a
negative value can be used to determine an arc larger than 180°. Programming a full circle is only possible by
specifying circle center.
Absolute/Increment Programming Diagram
Above tracks are programmed in absolute value and increment value mode as follows:
➢
Absolute value mode
G00 X200.0 Y40.0 Z0 ;
G90 G03 X140.0 Y100.0 I-60.0 F300.0 ;
G02 X120.0 Y60.0 I-50.0 ;
or:
G00 X200.0 Y40.0 Z0 ;
G90 G03 X140.0 Y100.0 R60.0 F300.0 ;
G02 X120.0 Y60.0 R50.0 ;
➢
Increment mode
G91 G03 X-60.0 Y60.0 I-60.0 F300.0 ;
G02 X-20.0 Y-40.0 I-50.0 ;
or:
G91 G03 X-60.0 Y60.0 R60.0 F300.0 ;
G02 X-20.0 Y-40.0 R50.0 ;
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 ...