MEIMotionAttrHoldType

MEIMotionAttrHoldType  

 

typedef enum {
    MEIMotionAttrHoldTypeINVALID,
    MEIMotionAttrHoldTypeNONE,
    MEIMotionAttrHoldTypeGATE,
    MEIMotionAttrHoldTypeINPUT,
    MEIMotionAttrHoldTypeMOTOR,
} MEIMotionAttrHoldType;
Description
  MEIMotionAttrHoldTypeNONE This type disables the hold trigger condition.
  MEIMotionAttrHoldTypeGATE This type configures a control gate for the hold trigger condition. See meiControlGateGet/Set(.) for more information.
  MEIMotionAttrHoldTypeINPUT This type configures a memory address for the hold trigger condition.
  MEIMotionAttrHoldTypeMOTOR This type configures a motor's input bit(s) for the hold trigger condition.
Remarks
  These types specify the motion profile trigger condition. The hold trigger value is specified with the MEIMotionAttrHoldSource data type.
     
See Also MEIMotionAttrHoldSource | MEIMotionAttrHold