485
FX
3U
/FX
3UC
Series Programmable Controllers
Programming Manual - Basic & Applied Instruction Edition
18 Floating Point – FNC110 to FNC139
18.12 FNC124 – EXP / Floating Point Exponent
11
FN
C30-
FN
C39
R
o
ta
tion and
Sh
ift
12
FNC
4
0
-FNC49
D
a
ta
Op
e
ra
tio
n
13
FNC5
0
-FNC5
9
H
igh Speed
Pr
ocessi
ng
14
FM
C6
0
-F
NC6
9
H
and
y
In
st
ru
cti
o
n
15
FNC7
0
-FNC7
9
Ex
te
rn
a
l F
X
I
/O
D
evi
ce
16
FNC8
0
-FNC8
9
Ext
e
rnal
FX
D
evi
ce
17
F
N
C1
00
-F
NC
10
9
Da
ta
Tr
ansf
e
r 2
18
FN
C
110-FN
C
13
9
Fl
oat
ing P
o
in
t
19
FN
C
140-FN
C
149
Da
ta
O
per
at
io
n
2
20
FN
C
15
0-F
N
C
159
P
o
si
tioni
ng
C
ont
ro
l
Program example
In the program example shown below, the exponential operation is executed for a value set in the 2-digit BCD
format in X020 to X027, and the operation result is stored in the binary floating point format to D0 and D1
when X000 turns ON.
Operation when "13" is specified in X020 to X027
Points
1) The operation result becomes less than "2
128
" when the BCD value set in X020 to X027 is "88" or less
because of "loge2
128
= 88.7".
If a value "89" or more is set, an operation error occurs. To prevent this operation error, when a value
more than "89" is set, M0 is set to ON so that the exponential operation is not executed.
2) Conversion from natural logarithm into common logarithm
In the CPU, operations are executed in natural logarithm.
For obtaining a value in common logarithm, specify a common logarithm value divided by "0.432945" in
[
+1,
].
X000
FNC224
LD >
D20
M0
Data used in the exponential operation is input ([1]).
The range of the value to be operated is checked.
(Refer to 1) in "Points" below.)
The input data is converted into binary floating point
(real number) ([2]).
The exponential operation is executed ([3]).
K88
FNC 19
BIN
K2X20
D20
FNC 49
FLT
D20
D10
FNC124
DEXP
D10
D0
END
M0
Binary floating point
(real number) value
13
1 3
[1]
Conversion
into binary
BIN
13
b15
b0
[2] Conversion into
binary floating point
(real number)
[3]
Exponential
operation
EXP
D11
D10
Binary floating point
(real number) value
442413.4
D1
D0
FLT
D20
X027 X020
BCD value
Binary value
S
S
10
X
=
e
0.4342945
X