Chapter 3 Creating and Editing Screens
Remark
Var1 can be the controller address or internal memory (BIT).
Example
Set the 5th Bit within the internal memory $0 to be ON.
If $0 = 0000000000000000, after the operation, $0 = 0000000000010000
BITOFF (Set Specific Bit to be O FF)
Equation
BITOFF Var1
Explanation
This command sets Var1 bit to be OFF.
Remark
Var1 can be the controller address or internal memory (BIT).
Example
Set the 5th Bit within the internal memory $0 to be OFF.
If $0 = 1111111111111111, after the operation, $0 = 1111111111101111
3-352 Revision May, 2010