MPIUserLimitOutputControllerIo

Declaration

typedef struct MPIUserLimitOutputControllerDigitalIo {
    long     bit;
    MPI_BOOL newState;
} MPIUserLimitOutputControllerDigitalIo;

 

Required Header: stdmpi.h
Change History: Added in 04.00.

Description

MPIUserLimitOutputControllerIo holds the data for setting a controller digital output with a user limit’s output block.

bit The controller digital output bit that will be set when the user limit fires.
newState If set to TRUE, then the controller digital output will be set “high” when the user limit fires.

If set to FALSE, then the controller digital output state will be set “low” when the user limit fires.

See Also

MPIUserLimitOutputData | MPIUserLimitOutputType