User Memory Input Functions

User memory input functions evaluate logic using the values of User Memory as inputs.

Input Function

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.