Programming and Operating Manual (Turning)
298 01/2017
$A..._..._
TIME
Timer for runtime:
$AN_SETUP_TIME
$AN_POWERON_TIM
E
$AC_OPERATING_TI
ME
$AC_CYCLE_TIME
$AC_CUTTING_TIME
0.0 ... 10+300
min (value read-
only)
min (value read-
only)
s
s
System variable:
Time since the control system
has last booted
Time since the control system
has last booted normally
Total runtime of all NC programs
Runtime of the NC program (only
of the selected program)
Tool action time
N10 IF
$AC_CYCLE_TIME==50.
5 ....
$AC_..._
PARTS
Workpiece counter:
$AC_TOTAL_PARTS
$AC_REQUIRED
_PARTS
$AC_ACTUAL_PARTS
$AC_SPECIAL_PART
S
0 ... 999 999 999,
integer
System variable:
Total actual count
Set number of workpiece
Current actual count
Count of workpieces - specified
by the user
N10 IF
$AC_ACTUAL_PARTS==
15 ....
$AC_
Number of active spin-
read-only
$P_
Number of pro-
read-only
$P_NUM_
Number of configured
read-only
$AA_S[n]
n
Spindle number n =1
read-only
$P_S[n] Last programmed
Spindle number n =1
$AC_
Current direction of
Spindle number n =1
$P_
SDIR[n]
Last programmed
direction of rotation of
Spindle number n =1
read-only
$P_
Number of the active
- read-only N10 IF $P_TOOLNO==12
$P_TOOL Active D number of the
- read-only N10 IF $P_TOOL==1
MSG () Signal max. 65 charac-
ters
Message text in inverted com-
mas
MSG("MESSAGE TEXT")
; separate block
...
N150 MSG() ; Clear pre-
OFFN Dimension specifica-
-
Only effective with the tool radius
compensation G41, G42 active
N10 OFFN=12.4
RND Rounding 0.010 ... 99
999.999
Inserts a rounding with the speci-
fied radius value tangentially
between two contour blocks
N10 X... Z.... RND=...
N11 X... Z...