Workpiece Counter - Siemens SINUMERIK 802D sl Programming And Operating Manual

Hide thumbs Also See for SINUMERIK 802D sl:
Table of Contents

Advertisement

Programming example
N10 IF $AC_CUTTING_TIME>=R10 GOTOF WZZEIT
...
N80 WZZEIT:
N90 MSG("Tool action time: Limit value
reached")
N100 M0
Display
The contents of the active system variable is visible on the screen under
<OFFSET/PARAM> <Setting data> <Times/counters>:
Total runtime
Program runtime
Feedrate runtime
Time since cold start
Time since warm start
"Program run time" is also visible in the AUTOMATIC mode in the "Position" operating area
in the information line.
3.12.2

Workpiece counter

Functionality
The "Workpiece counter" function provides counters for counting workpieces.
These counters exist as system variables with write and read access from the program or via
operator input (observe the protection level for writing!).
Machine data can be used to control counter activation, counter reset timing and the count-
ing algorithm.
Meters
● $AC_REQUIRED_PARTS- Number of required workpieces ( workpiece target )
● $AC_TOTAL_PARTS- Total number of workpieces actually produced ( total actual )
● $AC_ACTUAL_PARTS- Number of current workpieces (current actual)
Grinding
Programming and Operating manual, 06/2006, 6FC5398-4CP10-0BA0
The number of workpieces at which the number of current workpieces
$AC_ACTUAL_PARTS is set to zero can be defined in this counter.
The generation of the display alarm 21800 "Workpiece setpoint reached" can be activated
via machine data.
The counter indicates the total number of workpieces produced since the starting time.
The counter is automatically set to zero upon every booting of the control system.
This counter records the number of all workpieces produced since the starting time.
When the workpiece setpoint is reached ( $AC_REQUIRED_PARTS, value greater than
zero), the counter is automatically zeroed.
3.12 Timers and workpiece counters
;Tool operation time limit value
= $AC_OPERATING_TIME
= $AC_CYCLE_TIME
= $AC_CUTTING_TIME
= $AN_SETUP_TIME
= $AN_POWERON_TIME
Programming
3-87

Advertisement

Table of Contents
loading

Table of Contents