12-123
Num-
ber
Name Boolean Operand Description Steps
F338
P338
Floating-
point type
data radian
→ degree
DEG
PDEG
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
Floating-point type real number data processing instructions
F345
P345
Floating-
point type
data compare
FCMP
PFCMP
S1, S2
(S1+1, S1)>(S2+1, S2)→ R900A: on
(S1+1, S1)=(S2+1, S2)→ R900B on
(S1+1, S1)<(S2+1, S2)→ R900C: on
10
F346
P346
Floating-
point type
data band
compare
FWIN
PFWIN
S1, S2, S3
(S1+1, S1)>(S3+1, S3)→ R900A: on
(S2+1, S2)<or =(S1+1, S1)<or =(S3+1, S3)
→ R900B on
(S1+1, S1)<(S2+1, S2)→ R900C: on
14
F347
P347
Floating-
point type
data upper
and lower
limit control
FLIMT
PFLIMT
S1, S2, S3,
D
When (S1+1, S1)>(S3+1, S3), (S1+1, S1)
→(D+1, D)
When (S2+1, S2)<(S3+1, S3), (S2+1, S2)
→ (D+1, D)
When (S1+1, S1)<or = (S3+1, S3)<or =(S2+1, S2),
(S3+1, S3)→(D+1, D)
17
F348
P348
Floating-
point type
data dead-
band control
FBAND
PFBAND
S1, S2, S3,
D
When (S1+1, S1)>(S3+1, S3),
(S3+1, S3)−(S1+1, S1)→(D+1, D)
When (S2+1, S2)<(S3+1, S3),
(S3+1, S3)−(S2+1, S2)→ (D+1, D)
When (S1+1, S1)<or = (S3+1, S3)<or =(S2+1, S2),
0.0→(D+1, D)
17
F349
P349
Floating-
point type
data zone
control
FZONE
PFZONE
S1, S2, S3,
D
When (S3+1, S3)<0.0,
(S3+1, S3)+(S1+1, S1)→(D+1, D)
When (S3+1, S3)=0.0, 0.0→ (D+1, D)
When (S3+1, S3)>0.0, (S3+1, S3)+(S2+1, S2)
→(D+1, D)
17
F350
P350
Floating-
point type
data maxi-
mum value
FMAX
PFMAX
S1, S2, D
Searches the maximum value in the real number
data table between the area selected with “S1” and
“S2”, and stores it in the (D+1, D). The address
relative to “S1” is stored in (D+2).
8