|
MEISqNodeStatusIoFaults
Definition
| |
typedef struct MEISqNodeStatusIoFaults { MPI_BOOL digitalIn; MPI_BOOL digitalOut; MPI_BOOL analogIn; MPI_BOOL analogOut; } MEISqNodeStatusIoFaults;
|
| |
Change History: Added in the 03.04.00. |
Description
MEISqNodeStatusIoFaults contains flags that indicate the source of any I/O fault.
| |
| digitalIn |
This flag indicates that there is a fault with using the digital inputs.
|
| digitalOut |
This flag indicates that there is a fault with using the digital outputs.
|
| analogIn |
This flag indicates that there is a fault with using the analog inputs.
|
| analogOut |
This flag indicates that there is a fault with using the analog outputs.
|
|
See Also
MEISqNodeStatus | meiSqNodeStatus
I/O Faults
|