Installation manual
CNC 8060
CNC 8065
TOOL AND MAGAZINE MANAGEMENT.
7.
(REF: 1402)
·403·
Synchronous magazine with changer arm and 2 claws.
%L SUB_GR_TO_SPD
Insert the ground tool in the spindle.
It shows the message for the operator to insert the tool and waits for the operation to be
completed before removing the message.
#MSG ["Insert tool T%D and press START", V.TM.NXTOOL]
M0
#MSG [""]
V.PLC.M[1108]=1
GRTOSPDL mark to the tool manager.
#RET
%L SUB_SPD_GMCHG
Move the spindle to the manual tool change point.
G1 Z_ F_
Move the spindle.
#RET
%L SUB_SPD_AUTCHG
Move the spindle to the automatic tool change point
G1 Z_ F_
Move the spindle.
#RET
%SUB_M6.nc
M6
Order the tool manager to start the tool change.
$SWITCH V.PLC.R[101]
It analyzes the type of operation.
$CASE 1
Take a tool from the magazine and insert it in the spindle.
LL SUB_SPD_AUTCHG
Move the spindle to the automatic tool change point
LL SUB_MZ_TO_CH1
Take the tool from the magazine with holder 1.
LL SUB_CH1_TO_SPD
Take the tool of holder 1 to the spindle.
$BREAK
$CASE 2
Leave the spindle tool in the magazine.
LL SUB_SPD_AUTCHG
Move the spindle to the automatic tool change point
LL SUB_SPD_TO_CH2
Take the spindle tool with holder 2.
LL SUB_CH2_TO_MZ
Leave the tool of holder 2 in the magazine.
$BREAK