I/O Inputs
I/O type inputs are defined using the IoEventInput class.
Input |
Description |
|---|---|
Evaluates to TRUE when the specified I/O input or output bit is 1 and FALSE otherwise.
Parameters are specified with the IOBit struct. |
|
Evaluates to TRUE when the specified I/O input or output bit is 0 and FALSE otherwise.
Parameters are specified with the NotIOBit struct. |
|
Evaluates to TRUE when either of the two specified I/O input or output bits is 1, and FALSE otherwise.
Parameters are specified with the OrIOBit struct. |
|
Evaluates to TRUE when both of the two specified I/O input or output bits are 1, and FALSE otherwise.
Parameters are specified with the AndIOBit struct. |
|
Evaluates to TRUE when only one of the two specified I/O input or output bits is 1, and FALSE otherwise.
Parameters are specified with the XorIOBit struct. |
|
Evaluates to FALSE when both of the two specified I/O input or output bits are 1, and TRUE otherwise.
Parameters are specified with the NandIOBit struct. |
|
Evaluates to FALSE when either of the two specified I/O input or output bits is 1, and TRUE otherwise.
Parameters are specified with the NorIOBit struct. |
|
Evaluates to FALSE when only one of the two specified I/O input or output bits is 1, and TRUE otherwise.
Parameters are specified with the XnorIOBit struct. |
|
Evaluates to TRUE when the specified I/O input or output bit has continuously been 1 for at least the specified amount of time, and FALSE otherwise.
|
|
Evaluates to TRUE when the specified 1-4 byte segment of the I/O input or output is equal to the specified value, and FALSE otherwise. |
|
Evaluates to TRUE when the specified 1-4 byte segment of the I/O input or output is greater than the specified value, and FALSE otherwise. |
|
Evaluates to TRUE when the specified 1-4 byte segment of the I/O input or output is less than the specified value, and FALSE otherwise. |








