491
FX
3U
/FX
3UC
Series Programmable Controllers
Programming Manual - Basic & Applied Instruction Edition
18 Floating Point – FNC110 to FNC139
18.16 FNC128 – ENEG / Floating Point Negation
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
18.16 FNC128 – ENEG / Floating Point Negation
Outline
This instruction inverts the sign of binary floating point (real number) data.
→
For handling of floating point, refer to Subsection 5.1.3.
1. Instruction format
2. Set data
3. Applicable devices
Explanation of function and operation
1. 32-bit operation (DENEG and DENEGP)
The sign of binary floating point stored in [
+1,
] is inverted, and the negation result is stored to
[
+1,
].
Program example
In the program example shown below, the sign of floating point data stored in D100 and D101 is inverted, and
the negation result is stored to D100 and D101 when X000 turns ON.
Operand Type
Description
Data Type
Head device number storing binary floating data whose sign is to be inverted
Real number (binary)
Oper-
and
Type
Bit Devices
Word Devices
Others
System User
Digit Specification
System User
Special
Unit
Index
Con-
stant
Real
Number
Charac-
ter String
Pointer
X Y M T C S D
.b KnX KnY KnM KnS
T
C
D
R U
\G
V
Z Modify K
H
E
"
"
P
3 3
3
3
−
−
Mnemonic
Operation Condition
16-bit Instruction
DENEG
DENEGP
Mnemonic
Operation Condition
32-bit Instruction
5 steps
Continuous
Operation
Pulse (Single)
Operation
P
FNC 128
ENEG
D
D
D
D
D
D
D
Command
input
FNC128
DENEG
D
X000
1.2345
−
1.2345
D101
D100
D101
D100
END
FNC128
DENEGP
D100