·376·
Installation manual
CNC 8060
CNC 8065
7.
TOOL AND MAGAZINE MANAGEMENT.
(REF: 1402)
Synchronous magazine without changer arm.
%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_SPD
Take the tool from the magazine 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_MZ
Leave the spindle tool in the magazine.
$BREAK
$CASE 3
Insert the ground tool in the spindle.
LL SUB_SPD_GMCHG
Move the spindle to the manual tool change point.
LL SUB_GR_TO_SPD
Insert the ground tool in the spindle.
$BREAK
$CASE 4
Leave the spindle tool on the ground.
LL SUB_SPD_GMCHG
Move the spindle to the manual tool change point.
LL SUB_SPD_TO_GR
Remove the tool from the spindle.
$BREAK
$CASE 5
Leave the spindle tool in the magazine and take another one from the magazine.
LL SUB_SPD_AUTCHG
Move the spindle to the automatic tool change point
LL SUB_SPD_TO_MZ
Leave the spindle tool in the magazine.
LL SUB_MZ_TO_SPD
Take the tool from the magazine to the spindle.
$BREAK