the start of the declamping movement when the property xStationReadyForDeclamping indicates that the carriers in the process are in standstill and are ready for declamping
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 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_xTriggerDeclamping |
BOOL |
Event-triggered Boolean command to start declamping when the parameter xStationReadyForDeclamping is TRUE (see FB_DeclampingStation). The parameter iq_xTriggerDeclamping is reset to FALSE when the carriers have declamped the product. When the declamping is done, the parameter xStationReadyForDeclamping 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_DeclampingStation). |