Programming Reference / Math



Item Name Type Description
Get Value Operand Assigns the user entered value as the operand to the Operation instruction where it is used.
Get Variable Operand Retrieves the data from the selected Variable and provides the data as operand to the Operation instruction where it is used.
Set Variable Operation Performs the selected operation and depending on the selected operation either uses the operand as the basis of the operation when it is a Value or places the result in the operand if it is a Variable
Get Bit Operand Gets the value of the bit from the user created Variable.
Set Bit Operation Sets, Toggles, clears, or assigns the specific bit of the user created Variable’s chosen.
Get Two Item Arithmetic Operand Performs the selected arithmetic operation between the two required input operands and provides the result as an operand to the Operation instruction where it is used
Get One Item Arithmetic Operand Performs the selected arithmetic operation to the required input operand and provides the result as an operand to the Operation instruction where it is used
Get Bitwise Function Operation Performs the selected bit-wise function between the two required input operands and provides the result as an operand to the Operation instruction where it is used