Data transfer within the PLC
856
Part III FP Instructions
F191_DMV3
Three 32-bit data move
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 F191_DMV3 (see page 1322)
To transfer two 32-bit data types, use either the F8_DMV2 (see page 817) or
P8_DMV2 instructio
n.
Variable Data type Function
s1, s2, s3 ANY32 source 32-bit area
d ARRAY [0..2]
ofANY32
destination, lower 32-bit area of 96-bit area
The variables s1, s2, s3 and d have to be of the same data type.
For Relay T/C Register Constant
s1,s2,s3 DWX DWY DWR DWL DSV DEV DDT DLD DFL dec. or hex.
d - DWY DWR DWL DSV DEV DDT DLD DFL -
Description
The function copies three 32-bit data values at inputs s1, s2 and s3 to an ARRAY with three
elements that is returned at output d.
Data types
Operands
Example
In this example, the same POU header is used for all programming languages. For an 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 is set to TRUE, the function is carried out.