Programming
8-133
SINUMERIK 802D sl Operation and Programming Nibbling (BP-N), 06/2006 Edition
6FC5 398-3CP10-0BA0
Address ProgrammingInformationValue assignmentsMeaning
$AA_MM[
axis]
Measurement result for an
axis in the machine
coordinate system
– Axis: Identifier of an axis (X, Y) traversing when
measuring
N10 R1=$AA_MM[X]
$AA_MW[axi
s]
Measurement result for an
axis in the workpiece
coordinate system
- Axis: Identifier of an axis (X, Y) traversing when
measuring
N10 R2=$AA_MW[X]
$A..._..._
TIME
Timer for runtime:
$AN_SETUP_TIME
$AN_POWERON_TIME
$AC_OPERATING_TIME
$AC_CYCLE_TIME
$AC_CUTTING_TIME
0.0 ... 10
+300
min (value read-only)
min (value read-only)
s
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_PARTS
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 ....
$P_
TOOLNO
Number of the act. tool T – read-only N10 IF $P_TOOLNO==12 GOTOF ....
$P_TOOL Active D number of the
active tool
– read-only N10 IF $P_TOOL==1 GOTOF ....
$TC_MOP1[t,
d]
Tool life warning limit 0.0 ... in minutes, writing or reading values
for tool t, D number d
N10 IF $TC_MOP1[13,1]<15.8 GOTOF ....
$TC_MOP2[t,
d]
Residual tool life 0.0 ... in minutes, writing or reading values
for tool t, D number d
N10 IF $TC_MOP1[13,1]<15.8 GOTOF ....
$TC_MOP3[t,
d]
Warning limit for count 0 ... 999 999 999,
integer
Writing or reading values
for tool t, D number d
N10 IF $TC_MOP1[13,1]<15 GOTOF ....
$TC_MOP4[t,
d]
Residual quantity 0 ... 999 999 999,
integer
Writing or reading values
for tool t, D number d
N10 IF $TC_MOP1[13,1]<8 GOTOF ....
$TC_MOP11[
t,d]
Required tool life 0.0 ... in minutes, writing or reading values
for tool t, D number d
N10 $TC_MOP11[13,1]=247.5
$TC_MOP13[
t,d]
Target quantity 0 ... 999 999 999,
integer
Writing or reading values
for tool t, D number d
N10 $TC_MOP13[13,1]=715
$TC_TP8[t] Status of the tool – Default status - coding by bits
for tool t, (bit 0 to bit 4)
N10 IF $TC_TP8[1]==1 GOTOF ....
$TC_TP9[t] Type of monitoring of the
tool
0 ... 2 Monitoring type for tool t, writing or reading
0: No monitoring, 1: Tool life = 2: Number of
workpieces
N10 $TC_TP9[1]=2 ; Select count monitoring