Panasonic FP Series Programming Manual page 533

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

Bitwise Boolean instructions
F217_DXOR
The functions a bit-wise exclusive OR operation on two 32-bit data items at inputs s1 and s2. The
result of the function is returned at output d.
Truth
s1
s2
Table:
0
0
0
1
1
0
1
1
Using this instruction you can check how many bits in the two 32-bit data items are different, for
example. At each position in which the bits at inputs s1 and s2 are different, a 1 is added in the
result.
This instruction also exists as a P instruction (for FP2/2SH, FP3/5, FP10/10SH PLC types), which
is only executed at the rising edge of the EN trigger. Select [Insert P instruction] from the
"Instructions" pane if you require a P instruction. To facilitate reuse, the instruction then appears
under "Recently used" in the pop-up menu. Press <Ctrl>+<Shift>+<v> within the programming
area to open the list of recently used elements.
Availability of F217_DXOR (see page 1323)
PLC types
Data types
Variable
Data type
s1
s2
ANY32
d
The variables s1, s2 and d have to be of the same data type.
Operands
For
DWX DWY DWR
s1, s2
d
Error flags
No.
IEC address
%MX0.900.11
R900B
532
32-bit data XOR
d
0
1
1
0
Function
32-bit equivalent constant or 32-bit area
32-bit equivalent constant or 32-bit area
32-bit area for storing XOR operation result
Relay
DWL
DSV
-
DWY DWR
DWL
DSV
Set
for an instant
T/C
Register
DEV
DDT
DLD
DFL
DEV
DDT
DLD
DFL
If
 the result calculated (output d) is 0.
Description
Constant
dec. or hex.
-

Advertisement

Table of Contents
loading

Table of Contents