·386·
Programming manual
CNC 8055
CNC 8055i
13.
HIGH-LEVEL LANGUAGE PROGRAMMING
·M· & ·EN· MODELS
SOFT: V02.2X
Variables
TEMPIn
It returns the temperature in tenths of a degree detected by the PT100. It is possible to select one
of the 4 temperature inputs (1··4) available.
Read-and-write variables
TIMER
This variable allows reading or modifying the time, in seconds, indicated by the clock enabled by
the PLC. Possible values 0..4294967295.
If this variable is accessed, block preparation is interrupted and the CNC waits for this command
to be executed to resume block preparation.
PARTC
The CNC has a part counter whose count increases, in all modes except simulation, every time M30
or M02 is executed and this variable allows its value to be read or modified. This value will be between
0 and 4294967295
If this variable is accessed, block preparation is interrupted and the CNC waits for this command
to be executed to resume block preparation.
KEY
Returns the code of the last key accepted.
This variable may be used as a write variable only inside a customizing program (user channel).
If this variable is accessed, block preparation is interrupted and the CNC waits for this command
to be executed to resume block preparation.
KEYSRC
This variable allows reading or modifying the source of keystrokes, possible values being:
0 = Keyboard.
1 = PLC.
2 = DNC.
The CNC only allows modification of this variable if this is at 0.
ANAOn
This variable allows the required analog output (n) to be read or modified. The value assigned will
be expressed in volts and in the ±2.4 format (±10 V).
The analog outputs which are free among the eight (1 through 8) available at the CNC may be
modified, the corresponding error being displayed if an attempt is made to write in one which is
occupied.
If this variable is accessed, block preparation is interrupted and the CNC waits for this command
to be executed to resume block preparation.
SELPRO
When having two probe inputs, it allows selecting the active input.
On power-up, it assumes the value of ·1· thus selecting the first probe input. To select the second
probe input, set it to a value of ·2·.
Accessing this variable from the CNC interrupts block preparation.