Programming
10.1 Fundamental Principles of NC Programming
Cylindrical grinding
Programming and Operating Manual, 07/2009, 6FC5398-4CP10-2BA0
235
Address
Meaning
Value assignments Information
Programming
$A..._..._
TIME
Timer for run time:
$AN_SETUP_TIME
$AN_POWERON_TI
ME
$AC_OPERATING_T
IME
$AC_CYCLE_TIME
$AC_CUTTING_TIM
E
0.0 ... 10+300
min (read only
value)
min (read only
value)
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_PART
S
$AC_SPECIAL_PAR
TS
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_PARA
M
Floating-decimal
parameter for
synchronous action
-
Used for buffering and
evaluating in synchronous
actions
50 parameters (index 0 - 49)
are available.
$AC_
MSNUM
Number of the active
master spindle
read-only
$P_
MSNUM
Number of
programmed master
spindle
Read-only
$P_NUM_
SPINDLES
Number of
configured spindles
Read-only
$AA_S[n]
Actual speed of
spindle n
Spindle number n =1 or =2,
read-only
$P_S[n]
Last programmed
speed of spindle n
Spindle number n =1 or =2,
read-only
$AC_
SDIR[n]
Current direction of
rotation of spindle n
Spindle number n =1 or =2,
read-only
$P_
SDIR[n]
Last programmed
direction of rotation
of
spindle n
Spindle number n =1 or =2,
read-only
$P_
TOOLNO
Number of the active
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 ....
MSG ()
Message
max. 65 characters Message text in inverted
commas
MSG("MESSAGE TEXT") ;
separate block
...
N150 MSG() ; Clear previous
message
Содержание SINUMERIK 802D
Страница 6: ...Preface Cylindrical grinding 6 Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 ...
Страница 12: ...Table of contents Cylindrical grinding 12 Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 ...
Страница 64: ...Define 4 10 User data Cylindrical grinding 64 Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 ...
Страница 152: ...System 8 7 Alarm display Cylindrical grinding 152 Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 ...
Страница 334: ...Programming 10 15 Oscillation Cylindrical grinding 334 Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 ...
Страница 394: ...Appendix A 5 Overview Cylindrical grinding 394 Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 ...
Страница 399: ...Index Cylindrical grinding Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 399 W Word structure 221 ...