MPIMotorInput (Deprecated)

NOTE:
MPIMototInput was moved to mpiDeprecated.h in the 03.02.00 MPI software release. It was replaced by MPIMotorDedicatedIn.

Definition

typedef enum {
    MPIMotorInputOVERTRAVEL_POS = MPIMotorDedicatedInLIMIT_HW_POS,
    MPIMotorInputOVERTRAVEL_NEG = MPIMotorDedicatedInLIMIT_HW_NEG,
    MPIMotorInputHOME           = MPIMotorDedicatedInHOME,
    MPIMotorInputAMP_FAULT      = MPIMotorDedicatedInAMP_FAULT,
    MPIMotorInputINDEX          = MPIMotorDedicatedInINDEX_PRIMARY,
} MPIMotorInput;

Description

MPIMotorInputOVERTRAVEL_POS

See MPIMotorDedicatedInLIMIT_HW_POS.

MPIMotorInputOVERTRAVEL_NEG

See MPIMotorDedicatedInLIMIT_HW_NEG.

MPIMotorInputHOME

See MPIMotorDedicatedInHOME.

MPIMotorInputAMP_FAULT

See MPIMotorDedicatedInAMP_FAULT.

MPIMotorInputINDEX

See MPIMotorDedicatedInINDEX_PRIMARY.

See Also

MPIMotorDedicatedIn