·418·
Installation manual
CNC 8060
CNC 8065
7.
TOOL AND MAGAZINE MANAGEMENT.
(REF: 1402)
Asynchronous magazine with changer arm.
$CASE 1
Take a tool from the magazine and insert it in the spindle.
Previously, While machining (when executing the T), the tool is taken from the magazine
to holder 1.
LL SUB_SPD_AUTCHG
Move the spindle to the automatic tool change point
LL SUB_ARM_TO_CHG
Take the changer arm to the change point.
LL SUB_CH1_TO_SPD
Take the tool of holder 1 to the spindle.
LL SUB_ARM_BACK
Retract the changer arm.
$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_ARM_TO_CHG
Take the changer arm to the change point.
LL SUB_SPD_TO_CH2
Take the spindle tool with holder 2.
LL SUB_ARM_BACK
Retract the changer arm.
LL SUB_CH2_TO_MZ
Start sending the changer arm to the magazine to leave the tool in holder 2.
V.PLC.M[1100]=1
Order the PLC to activate the TCHANGEOK mark "telling" the tool manager that it can
continue executing.
$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