ActuatorDigitalMoveListenerMovementType
- Namespace
- ZEquipment
This enumeration is used to give a ActuatorDigitalMoveListenerSequence the context where it is invoked.
Fields
PreMoveMinus=0This parameter is passed to the
Movementvariable before any movement of the actuator to the minus sidePostMoveMinus=1This parameter is passed to the
Movementvariable before any movement of the actuator to the plus sidePreMovePlus=2This parameter is passed to the
Movementvariable after any movement of the actuator to the minus sidePostMovePlus=3This parameter is passed to the
Movementvariable after any movement of the actuator to the plus sideMovePlus=4This parameter is passed to the
Movementvariable during any movement of the actuator to the plus sideMoveMinus=5This parameter is passed to the
Movementvariable during any movement of the actuator to the minus sidePreError=6This parameter is passed to the
Movementvariable of an error occured during the movement of the actuator. Note that if a listener is called withMovement=PreError, the busy flag of the listener is ignored, the sequence will only be called once in order to not block the actuator from going to its error state