User Memory Inputs

User Memory type inputs are defined using the UserMemoryEventInput class.

Input

Description

MBit

Evaluates to TRUE when the specified user memory bit is 1 and FALSE otherwise.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image0.png

Parameters are specified with the MBit struct.

NotMBit

Evaluates to TRUE when the specified user memory bit is 0 and FALSE otherwise.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image1.png

Parameters are specified with the NotMBit struct.

OrMBit

Evaluates to TRUE when either of the two specified user memory bits is 1, and FALSE otherwise.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image4.png

Parameters are specified with the OrMBit struct.

AndMBit

Evaluates to TRUE when both of the two specified user memory bits are 1, and FALSE otherwise.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image2.png

Parameters are specified with the AndMBit struct.

XorMBit

Evaluates to TRUE when only one of the two specified user memory bits is 1, and FALSE otherwise.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image6.png

Parameters are specified with the XorMBit struct.

NandMBit

Evaluates to FALSE when both of the two specified user memory bits are 1, and TRUE otherwise.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image3.png

Parameters are specified with the NandMBit struct.

NorMBit

Evaluates to FALSE when either of the two specified user memory bits is 1, and TRUE otherwise.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image5.png

Parameters are specified with the NorMBit struct.

XnorMBit

Evaluates to FALSE when only one of the two specified user memory bits is 1, and TRUE otherwise.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image7.png

Parameters are specified with the XnorMBit struct.

DelayMBit

Evaluates to TRUE when the specified user memory bit has continuously been 1 for at least the specified amount of time, and FALSE otherwise.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image17.png

EqualMBytes

Evaluates to TRUE when the specified 1-4 byte segment of the user memory is equal to the specified value, and FALSE otherwise.

GreaterMBytes

Evaluates to TRUE when the specified 1-4 byte segment of the user memory is greater than the specified value, and FALSE otherwise.

LessMBytes

Evaluates to TRUE when the specified 1-4 byte segment of the user memory is less than the specified value, and FALSE otherwise.