Panasonic FP Series Programming Manual page 460

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

F273_DMIN
The function searches for the minimum value and its position in a 32-bit data table.
Description
Input s1 specifies the starting area of the data table, and s2 specifies the end. The minimum value
is returned at output min and its position at output pos.
The position pos is relative to the position at the beginning of the data table to the first occurrence
of the minimum value.
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.
Availability of F273_DMIN (see page 1323)
PLC types
Data types
Variable
Data type
s1
ANY32
s2
DINT
min
INT
pos
Operands
For
s1, s2
min
pos
Error flags
No.
IEC address
%MX0.900.7
R9007
%MX0.900.8
R9008
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.
Minimum value search in 32-bit data table
Function
starting area of data table
ending area of data table
specifies minimum value
position where minimum value was found
Relay
DWX DWY
DWR
DWL
-
DWY
DWR
DWL
-
WY
WR
WL
Set
permanently
for an instant
T/C
Register
DSV
DEV
DDT
DLD
DSV
DEV
DDT
DLD
SV
EV
DT
LD
If
 the address of the variable at input s1 >
s2.
 the address areas of s1 and s2 are
different.
Arithmetic instructions
Const.
DFL
-
DFL
-
FL
-
459

Advertisement

Table of Contents
loading

Table of Contents