Panasonic FP Series Programming Manual page 822

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

Operands
For
s1_Start,
s2_End
d_Start
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.
Body
When the variable start changes from FALSE to TRUE, the function is carried out. It moves the
data block starting at the 16-bit area specified by s1 and ending at the 16-bit area specified by s2
to the 16-bit area specified by d.
LD
ST
When programming with structured text, enter the following:
IF
start
THEN
F10_BKMV( s1_Start:= source_Array[1],
s2_End:= source_Array[3],
d_Start=> target_Array[0]);
END_IF;
Relay
WX
WY
WR
WL
SV
-
WY
WR
WL
SV
T/C
Register
EV
DT
LD
FL
EV
DT
LD
FL
Data transfer within the PLC
Constant
-
-
821

Advertisement

Table of Contents
loading

Table of Contents