You are on page 1of 2

Basic Functions

Commissioning

Commissioning

Activation
The workpiece counter is activated with the machine data:
MD27880 $MC_PART_COUNTER (activation of workpiece counters)

Bit Value Meaning

0 1 $AC_REQUIRED_PARTS is active

1 0 Alarm/signal output for: $AC_ACTUAL_PARTS = $AC_REQUIRED_PARTS

1 Alarm/signal output for: $AC_SPECIAL_PARTS = $AC_REQUIRED_PARTS

4 1 $AC_TOTAL_PARTS is active.

5 0 $AC_TOTAL_PARTS is incremented by the value "1" through M02/M30.

1 $AC_TOTAL_PARTS is incremented by the value "1" through the M command defined with
MD27882[0].

6 0 $AC_TOTAL_PARTS is also active for program test / block search.

7 1 $AC_TOTAL_PARTS is incremented by the value "1" upon a jump back with GOTOS.

8 1 $AC_ACTUAL_PARTS is active

9 0 $AC_ACTUAL_PARTS is incremented by the value "1" through M02/M30.

1 $AC_ACTUAL_PARTS is incremented by the value "1" through the M command defined with
MD27882[1].

10 0 $AC_ACTUAL_PARTS is also active for program test / block search.

11 1 $AC_ACTUAL_PARTS is incremented by the value "1" upon a jump back with GOTOS.

12 1 $AC_SPECIAL_PARTS is active.

13 0 $AC_SPECIAL_PARTS is incremented by the value "1" through M02/M30.

1 $AC_SPECIAL_PARTS is incremented by the value 1 through the M command defined with


MD27882[2].

14 0 $AC_SPECIAL_PARTS is also active for program test / block search.

15 1 $AC_SPECIAL_PARTS is incremented by the value "1" upon a jump back with GOTOS.

Parameter assignment
Workpiece counting with user-defined M command
If the corresponding bit is set in MD27880, then the count pulse can be triggered via a user-defined M
command parameterized via the following machine data instead of via the end of program M2/M30.
MD27882 $MC_PART_COUNTER_MCODE[<n>] (workpiece counting with user-defined M
command)

This document constitutes a free excerpt compiled by the user himself/herself from the documentation provided by Siemens for this product. Siemens disclaims all liability for the
completeness of this document. It shall only be used for the user's own internal purposes. It shall not be passed on to third parties.
8/22/2022

Antenna House XSL Formatter (Evaluation) http://www.antennahouse.com/


Basic Functions
Commissioning

<n> Meaning

0 MD27882[0] defines the M command in which $AC_TOTAL_PARTS is incremented.

1 MD27882[1] defines the M command in which $AC_ACTUAL_PARTS is incremented.

2 MD27882[2] defines the M command in which $AC_SPECIAL_PARTS is incremented.

The respective workpiece counter is incremented by "1", when a user-defined M command is called.
Protection level for workpiece counting
Using the following machine data, the protection level for activating/deactivating the workpiece counting
at the user interface is set.
MD51074 $MN_ACCESS_WRITE_WPC_COUNTER = <protection level>

This document constitutes a free excerpt compiled by the user himself/herself from the documentation provided by Siemens for this product. Siemens disclaims all liability for the
completeness of this document. It shall only be used for the user's own internal purposes. It shall not be passed on to third parties.
8/22/2022

Antenna House XSL Formatter (Evaluation) http://www.antennahouse.com/

You might also like