MPIMotionAttr / MEIMotionAttr

MPIMotionAttr
 
typedef enum {
    MPIMotionAttrINVALID,

    MPIMotionAttrAPPEND,
    MPIMotionAttrAUTO_START,
    MPIMotionAttrDELAY,
    MPIMotionAttrMaskID,
    MPIMotionAttrELEMENT_ID,
    MPIMotionAttrRELATIVE,
    MPIMotionAttrSYNC_END,
    MPIMotionAttrSYNC_START,
    MPIMotionAttrCOUNT,
} MPIMotionAttr;
Description

The motion attributes are used to generate the motion attribute masks to enable features with mpiMotionStart(.) and mpiMotionModify(.). Please see MPIMotionAttrMask data type for more information.



MEIMotionAttr

 

typedef enum {

    MEIMotionAttrEVENT,
    MEIMotionAttrFINAL_VEL,
    MEIMotionAttrNO_REVERSAL,
    MEIMotionAttrHOLD,
    MEIMotionAttrOUTPUT,

    MEIMotionAttrCOUNT,
} MEIMotionAttr;
Description

The motion attributes are used to generate the motion attribute masks to enable features with mpiMotionStart(.) and mpiMotionModify(.). Please see MPIMotionAttrMask for more information.

See Also MPIMotionAttrMask | mpiMotionStart | mpiMotionModify