Installation manual
CNC 8060
CNC 8065
CNC VARIABLES.
10.
(REF: 1402)
·685·
Variables related to OEM machine parameters.
program using arithmetic parameters (local or global) and use the global ones throughout
the program.
READING DRIVE VARIABLES.
(V.)DRV.SIZE
Variable that can only be read from the program, PLC and interface.
The variable returns the value of block preparation.
Number of variables to be consulted at the drive.
(V.)DRV.name
(V.)DRV.name.xn
(V.)DRV.name.sn
Variable that can be read and written via program, PLC and interface.
The variable returns the execution value; reading it interrupts block preparation.
Variables defined in parameter DRIVEVAR that grant access to the variables and/or
parameters of the digital drives.
Syntax.
·name·Mnemonic name set at the machine parameters.
·xn· Axis name.
·sn· Spindle name.
V.DRV.SIZE
• Sercos. DRV variables can access the variables of the drive. These variables
may be read-only or read and written.
• Mechatrolink. DRV variables can access the variables and/or parameters of the
drive. The variables of the drive can only be read, whereas the
parameters may be read or written.
V.DRV.FEED Value of the variable defined as FEED.
V.DRV.AXISFEED.Z Value of the variable defined as AXISFEED for the Z axis.
V.DRV.AXISFEED.S Value of the variable defined as AXISFEED for the spindle S.