Programming
10.12 Timers and workpiece counters
Cylindrical grinding
320
Programming and Operating Manual, 07/2009, 6FC5398-4CP10-2BA0
●
$AC_OPERATING_TIME
Total execution time in seconds of NC programs in the automatic mode
In the AUTOMATIC mode, the runtimes of all programs between NC START and end of
program / RESET are summed up. The timer is zeroed with each power-up of the control
system.
●
$AC_CYCLE_TIME
Runtime of the selected NC program (in seconds)
The runtime between NC Start and End of program / Reset is measured in the selected
NC program. The timer is reset with the start of a new NC program.
●
$AC_CUTTING_TIME
Tool action time (in seconds)
The runtime of the path axes is measured in all NC programs between NC START and
end of program / RESET without rapid traverse active and with the tool active (default
setting).
The measurement is interrupted when a dwell time is active.
The timer is automatically set to zero with each power-up of the control system.
Programming example
N10 IF $AC_CUTTING_TIME>=R10 GOTOF WZZEIT
; Tool operation time limit
value?
...
N80 WZZEIT:
N90 MSG("Tool action time: Limit value reached")
N100 M0
Display
The contents of the active system variables are visible on the screen under
<OFFSET PARAM> -> "Setting data" ">" "Times/counters":
Total run time = $AC_OPERATING_TIME
Program run time = $AC_CYCLE_TIME
Feedrate run time = $AC_CUTTING_TIME
Time since cold restart = $AN_SETUP_TIME
Time since warm restart= $AN_POWERON_TIME
"Program run time" is also visible in the AUTOMATIC mode in the "Position" operating area
in the information line.
Содержание 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 ...