User Memory Inputs
User Memory type inputs are defined using the UserMemoryEventInput class.
Input |
Description |
|---|---|
Evaluates to TRUE when the specified user memory bit is 1 and FALSE otherwise.
Parameters are specified with the MBit struct. |
|
Evaluates to TRUE when the specified user memory bit is 0 and FALSE otherwise.
Parameters are specified with the NotMBit struct. |
|
Evaluates to TRUE when either of the two specified user memory bits is 1, and FALSE otherwise.
Parameters are specified with the OrMBit struct. |
|
Evaluates to TRUE when both of the two specified user memory bits are 1, and FALSE otherwise.
Parameters are specified with the AndMBit struct. |
|
Evaluates to TRUE when only one of the two specified user memory bits is 1, and FALSE otherwise.
Parameters are specified with the XorMBit struct. |
|
Evaluates to FALSE when both of the two specified user memory bits are 1, and TRUE otherwise.
Parameters are specified with the NandMBit struct. |
|
Evaluates to FALSE when either of the two specified user memory bits is 1, and TRUE otherwise.
Parameters are specified with the NorMBit struct. |
|
Evaluates to FALSE when only one of the two specified user memory bits is 1, and TRUE otherwise.
Parameters are specified with the XnorMBit struct. |
|
Evaluates to TRUE when the specified user memory 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 user memory is equal to the specified value, and FALSE otherwise. |
|
Evaluates to TRUE when the specified 1-4 byte segment of the user memory is greater than the specified value, and FALSE otherwise. |
|
Evaluates to TRUE when the specified 1-4 byte segment of the user memory is less than the specified value, and FALSE otherwise. |








