65
2
3
4
5
6
7
8
2.5 Application Instructions
2.5.11 Character string processing instructions
Category
Instruction Symbol
Symbol Processing Details
Execution
Condition
Number of Basic Steps
Subset
See for Description
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-
Page
465
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-
Page
469
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-
Page
472
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-
Page
477
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-
Page
481
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-
Page
483
HEXP
STR S1 S2 D
STRP S1 S2 D
DSTR S1 S2 D
DSTRP S1 S2 D
VAL D1 D2S
VALP D1 D2S
DVAL D1 D2S
DVALP D1 D2S
ESTR S1 S2 D
ESTRP S1 S2 D
EVAL SD
EVALP SD
ASC nSD
ASCP nSD
HEX nSD
HEXP nSD