the start of the clamping movement when the property xStationReadyForClamping indicates that the carriers in the process are in standstill and are ready for clamping
the start of the leaving movement when the property xStationReadyForMoveOut indicates that the carriers in the process are in standstill and are ready for moving out
The input iq_xTriggerMoveOut is only evaluated when the property xStationReadyForMoveOut is TRUE.
the MoveOut command is placed,
the pairs of carriers 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_xTriggerClamping |
BOOL |
Event-triggered Boolean command to start clamping when the parameter xStationReadyForClamping is TRUE (see FB_ClampingStation). The parameter iq_xTriggerClamping is reset to FALSE when the carriers have clamped the product. When the clamping is done, the parameter xStationReadyForClamping is reset to FALSE and the parameter xStationReadyForMoveOut is set to TRUE. |
iq_xTriggerMoveOut |
BOOL |
Event-triggered Boolean command to start moving the carriers out of the station when the parameter xStationReadyForMoveOut is TRUE (see FB_ClampingStation). |