ET_CheckForProductQueues

 

ET_CheckForProductQueues - General Information

Overview

Type:

List type

Available as of:

V1.0.0.0

Versions:

Current version

Description

The enumeration describes the methods for detecting the products that cannot be detected individually by a sensor. This is the case if products collide and thus no signal edge of the sensor is detected between the products.

Enumeration Elements

Name

Value

Description

None

0

No colliding products detected. The beginning and the end of a product are determined only from the sensor edges.

ProductLengthFactorBelt

1

A collision between two products is detected if the belt allocated to the sensor has moved more than lrQueueProductLength * lrQueueProductLengthFactor after the detection of a product beginning. The end of the preceding product and the beginning of the subsequent product are assumed lrQueueProductLength after the detected beginning of the preceding product.

ProductLengthFactorBeltAndFrontBelt

2

A collision between two products is detected if the belt which the sensor is allocated to or the belt from which the products are transferred has moved more than lrQueueProductLength * lrQueueProductLengthFactor after the detection of a product beginning. The end of the preceding product and the beginning of the subsequent product are assumed lrQueueProductLength after the detected beginning of the preceding product.