GE GFK-0804B Universal Remote User Manual


 
4
4-44 Micro PLC Programmer’s Guide – April 1994
GFK-0804B
NOT
The NOT function takes the opposite state of each bit in the first specified register and
places it into the second register.
Example:
0 0 0 0 0 0 0 0 1 1 1 0 1 0 1 0
R1
(234)
NOT
1 1 1 1 1 1 1 1 0 0 0 1 0 1 0 1
R2
(65301)
46153
Programming Software Instructions
1. Select Logic (F7)
2. Select NOT (F4) from the Logic function keys.
3. Enter the register location of the first number to be NOTed. Press the Enter key.
4. Enter the register location of the second number to be NOTed. Press the Enter key.
5. Enter a register for the result to be placed in. Press the Enter key.
Example and HHP Instructions
Ladder Diagram Hand-held Programmer
START
LOGIC
OUT
F1
More MENU
F1
F1
I1
R1
R2
[ R1 O R2]
T
N
I1
"
46154