top of page

ADTech Series Controller

The ADTech series controller is a Fanuc type controller, it will accept I&J or R values for radius moves and uses standard G00 and G01 for linear moves, below is an example of some Gcode that has been created for this machine:

N10 G00 G49 G40 G17 G80 G90 G54
N20 M6 T1(4MM SINGLE FLUTE END MILL)
N30 G43H1
N40 M03 S20000
N50 M8
N60 Z5.
N70 X10. Y90.
N80 G01 Z-20.900
N90 G02 X30. Y110. I20. J0. F1500
N100 G01 X190.
N110 G02 X210. Y90. I0. J-20.
N120 G01 Y10.
N130 X10.
N140 Y90.
N150 G00 Z5.
N160 M9
N170 M5 
N180 M30
%

bottom of page