Panasonic FP Series Programming Manual page 531

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

Bitwise Boolean instructions
F216_DOR
The function performs a bit-wise 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
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 F216_DOR (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
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.
POU header
All input and output variables used for programming this function have been declared in the POU
header.
In this example the input variables input_value_1 and input_value _2 are declared. However, you
530
32-bit data OR
d
0
1
1
1
Function
32-bit equivalent constant or 32-bit area
32-bit equivalent constant or 32-bit area
32-bit area for storing OR 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