MPI 04.00 Reference >> mpiMotor
MPIMotorFaultMask
Definition
typedef enum MPIMotorFaultMask { MPIMotorFaultMaskAMP = (1<< MPIMotorFaultBitAMP_FAULT), MPIMotorFaultMaskDRIVE = (1<< MPIMotorFaultBitDRIVE_FAULT), MPIMotorFaultMaskWATCHDOG = (1<< MPIMotorFaultBitWATCHDOG_FAULT), MPIMotorFaultMaskCHECKSUM = (1<< MPIMotorFaultBitCHECKSUM_ERROR), MPIMotorFaultMaskFEEDBACK = (1<< MPIMotorFaultBitFEEDBACK_FAULT), MPIMotorFaultMaskNOT_READY_FOR_REMOTE_CONTROL = (1<< MPIMotorFaultBitNOT_READY_FOR_REMOTE_CONTROL), MPIMotorFaultMaskDRIVE_NOT_READY = (1<< MPIMotorFaultBitDRIVE_NOT_READY), MPIMotorFaultMaskFEEDBACK_FAULT_SECONDARY = (1<< MPIMotorFaultBitFEEDBACK_FAULT_SECONDARY) } MPIMotorFaultMask;
Required Header: stdmpi.h
Change History: Modified in 04.00.
Description
MPIMotorFaultMask is an enumeration of motor fault bit masks for the SynqNet node drive interface. The support for motor fault bits is node/drive specific. Please see the node\drive manufacturer's documentation for details.
MPIMotorFaultMaskAMP | External amp fault input pin. Indicates a fault condition in the amplifier.Available on remote motion blocks. |
---|---|
MPIMotorFaultMaskDRIVE | Bit in the drive interface status register. Indicates a fault condition in the drive.NOT available on remote motion blocks. |
MPIMotorFaultMaskWATCHDOG | Bit in the drive interface status register. Indicates a drive failure due to a watchdog timeout. The node alternately sets/clears the watchdog each sample, the drive's processor then clears/sets the watchdog. If the drive's processor does not respond, the watchdog fault bit is set.NOT available on remote motion blocks. |
MPIMotorFaultMaskCHECKSUM | Bit in the drive interface status register. Indicates the data transfer (via serial or parallel memory interface) between the failed SynqNet node FPGA and drive with a checksum error.NOT available on remote motion blocks. |
MPIMotorFaultMaskFEEDBACK | Bit in the drive interface status register. Active when one or more of the feedback status bits is triggered. Indicates that the drive/motor position feedback system has failed.Available on remote motion blocks. |
MPIMotorFaultMaskAMP_NOT_READY_FOR_REMOTE_CONTROL | Bit in the drive interface status register. The SynqNet drive amplifier power stage does not have sufficient voltage. The motor windings cannot be energized properly until this bit is clear. Not available on remote motion blocks. |
MPIMotorFaultMaskDRIVE_NOT_READY | Bit in the drive interface status register. The SynqNet drive is not ready to receive commands or servo motors. This fault indicates the drive has not completed its processor initialization or there is some other serious drive processor problem.NOT available on remote motion blocks. |
MPIMotorFaultMaskFEEDBACK_FAULT_SECONDARY | Bit in the drive interface status register. Active when one or more of the secondary feedback status bits is triggered. Indicates that the drive/motor auxilury position feedback system has failed. Available on remote motion blocks. |