MPIUserLimitConditionSqNodeDigitalIo
Declaration
typedef struct MPIUserLimitConditionSqNodeDigitalIo { int32_t synqNetNumber; int32_t nodeNumber; int32_t bit; MPI_BOOL activeHigh; } MPIUserLimitConditionSqNodeDigitalIo;
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
MPIUserLimitConditionSqNodeDigitalIo represents a SynqNet digital I/O condition’s data for a user limit’s trigger.
synqNetNumber | The number of the SynqNet network on which the I/O used for the trigger condition lies. |
---|---|
nodeNumber | The number of the SynqNet node whose digital I/O is used for the trigger condition. |
bit | The I/O bit that will be used for the trigger condition. |
activeHigh | If set to TRUE, then the I/O state will need to be “high” in order for the condition to evaluate ‘true’. If set to FALSE, then the I/O state will need to be “low” in order for the condition to evaluate ‘true’. |