MPISqNodeStatusIoFaults
Definition
typedef struct MPISqNodeStatusIoFaults { MPI_BOOL digitalIn; MPI_BOOL digitalOut; MPI_BOOL analogIn; MPI_BOOL analogOut; } MPISqNodeStatusIoFaults;
Change History: Added in the 03.04.00.
Description
MPISqNodeStatusIoFaults 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. |