MPI 04.00 Reference >> mpiMotor
MPIMotorPhaseFindStatus
Definition
typedef struct MPIMotorPhaseFindStatus {
MPIMotorPhaseFindState state;
MPIMotorPhaseFindDriveMsg msg; }MPIMotorPhaseFindStatus;
Change History: Added in the 03.03.00
Description
MPIMotorPhaseFindStatus is a structure containing information which reflects the status of the drive Phase Finding Procedure.
state | The current state of the phase finding process: in progress, failed, success. |
---|---|
msg | A drive-specific code and string that describes the quality of the phase finding after the process has been completed. Or it may also include status information that describes why the phase finding failed. NOTE: The support for this variable is drive dependant and in some cases may not be available. Be sure to check with the drive manufacturer for support. |
See Also
MPIMotorPhaseFindState | MPIMotorPhaseFindDriveMessage | mpiMotorPhaseFindStart | mpiMotorPhaseFindAbort | mpiMotorPhaseFindStatus | Motor Phase Finding