ADTECH9 Series CNC Programming Manual
IF[#400 > 24] (the system alarms if the maximum tool
number exceeds 24)
{
#3000=1 (Warning: set tool number exceeds the
maximum tool number of the tool magazine!) (system parameter 3001 alarm; alarm
content can be modified)
}
IF[[[#200] > [#400]] || [[#201] > [#400]]]
(alarm if the tool number to be changed and current tool number of the system
exceed the maximum tool number)
{
#3000=1
(Warning: set tool number exceeds the maximum tool number of the tool magazine!)
(system parameter 3001 alarm; alarm content can be modified)
}
IF[#201==0] (alarm if current tool number is 0)
{
#3000=1 (current tool number zero error!)
}
G01 Z[#403+#404] F#405
(Z axis rises to a safe altitude)
M09 (turn off cooling)
M89 P8 L1 (output spindle quasi-stop signal)
M89 P13 L1 (spindle blowing)
(G04 X#407 (spindle blowing delay)
M89 P13 L0 (turn off spindle blowing)
M88 P4 L0 (wait for spindle quasi-stop in-place)
G01 X[#401] Y[#402] F#406 (machine tool moves to X, Y axis
reference point)
IF[[#201]!=0] (check whether current tool is 0)
{ (execute following codes if nonzero)
G01 Z[#403] F#405 (machine tool moves to Z axis reference point)
M89 P11 L1 (output cutter exit signal)
M88 P6 L0 (wait for exit in-place signal)
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 ...