With the method CyclicMotionCall, you can control the carrier movement in the grouping station. Depending on the groups and gaps defined with the methods of the interface IF_GroupingPattern, the carriers move to form the intended carrier group(s).
The property xStationReadyForMoveOut (see FB_GroupingStation) indicates if all carriers in the grouping process are in standstill and are ready for moving out or are ready for further processes, for example for being loaded.
The input iq_xTriggerMoveOut is only evaluated when the property xStationReadyForMoveOut is TRUE.
the MoveOut command is placed,
the carrier groups are logically handed over, and
both signals iq_xTriggerMoveOut and xStationReadyForMoveOut are reset to FALSE.
The method CyclicMotionCall must be called cyclically.
Input |
Data type |
Description |
---|---|---|
iq_xTriggerMoveOut |
BOOL |
Event-triggered Boolean command to move out the carriers of the station when the parameter xStationReadyForMoveOut is TRUE (see FB_GroupingStation). |