Data transfer within the PLC
825
Part III FP Instructions
F11_COPY
Block copy
The operands d1_Start and d2_End should be:
in the same operand
d1_Start d2_End
15 . 12 11 . . 8 7 . . 4 3 . . 0
0 00000000000
0
00000000000
0
00000000000
0
00000000000
0
00000000000
0
00000000000
0
00000000000
1 0 1 1
15 . 12 11 . . 8 7 . . 4 3 . . 0
[0] 0 0 0 1
[1] 0 0 1 1
[2] 0 1 0 1
[3] 1 0 1 1
[4] 1 0 1 1
[5] 1 0 1 1
source
dest.
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 F11_COPY (see page 1320)
Variable Data type Function
s source 16-bit area
d1_Start starting 16-bit area, destination
d2_End
ANY16
ending 16-bit area, destination
The variables s, d1_Start and d2_End have to be of the same data type.
For Relay T/C Register Constant
s WX WY WR WL SV EV DT LD FL dec. or hex.
d1_Start,
d2_End
- WY WR WL SV EV DT LD FL -
Description
The 16-bit equivalent constant or 16-bit area specified by s is copied to all 16-bit areas of the block
specified by d1_Start and d2_End if the trigger EN is in the ON-state.
Data types
Operands