Panasonic FP Series Programming Manual page 411

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

Arithmetic instructions
F313_FDIV
The real number data specified by s1 is divided by the real number data specified by s2 when the
Description
trigger turns on. The result 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.
Instead of using this FP instruction, we recommend using the related IEC instruction DIV (see page
64). Please refer also to Advantages of the IEC instructions in the online help.
Availability of F313_FDIV (see page 1324)
PLC types
This instruction cannot be programmed in the interrupt program.
Data types
Variable
Data type
REAL
s1
REAL
s2
REAL
d
Operands
For
DWX
s1, s2
-
d
Error flags
No.
IEC address
%MX0.900.7
R9007
%MX0.900.8
R9008
%MX0.900.9
R9009
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.
410
Floating Point Data Divide
Function
Real number data for dividend.
Real number data for divisor.
32-bit area for result (destination).
Relay
T/C
DWY
DWR
DWL
DSV
DWY
DWR
DWL
DSV
Set
permanently
for an instant
for an instant
Register
DEV
DDT
DLD
DFL
DEV
DDT
DLD
DFL
If
 data other than real number data is
specified in s1 and s2.
 the real number data (floating point data)
for the divisor specified by s2 is "0.0".
 the result is overflowed.
Constant
-
-

Advertisement

Table of Contents
loading

Table of Contents