138
4 OPERATION CONTROL PROGRAMS
4.6 Bit Operations
4.6 Bit Operations
Bit inversion (Complement): ~
■Usable data
: Usable
■Description, data type of result
The bit inverted value of the data specified with (S) is found.
An operation error will occur if:
• (S) is an indirectly specified device and its device No. is outside the range.
■Program which finds the bit inverted value of #0 and substitutes the value to D0
Format Number of basic steps Usable steps
F/FS G
~(S) 4
Setting
data
Usable Data
Bit
device
Word device Constant Calculation
expression
Bit
conditional
expression
Comparison
conditional
expression
16-bit
integer
type
32-bit
integer
type (L)
64-bit
floating
point
type (F)
16-bit
integer
type
(K/H)
32-bit
integer
type
(K/H, L)
64-bit
floating
point
type (K)
(S)
Setting data Description Data type of result
(S) Data whose bits will be inverted Data type of (S) (Integer type)
0#0 111111
b0
1D0 101101011001011
b0
000000 000
D0 = ~#0
b15 b15