14-112
Num-
ber
Name Boolean Operand Description Steps
F327
P327
Floating-
point type
data to 16-bit
integer con-
version (the
largest inte-
ger not ex-
ceeding the
floating-point
type data)
INT
PINT
S, D
Converts real number data specified by (S+1, S) to
the 16-bit integer data with sign (the largest integer
not exceeding the floating-point data), and the
converted data is stored in “D”.
8
F328
P328
Floating-
point type
data to 32-bit
integer con-
version (the
largest inte-
ger not ex-
ceeding the
floating-point
type data)
DINT
PDINT
S, D
Converts real number data specified by (S+1, S) to
the 32-bit integer data with sign (the largest integer
not exceeding the floating-point data), and the
converted data is stored in (D+1, D).
8
F329
P329
Floating-
point type
data to 16-bit
integer con-
version
(rounding the
first decimal
point down
to integer)
FIX
PFIX
S, D
Converts real number data specified by (S+1, S) to
the 16-bit integer data with sign (rounding the first
decimal point down), and the converted data is
stored in “D”.
8
F330
P330
Floating-
point type
data to 32-bit
integer con-
version
(rounding the
first decimal
point down
to integer)
DFIX
PDFIX
S, D
Converts real number data specified by (S+1, S) to
the 32-bit integer data with sign (rounding the first
decimal point down), and the converted data is
stored in (D+1, D).
8