Workpiece Counter - Siemens SINUMERIK 808D User Manual

Programming and operating manual (milling)
Hide thumbs Also See for SINUMERIK 808D:
Table of Contents

Advertisement

= $AC_TOTAL_PARTS
= $AC_REQUIRED_PARTS
=$AC_ACTUAL_PARTS
$AC_SPECIAL_PARTS is not available for display.
= $AC_OPERATING_TIME
You can also view the time counter information through the following operating area:
11.16.2

Workpiece counter

Fu n ctionality
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 counting algorithm.
C o unters
● $ AC_REQUIRED_PARTS
Number of workpieces required (workpiece setpoint)
In this counter you can define the number of workpieces at which the actual workpiece counter $AC_ACTUAL_PARTS is
reset to zero.
The generation of the display alarm 21800 "Workpiece setpoint reached" can be activated via machine data.
● $ AC_TOTAL_PARTS
Total number of workpieces produced (total actual)
The counter specifies the total number of all workpieces produced since the start time.
The counter is set to zero automatically upon every booting of the control system.
● $ AC_ACTUAL_PARTS
Number of actual workpieces (actual)
This counter registers 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.
● $ AC_SPECIAL_PARTS
Number of workpieces specified by the user
This counter allows users to make a workpiece counting in accordance with their own definition. Alarm output can be
defined for the case of identity with $AC_REQUIRED_PARTS (workpiece target). Users must reset the counter
themselves.
Programming example
N10 IF $AC_TOTAL_PARTS==R15 GOTOF SIST
G0 X20 Y20
N80 SIST: G0 X30 Y30
N90 MSG("Workpiece setpoint reached")
N100 M0
138
= $AC_CYCLE_TIME
= $AC_CUTTING_TIME
= $AN_SETUP_TIME
= $AN_POWERON_TIME
; Count reached?
Programming and Operating Manual (Milling)
6FC5398-4DP10-0BA6, 09/2017

Advertisement

Table of Contents
loading

Table of Contents