65
2
3
4
5
6
7
8
2.5
A
pp
lication Instr
uctions
2.5.11
C
haracter
str
ing p
rocessing instr
uctions
Category
Inst
ructi
on Sym
b
o
l
Symbol
Processing Details
Execution
Condition
Num
b
er o
f Ba
sic S
tep
s
Sub
set
See f
o
r Des
cr
iptio
n
BIN
Decimal
character
string
STR
• Converts a 1-word BIN value designated by
(S2) to a decimal character string with the
total number of digits and the number of
decimal fraction digits designated by (S1)
and stores them at a device designated by
(D).
4
-
STRP
DSTR
• Converts a 2-word BIN value designated by
(S2) to a decimal character string with the
total number of digits and the number of
decimal fraction digits designated by (S1)
and stores them at a device designated by
(D).
4
-
DSTRP
Decimal
character
string
BIN
VAL
• Converts a character string including decimal
point designated by (S) to a
1-word BIN value and the number of
decimal fraction digits, and stores them into
devices designated by (D1) and (D2).
4
-
VALP
DVAL
• Converts a character string including decimal
point designated by (S) to a
2-word BIN value and the number of
decimal fraction digits, and stores them into
devices designated by (D1) and (D2).
4
-
DVALP
Floating
decimal point
Character
string
ESTR
• Converts the 32-bit floating decimal point
data designated by (S) to a character string,
and stores it in devices designated by (D).
4
-
ESTRP
Character
string
Floating
decimal point
EVAL
• Converts the character string designated by
(S) to a 32-bit floating decimal point data,
and stores it in devices designated by (D).
3
-
EVALP
Hexadecimal
BIN
ASCII
ASC
• Converts the 1-word BIN value at the device
numbers designated by (S) to
hexadecimal ASCII, and stores n
characters of them at the device numbers
designated by (D) and after.
4
-
ASCP
ASCII
Hexadecimal
BIN
HEX
• Converts n hexadecimal ASCII characters of
the device numbers designated by (S) and
after to BIN values, and stores them at the
device numbers designated by (D).
4
-
HEXP
STR
S1 S2 D
STRP
S1 S2 D
DSTR
S1 S2 D
DSTRP
S1 S2 D
VAL
D1 D2
S
VALP
D1 D2
S
DVAL
D1 D2
S
DVALP
D1 D2
S
ESTR
S1 S2 D
ESTRP
S1 S2 D
EVAL
S D
EVALP
S D
ASC
n
S D
ASCP
n
S D
HEX
n
S D
HEXP
n
S D