MPI 04.00 Reference >> mpiMotor

mpiMotorAmpFault

Declaration

int32_t mpiMotorAmpFault(MPIMotor           motor,
                      MPIMotorAmpFaults  *fault);

 

Required Header: stdmpi.h

Description

mpiMotorAmpFault reads the amp fault buffer from a motor and writes the data into a structure pointed to by fault. Support for amp fault messages are drive specific. Not all drives support amp fault messages. RMBs do not support amp fault messages. For details, please see the drive specific header files in the $(MEI_MDK_DIR)\MPI\include directory and drive manufacturer’s documentation.

motor a handle to the Motor object
*fault a pointer to a structure containing the number of amp faults, their coded values and message strings. See MPIMotorAmpFaults.
MPIMessageOK

See Also

mpiMotorAmpFaultClear | mpiMotorAmpWarning | mpiMotorWarningClear