Installation manual
CNC 8060
CNC 8065
CNC VARIABLES.
10.
(REF: 1402)
·723·
PLC modifiable logic signals; axes and spindles.
(V.)PLC.INHIBITxn
(V.)PLC.INHIBITsn
Variable that can be read and written from the interface and read from the program and from the PLC.
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).
If the PLC turns this mark on, the CNC inhibits any movement of the axis or spindle.
For independent axes and electronic cam, if the PLC turns this mark on, it interrupts the
synchronization movement switching to zero speed. The system waits for the signal to
deactivate before resuming the execution and the movement from the interruption point.
Syntax.
·xn· Name or logic number of the axis.
·sn· Name or logic number of the spindle.
(V.)PLC.AXISPOSxn
(V.)PLC.AXISPOSsn
Variable that can be read and written from the interface and read from the program and from the PLC.
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).
If the PLC turns this mark on while the CNC is in jog mode, the CNC moves the axis or the
spindle in the positive direction.
Syntax.
·xn· Name or logic number of the axis.
·sn· Name or logic number of the spindle.
(V.)PLC.AXISNEGxn
(V.)PLC.AXISNEGsn
Variable that can be read and written from the interface and read from the program and from the PLC.
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).
If the PLC turns this mark on while the CNC is in jog mode, the CNC moves the axis or the
spindle in the positive direction.
Syntax.
·xn· Name or logic number of the axis.
·sn· Name or logic number of the spindle.
V.PLC.INHIBITX X axis.
V.PLC.INHIBITS Spindle S.
V.PLC.INHIBIT3 Axis or spindle with logic number ·3·.
V.PLC.AXISPOSX X axis.
V.PLC.AXISPOSS Spindle S.
V.PLC.AXISPOS3 Axis or spindle with logic number ·3·.
V.PLC.AXISNEGX X axis.
V.PLC.AXISNEGS Spindle S.
V.PLC.AXISNEG3 Axis or spindle with logic number ·3·.