·882·
Installation manual
CNC 8060
CNC 8065
10.
CNC VARIABLES.
(REF: 1402)
Variables defined by the user.
10.57 Variables defined by the user.
(V.)P.name
Variable that can be read and written from the program.
The variable returns the value of block preparation.
User local variables.
Syntax.
·name·Name of the variable.
Remarks.
These variables maintain their value in local and global subroutines called upon from the
program.
(V.)S.name
Variable that can be read and written from the program.
The variable returns the value of block preparation.
User global variables.
Syntax.
·name·Name of the variable.
Remarks.
These variables maintain their value between programs and after a reset. Variables are
deleted when the CNC is turned off and they can also be deleted from the part-program using
the #DELETE instruction.
V.P.myvar Variable with the name of "myvar".
V.S.myvar Variable with the name of "myvar".
#DELETE V.S.myvar1 V.S.myvar2