ADTECH 4 series CNC System (maintainance Manual)
142
if the condition of program NO. (49 is established,then JUMP to N4,or execute the coming program tool
selection of cw, dragram show as follow
(the current tool NO.is bigger or same as target tool NO., target tool NO. is smaller or same as system max tool
NO. and both current tool NO. and target NO.locat at lower half of tool magazine, for example:current tool NO.
is 22 and target tool NO. is 12, it will be ccw)
(49)
M89 P9 L1
(disc cw, P9 is the signal of the disc cw )
(50)
#1=0
(symbol is 0, tool selection of cw)
(51)
GOTO 3
jump to N3
(52)
N4
(tool selection of CCW)
(53)M89 P10 L1
(54)
#1=1
(symbol is 1, tool selection of ccw)
tool selection counting
(55)
N3
(56)
#2=#201
(current tool NO.saved into temporary variable)
(57)
WHILE[#2!=#200] DO1
(judge whether it is target tool or not )
(58)
M88 P7 L0
(wait for tool counting input signal is low level )
(59)
M88 P7 L1
(wait for tool counting input signal is high level)
(60)IF[#1==1] GOTO 7
jump to ccw counting
(61)#2 = #2+1
(cw add 1 each time)
(62)
IF[#2>#400] #2=1
(if it is bigger than system tool NO. then it will recount
from 1)
(63)
GOTO 8
Содержание 4 Series
Страница 1: ...1 ADTECH 4 SERIES CNC MAINTAINANCE USER MANUAL ...
Страница 65: ...ADTECH 4 series CNC System maintainance Manual 61 Instant ...
Страница 110: ...ADTECH 4 series CNC System maintainance Manual 106 12 1 2 49serise Mounting dimensions ...
Страница 124: ...ADTECH 4 series CNC System maintainance Manual 120 12 3 Electrical connection diagram 12 3 1 Electrical Symbol ...
Страница 125: ...ADTECH 4 series CNC System maintainance Manual 121 12 3 2 Main Power connection diagram ...
Страница 126: ...ADTECH 4 series CNC System maintainance Manual 122 12 3 3 Servo drive connection diagram ...
Страница 127: ...ADTECH 4 series CNC System maintainance Manual 123 12 3 4 Step connection diagram ...