15-63
Num-
ber
Name
Boo-
lean
Ope-
rand
Description
Steps
FP0/FP-e
FP0R
FP
FP-X
FP2
FP2SH/FP10SH
F314
Floating-point type
SIN
S, D SIN(S+1, S)→(D+1, D)
10
*1
P315
data cosine
PCOS
10
*1
F316
P316
Floating-point type
data tangent
TAN
PTAN
S, D TAN(S+1, S)→(D+1, D)
10
*1
P317
data arcsine
PASIN
10
*1
F318
P318
Floating-point type
data arccosine
ACOS
PACOS
S, D COS
(S+1, S)→(D+1, D)
10
*1
P319
data arctangent
PATAN
10
*1
F320
P320
Floating-point type
data natural
LN
PLN
S, D LN(S+1, S)→(D+1, D)
10
*1
P321
data exponent
PEXP
10
*1
F322
Floating-point type
LOG
S, D LOG(S+1, S)→(D+1, D)
10
*1
Floating-point type
data power
S2, D
(S1+1, S1) ^ (S2+1, S2)→(D+1,
D)
14
*1
F324
Floating-point type
FSQR
S, D
√
→
10
*1
P325
floating-point type
data conversion
PFLT
Converts the 16-bit integer data
with sign specified by “S” to real
number data, and the converted
6
*1
F326
P326
32-bit integer data to
floating-point type
data conversion
DFLT
PDFLT
S, D
Converts the 32-bit integer data
with sign specified by (S+1, S) to
real number data, and the
converted data is stored in (D+1,
8
*1
P327
data to 16-bit integer
conversion (the
largest integer not
exceeding the
floating-point type
PINT
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
*1
F328
P328
Floating-point type
data to 32-bit integer
conversion (the
largest integer not
exceeding the
floating-point type
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,
8
*1
: Available, : Not available, : Not available partially
*1) This instruction is available for FP-e Ver.1.21 or later, and FP0 V2.1 or later.