ET_TargetGeneratorMode - General Information
Type: |
List type |
Available as of: |
V1.0.0.0 |
Versions: |
Current version |
The enumeration describes the method with which the targets for SmartInfeed are created.
Name |
Value |
Description |
---|---|---|
Equidistant |
0 |
Targets with the same distance to lrDistance are created. |
EquidistantGroups |
1 |
Groups of targets are created with udiTargetsInGroup targets per group at a distance of lrDistance. A distance of lrDistanceGroup is created between the groups. |
TouchProbe |
2 |
The targets are created by the filtered signals of ifTouchProbe. The targets detected by ifTouchProbe are located lrTpDistanceToTargetBeltStart before the beginning of the target belt. |
External |
3 |
No targets are created automatically. The user can specify targets using the methods AddTargetDistance and AddTargetPos. |