Panasonic FP Series Programming Manual page 535

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

Bitwise Boolean instructions
F218_DXNR
The function performs a bit-wise exclusive NOR 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 the same. At
each position in which the bits at inputs s1 and s2 match, a 1 is produced 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.
PLC types
Availability of F218_DXNR (see page 1323)
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
In this example, the same POU header is used for all programming languages. For an example
Example
using IL (instruction list), please refer to the online help.
534
32-bit data XNR
d
1
0
0
1
Function
32-bit equivalent constant or 32-bit area
32-bit equivalent constant or 32-bit area
32-bit area for storing XNR 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