ADTECH9 Series CNC Programming Manual
#2 = #2+1 (forward rotation variable increases one tool position every time)
IF[#2>#400] #2=1 (start counting from 1 if larger than tool number
of the system)
GOTO 8
N7
#2 = #2-1 (forward rotation variable increases one tool position every time)
IF[#2<=0] #2=#400 (start counting from the maximum tool number if
smaller than 0)
N8
END1 (cycle end keyword)
IF[#1==1] GOTO 5
G04 P#408 (turn off forward rotation after delay)
M89 P9 L0 (turn off forward rotation signal)
GOTO 6
N5
G04 P#409 (turn off reverse rotation after delay)
M89 P10 L0 (turn off reverse rotation signal)
N6
M89 P11 L1 (output cutter exit signal)
M88 P6 L0 (wait for exit in-place)
M89 P13 L1 (spindle blowing turn on)
G04 X#407 (spindle blowing delay)
M89 P13 L0 (blowing off)
M89 P12 L1 (spindle tool release signal on)
M88 P9 L0 (tool release signal in-place)
G01 Z[#403+2.5] F#405 (Z axis moves to 2.5 ms above reference
point)
M89 P12 L0 (spindle tool clamping)
G01 Z#403 F6000 (move Z axis to the reference point simultaneously,
preventing spindle clamping the cutter in the process of clamping)
M88 P10 L0 (clamping in-place signal valid)
M89 P11 L0 (cutter returns)
M88 P5 L0 (exit in-place)
Содержание CNC9640
Страница 1: ...ADTECH9 Series CNC Programming Manual ...
Страница 21: ...ADTECH9 Series CNC Programming Manual Workpiece Coordinate System Diagram ...
Страница 44: ...ADTECH9 Series CNC Programming Manual 2 Occasions that inner corner rotates ...
Страница 45: ...ADTECH9 Series CNC Programming Manual ...
Страница 57: ...ADTECH9 Series CNC Programming Manual G18 plane G19 plane 4 If I J is specified in the segment without motion ...
Страница 62: ...ADTECH9 Series CNC Programming Manual Manual insertion ...
Страница 65: ...ADTECH9 Series CNC Programming Manual Tool radius compensation start and axis Z cut in action ...
Страница 117: ...ADTECH9 Series CNC Programming Manual ...
Страница 118: ...ADTECH9 Series CNC Programming Manual ...
Страница 142: ...ADTECH9 Series CNC Programming Manual ...
Страница 143: ...ADTECH9 Series CNC Programming Manual ...
Страница 144: ...ADTECH9 Series CNC Programming Manual ...