MPIControlInput

Definition

typedef enum {
	MPIControlInputUSER_0 = (1<<24),
	MPIControlInputUSER_1 = (1<<25),
	MPIControlInputUSER_2 = (1<<26),
	MPIControlInputUSER_3 = (1<<27),
	MPIControlInputUSER_4 = (1<<28),
	MPIControlInputUSER_5 = (1<<29),
	MPIControlInputXESTOP = (1<<31)
} MPIControlInput;

 

Required Header: stdmpi.h

Change History: Added in 04.00.

Description

MPIControlInput is an enumeration of a controller's local digital input bit masks. Each mask represents a discrete input.

See Also

MPIControlOutput