Installation manual
CNC 8060
CNC 8065
CNC VARIABLES.
10.
(REF: 1402)
·701·
PLC consulting logic signals; axes and spindles.
10.15 PLC consulting logic signals; axes and spindles.
(V.)PLC.ENABLExn
(V.)PLC.ENABLEsn
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).
The CNC activates this mark to allow moving the axis or the spindle.
Syntax.
·xn· Name or logic number of the axis.
·sn· Name or logic number of the spindle.
(V.)PLC.DIRxn
(V.)PLC.DIRsn
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).
The CNC turns this mark on when moving the axis in the negative direction and turns it off
when moving the axis in the positive direction. When the axis is stopped, the mark keeps
its last value.
Syntax.
·xn· Name or logic number of the axis.
·sn· Name or logic number of the spindle.
(V.)PLC.REFPOINxn
(V.)PLC.REFPOINsn
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).
The CNC activates this mark after a home search.
Syntax.
·xn· Name or logic number of the axis.
·sn· Name or logic number of the spindle.
V.PLC.ENABLEX X axis.
V.PLC.ENABLES Spindle S.
V.PLC.ENABLE3 Axis or spindle with logic number ·3·.
V.PLC.DIRX X axis.
V.PLC.DIRS Spindle S.
V.PLC.DIR3 Axis or spindle with logic number ·3·.
V.PLC.REFPOINX X axis.
V.PLC.REFPOINS Spindle S.
V.PLC.REFPOIN3 Axis or spindle with logic number ·3·.