Panasonic FP Series Programming Manual page 456

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

F350_FMAX
The function searches for the maximum value and its position in a floating point data table.
Description
Input s1 specifies the starting area of the data table, and s2 specifies the end. The maximum value
is returned at output max and its position at output pos.
The address of the maximum value at output pos is relative to the beginning address in the data
table as specified at input s1.
If more than one maximum value is found, the first one found beginning from the starting address
specified at s1 is stored in d.
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 F350_FMAX (see page 1325)
PLC types
Data types
Variable
Data type
REAL
s1
REAL
s2
REAL
max
INT
pos
Operands
For
s1, s2
max
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.
Maximum value search in real number data table (floating point data)
Function
starting area of data table
ending area of data table
specifies maximum value
position where maximum value was found
Relay
DWX DWY
DWF
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 addresses of variables at inputs s1 >
s2.
 the address areas are different.
 the floating point values exceed the
processing range.
Arithmetic instructions
Const.
DFL
-
DFL
-
FL
-
455

Advertisement

Table of Contents
loading

Table of Contents