·536·
Installation manual
CNC 8060
CNC 8065
10.
CNC VARIABLES.
(REF: 1402)
Variables related to general machine parameters.
10.4 Variables related to general machine parameters.
CHANNEL CONFIGURATION.
(V.)MPG.NCHANNEL
Variable that can only be read from the program, PLC and interface.
The variable returns the value of block preparation.
Number of CNC channels.
CONFIGURING THE AXES OF THE SYSTEM
(V.)MPG.NAXIS
Variable that can only be read from the program, PLC and interface.
The variable returns the value of block preparation.
Number of axes governed by the CNC (spindles not included).
(V.)MPG.AXISNAMEn
Variable to be read via interface.
Name of logic axis "n".
Syntax.
Replace the "n" letter with the axis logic number.
Remarks.
The logic number of the axes is determined by the order in which the axes have been defined
in the machine parameter table. The first axis of the table will be logic axis -1- and so on.
CONFIGURATION OF A TANDEM SYSTEM.
(V.)MPG.TMASTERAXIS[nb]
Variable that can only be read from the program, PLC and interface.
The variable returns the value of block preparation.
Tandem pair [nb]. Logic number of the master axis/spindle.
If no axis has been defined, the variable will return a ·0· value.
Syntax.
·nb· Number of the tandem pair
(V.)MPG.TSLAVEAXIS[nb]
Variable that can only be read from the program, PLC and interface.
The variable returns the value of block preparation.
Tandem pair [nb]. Logic number of the slave axis/spindle.
If no axis has been defined, the variable will return a ·0· value.
V.MPG.NCHANNEL
V.MPG.NAXIS
MPG.AXISNAME2 Axis with logic number ·2·.
V.MPG.TMASTERA XIS[2] Second tandem pair.