mpiMotorFeedbackGet (Deprecated)

NOTE:
mpiMotorFeedbackGet was moved to mpiDeprecated.h in the 20030402 MPI software release.

Declaration

long  mpiMotorFeedbackGet(MPIMotor   motor,  /* use mpiMotorFeedback(...) */
                          double     feedback);
Required Header: stdmpi.h

Description

mpiMotorFeedbackGet gets the feedback position of a Motor (motor) and writes it into the location pointed to by feedback.

Return Values
MPIMessageOK

See Also