MEIMotorFaultConfig
Definition
|
typedef struct MEIMotorFaultConfig {
MEIMotorFaultMask faultMask; /* sets the MEIMotorDedicatedInAMP_FAULT state */
} MEIMotorFaultConfig;
|
Description
MEIMotorFaultConfig specifies the motor fault bit configuration.
|
faultMask† |
A mask of motor fault bits. The masked motor fault bits will be monitored by the controller's motor object. If any masked motor fault bit is active (TRUE), the motor's dedicated amp fault input (MEIMotorDedicatedInAMP_FAULT) is set active (TRUE). The support for motor fault bits is node/drive specific. During SynqNet network initialization, the SqNodeLib automatically configures the faultMask based on the node type. See the node/drive manufacturer's documentation for details. |
† - If you attempt to change this value and hardware is not connected, an error message will be returned. |
|
See Also
MEIMotorFaultBit | MEIMotorFaultMask | meiMotorStatus
|