MPISqNodeConfigUserFault
Definition
typedef struct MPISqNodeConfigUserFault {
long *addr; /* firmware addr */
unsigned long mask;
unsigned long pattern;
} MPISqNodeConfigUserFault;
Description
MPISqNodeConfigUserFault specifies the trigger conditions for a user defined input. The trigger condition can be configured for any controller address. When the masked value at the specified addr matches the pattern, the user fault is active. The user fault triggers a SynqNet node IoAbort if the userFault flag in MPISqNodeConfigIoAbort{} is enabled. The user fault also triggers an action for all the motors associated with the node. The userFaultAction is specified in the MPIMotorConfig{} structure.
|
|---|
See Also
MPISqNodeConfigIoAbort | MPIMotorConfig | mpiSqNodeConfigGet | mpiSqNodeConfigSet
