Programming manual
CNC 8070
CNC VARIABLES
Understanding the description of the variables
14.
(SOFT V02.0X)
361
14.1.3 Accessing the variables of a single-channel system
Name of the variables
The generic mnemonic associated with the variables is written as
follows.
(V.)[channel].{prefix}.{variable}
The mnemonic associated with each variable starts with a (V.). Use
these characters (except the parenthesis) when accessing from PRG;
but do not use them when accessing from INT and PLC.
For these variables, you must indicate the channel they belong to (the
first channel is number 1 and "0" is not a valid number). The brackets
must be programmed.
Programming the channel is optional. If no channel is indicated, it will
assume the following:
PRG Channel where it is being executed.
PLC First channel or main channel.
INT Active channel.
Axis and spindle parameters
Axis and spindle variables are identified with the prefix –A.–. When
these variables refer to a spindle, they may also be accessed with the
prefix –SP.–.
(V.)[n].A.{variable}.{axis/spindle}
(V.)[n].SP.{variable}.{spindle}
The variables of the machine parameters with –MPA.– prefix can also
be accessed using the –SP– prefix when referring to a spindle.
(V.)MPA.{variable}.{axis/spindle}
(V.)SP.{variable}.{spindle}
In these variables one must indicate which axis or spindle they refer
to. The axis may be referred to by its name or logic number; the spindle
may be referred to by its name, logic number or the spindle system
index or channel index.
Mnemonic PRG PLC / INT
(V.)[n].G.FREAL V.[1].G.FREAL [1].G.FREAL