Panasonic FP Series Programming Manual page 343

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

Arithmetic instructions
F20_ADD
The 16-bit equivalent constant or 16-bit area specified by s and the 16-bit area specified by d are
Description
added together if the trigger EN is in the ON-state. The result is stored in d. All 16-bit values are
treated as integer values.
Example value 27
Bit
15 . . 12 10 . . 8 7 . . 4 3 . . 0
d
Example value 16
Bit
15 . . 12 10 . . 8 7 . . 4 3 . . 0
s
Result value 43 if trigger is ON
Bit
15 . . 12 10 . . 8 7 . . 4 3 . . 0
d
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.
Instead of using this FP instruction, we recommend using the related IEC instruction ADD (see
page 61). Please refer also to Advantages of the IEC instructions in the online help.
When this instruction is used, the area for the augend d is overwritten by the
added result. If you want to avoid the overwrite, we recommend using the
instruction F22_ADD2 (see page 345).
see see page 1322
PLC types
Data types
Variable
Data type
s
ANY16
d
The variables s and d have to be of the same data type.
342
16-bit addition
0 0 0 0
0 0 0 0
0 0 0 1
1 0 1 1
0 0 0 0
0 0 0 0
0 0 0 1
0 0 0 0
0 0 0 0
0 0 0 0
0 0 1 0
1 0 1 1
Function
addend
augend and result

Advertisement

Table of Contents
loading

Table of Contents