Installation manual
CNC 8060
CNC 8065
CNC VARIABLES.
10.
(REF: 1402)
·845·
Variables related to the programmed functions.
10.53 Variables related to the programmed functions.
MOVEMENT OF AXES AND SPINDLES.
(V.)[ch].A.INPOS.xn
(V.)[ch].A.INPOS.sn
(V.)[ch].SP.INPOS.sn
Variable that can only be read from the program, PLC and interface.
Variable valid for rotary and linear axes as well as for spindles.
The variable returns the execution value; reading it interrupts block preparation.
Report variable (to be used from the scripts).
Axis or spindle in position.
Syntax.
·ch· Channel number.
·xn· Name, logic number or index of the axis.
·sn· Name, logic number or index of the spindle.
(V.)[ch].A.DIST.xn
(V.)[ch].A.DIST.sn
(V.)[ch].SP.DIST.sn
Variable that can be read and written via program, PLC and interface.
Variable valid for rotary and linear axes as well as for spindles.
The variable returns the execution value; reading it interrupts block preparation.
Distance traveled by the axis or spindle.
Syntax.
·ch· Channel number.
·xn· Name, logic number or index of the axis.
·sn· Name, logic number or index of the spindle.
V.A.INPOS.Z Z axis.
V.A.INPOS.S Spindle S.
V.SP.INPOS.S Spindle S.
V.SP.INPOS Master spindle.
V.A.INPOS.4 Axis or spindle with logic number ·4·.
V.[2].A.INPOS.1 Axis with index ·1· in the channel ·2·.
V.SP.INPOS.2 Spindle with index ·2· in the system.
V.[2].SP.INPOS.1 Spindle with index ·1· in the channel ·2·.
V.A.DIST.Z Z axis.
V.A.DIST.S Spindle S.
V.SP.DIST.S Spindle S.
V.SP.DIST Master spindle.
V.A.DIST.4 Axis or spindle with logic number ·4·.
V.[2].A.DIST.1 Axis with index ·1· in the channel ·2·.
V.SP.DIST.2 Spindle with index ·2· in the system.
V.[2].SP.DIST.1 Spindle with index ·1· in the channel ·2·.