Installation manual.
CNC 8060
CNC 8065
TOOL
A
ND MA
GAZIN
E
MANAGEMEN
T.
7.
Tu
rre
t type magazi
ne.
·465·
(R
EF
: 1709)
7.7
Turret type magazine.
It is a typical magazine for lathes. To make the change, the magazine rotates until it places
the new tool in the work position. The tool cannot be changed while the part is being
machined.
Usually, in this type of magazine, the communication between the manager and the PLC is
configured so it is carried out in a single stage, with the execution of the T function.
It is recommended that the routine associated with T include the M06 function. When the
CNC selects a tool, the routine associated with the T executes the M06 function (tool
change), the machining stops and the tool manager sends the PLC the code for the operation
to be carried out. If the subroutine associated with T does not include the function M06, when
the CNC selects a tool, it internally executes a T# M6 block to make the change.
1
When the CNC executes the T function, it lets the tool manager know about it and calls
the associated subroutine. The M06 function must be programmed inside that subroutine
so the CNC "tells" the tool manager to start making the tool change.
2
The tool manager sends a command to the PLC to select the next tool in the magazine.
3
The subroutine associated with the T function executes the M06 function. The M06
subroutine can also have an associated subroutine. If a subroutine associated with the
M06 function is defined, the M06 function must also be programmed inside that
subroutine so the CNC "tells" the tool manager to start making the tool change.
4
The tool manager sends a command to the PLC to make the change.
5
The CNC waits for the tool manager to complete the operation before continuing with
the execution of the program.
The management of the tool change should be included in the subroutine associated with
the M06 and leave the control of the external devices up to the PLC. Use the auxiliary
functions to govern the various devices (magazine rotation, magazine movement, tool
changer arm, etc.) from the M06 subroutine.
Ground tools in a turret type magazine.
This magazine offers the possibility of working with ground tools. If there is a tool in the work
position and another one is requested that is not in the turret, the CNC considers it to be a
ground tool.
The maneuver for loading/unloading a tool in the spindle (in the work position) either directly
or going through the spindle is the same. In the latter case, the variable V.TM.MZMODE must
have the proper value to load or unload.
Subroutine associated with
T.
Behavior when the T function is executed.
Exists.
The CNC executes the T function and the subroutine executes the
M06 block.
It does not exist.
The CNC internally generates a T# M06 block.
Summary of Contents for CNC 8060
Page 1: ...Ref 1709 8060 8065 CNC Installation manual...
Page 10: ...BLANK PAGE 10...
Page 14: ...BLANK PAGE 14...
Page 20: ...BLANK PAGE 20...
Page 32: ...BLANK PAGE 32...
Page 36: ...BLANK PAGE 36...
Page 38: ...BLANK PAGE 38...
Page 40: ...BLANK PAGE 40...
Page 41: ...PART 1 INSTALLATION MANUAL...
Page 42: ...BLANK PAGE 42...
Page 532: ...Installation manual CNC 8060 CNC 8065 9 CNC VARIABLES 532 REF 1709...
Page 533: ...PART 2 CONCEPTS...
Page 534: ...BLANK PAGE 534...
Page 548: ...Installation manual CNC 8060 CNC 8065 10 GENERAL SETUP Configuration examples 548 REF 1709...
Page 644: ...Installation manual CNC 8060 CNC 8065 14 SUBROUTINES Assistance for subroutines 644 REF 1709...
Page 668: ...Installation manual CNC 8060 CNC 8065 15 HARDWARE Configure the PT100 inputs 668 REF 1709...
Page 697: ...Installation manual CNC 8060 CNC 8065 697 User notes REF 1709...