Panasonic FP Series Programming Manual page 843

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

Data transfer within the PLC
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 is set to TRUE, the function is carried out. It exchanges the data of ARRAY
data_field_1 (from the 2
element on).
LD
ST
When programming with structured text, enter the following:
IF
start
THEN
F18_BXCH(
d1_Start=> d1[2], d2_End=> d1[4], d3_Start=> d2[1]);
END_IF;
842
to the 5
element) with the data of ARRAY data_field_2 (from the 3
nd
th
rd

Advertisement

Table of Contents
loading

Table of Contents