Installation manual
CNC 8060
CNC 8065
TOOL AND MAGAZINE MANAGEMENT.
7.
(REF: 1402)
·375·
Synchronous magazine without changer arm.
7.8.4 Program of the M06 subroutine.
%L SUB_SPD_TO_GR
Remove the tool from the spindle (take it to ground).
It shows the message for the operator to extract the tool and waits for the operation to
be completed before removing the message.
#MSG ["Extract tool T%D and press START", V.TM.TOOL]
M0
#MSG [""]
V.PLC.M[1107]=1
SPDLTOGR mark to the tool manager.
#RET
%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_MZ_TO_SPD
Take the tool from the magazine and insert it in the spindle.
M109
Auxiliary function to execute an action.
V.PLC.M[1109]=1
MZTOSPDL mark to the tool manager.
#RET
%L SUB_SPD_TO_MZ
Leave the spindle tool in the magazine.
M110
Auxiliary function to execute an action.
V.PLC.M[1110]=1
SPDLTOMZ 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