MPI 04.00 Reference >> mpiMotor

MPIMotorAmpWarnings

Definition

typedef struct MPIMotorAmpWarnings {
    int32_t                    count;
    int32_t                    code[MPIMotorAmpWarningsMAX];
    MPIMotorAmpWarningMsg   message[MPIMotorAmpWarningsMAX];
} MPIMotorAmpWarnings;

Description

MPIMotorAmpWarnings contains the amp warning information from a SynqNet drive. The amp warning messages are drive specific. Not all drives support amp warning 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

mpiMotorAmpWarning | mpiMotorAmpWarningClear