·806·
Installation manual
CNC 8060
CNC 8065
10.
CNC VARIABLES.
(REF: 1402)
Variables associated with the tool manager.
10.47 Variables associated with the tool manager.
(V.)[ch].TM.MZSTATUS
Variable that can be read from the PLC and from the interface.
Tool manager status.
Syntax.
·ch· Channel number.
Values of the variable.
This variable returns one of the following values.
(V.)[ch].TM.MZRUN
Variable that can be read from the PLC and from the interface.
Tool manager running.
Syntax.
·ch· Channel number.
Values of the variable.
This variable returns one of the following values.
(V.)[ch].TM.MZWAIT
Variable that can only be read from the program, PLC and interface.
The variable returns the execution value; reading it interrupts block preparation.
Tool manager processing a maneuver.
Syntax.
·ch· Channel number.
Remarks.
From software version V2.01 on, there is no need to use this variable in the subroutine
associated with M06. The subroutine itself waits for the manager's maneuvers to finish and
it does not interrupt block preparation.
[2].TM.MZSTATUS Channel ·2·.
Value. Meaning.
0Normal.
1 Tool manager error.
2 Error at the tool manager; waiting to complete the maneuver
in progress.
4 Tool manager emergency.
[2].TM.MZRUN Channel ·2·.
Value. Meaning.
0 There is no maneuver in progress.
1 There is a maneuver in progress.
V.[2].TM.MZWAIT Channel ·2·.