FPΣ
Specifications
13 - 64
No. Name Boolean Operand Description Steps
F331 Floating-point
type data to
16-bit integer
conversion
(rounding the
first decimal
point off to
integer)
ROFF S, D Converts real number data specified by (S+1, S) to the
16-bit integer data with sign (rounding the first decimal
point off), and the converted data is stored in “D”.
8
F332 Floating-point
type data to
32-bit integer
conversion
(rounding the
first decimal
point off to
integer)
DROFF S, D Converts real number data specified by (S+1, S) to the
32-bit integer data with sign(rounding the first decimal
point off), and the converted data is stored in (D+1, D).
8
F333 Floating-point
type data
rounding the
first decimal
point down
FINT S, D The decimal part of the real number data specified in
(S+1, S) is rounded down, and the result is stored in
(D+1, D).
8
F334 Floating-point
type data
rounding the
first decimal
point off
FRINT S, D The decimal part of the real number data stored in
(S+1, S) is rounded off, and the result is stored in (D+1,
D).
8
F335 Floating-point
type data sign
changes
F+/- S, D The real number data stored in (S+1, S) is changed the
sign, and the result is stored in (D+1, D).
8
F336 Floating-point
type data
absolute
FABS S, D Takes the absolute value of real number data specified
by (S+1, S), and the result (absolute value) is stored in
(D+1, D).
8
F337 Floating-point
type data
degree →
radian
RAD S, D The data in degrees of an angle specified in (S+1, S) is
converted to radians (real number data), and the result
is stored in (D+1, D).
8
F338 Floating-point
type data
radian →
degree
DEG S, D The angle data in radians (real number data) specified
in (S+1, S) is converted to angle data in degrees, and
the result is stored in (D+1, D).
8