MEIMotorPhaseFindDriveMsg
Definition
|
typedef struct MEIMotorPhaseFindDriveMsg { /* drive specific code and message reporting information on the success or failure, see drive module for details */ long code; char* message; } MEIMotorPhaseFindDriveMsg; |
|
Change History: Added in the 03.03.00 |
Description
MEIMotorPhaseFindDriveMsg drive specific information which reflects the quality or failure status of the phase finding routine.
NOTE: Not all drives will support this field.
|
code |
A value retrieved from the drive which reports the status or quality of the Phase Finding Procedure. This value is drive manufacturer specific and is used for informational purposes only and is not evaluated by the controller.
|
message |
A string provided by the drive manufacturer that describes what “code” represents.
|
|
See Also
MEIMotorPhaseFindState | MEIMotorPhaseFindStatus | meiMotorPhaseFindStart | meiMotorPhaseFindAbort | meiMotorPhaseFindStatus
Motor Phase Finding
|