MPI 04.00 Reference >> mpiMotor

MPIMotorAmpFaults

Definition

typedef struct MPIMotorAmpFaults {
    long                 count;
    long                 code[MPIMotorAmpFaultsMAX];
    MPIMotorAmpFaultMsg  message[MPIMotorAmpFaultsMAX];
} MPIMotorAmpFaults;

Description

MPIMotorAmpFaults contains the amp fault information from a SynqNet drive. The amp fault messages are drive specific. Not all drives support amp fault messages. For details, please see the SqNodeLib header files and the drive manufacturer's documentation.

count The number of amp faults in the buffer.
code An array of drive specific amp fault coded values.
message An array of drive specific amp fault message strings.

See Also

mpiMotorAmpFault | mpiMotorAmpFaultClear