App - 28
APPENDICES
(11) Text string processing instructions
Classification Symbol Description
BIN
Decimal ASCII
• Converts the 1-word BIN data specified at (S) into 5-digit decimal
ASCII values, and stores them to the word devices starting from the
one specified at (D).
• Converts the 2-word BIN data specified at (S) into 10-digit decimal
ASCII values, and stores them to the word devices starting from the
one specified at (D).
BIN
Hexadecimal ASCII
• Converts the 1-word BIN data specified at (S) into 4-digit
hexadecimal ASCII values, and stores them to the word devices
starting from the one specified at (D).
• Converts the 2-word BIN data specified at (S) into 8-digit
hexadecimal ASCII values, and stores them to the word devices
starting from the one specified at (D).
BCD
ASCII
• Converts the 1-word BCD value specified at (S) into 4-digit decimal
ASCII values, and stores them to the word devices starting from the
one specified at (D).
• Converts the 2-word BCD value specified at (S) into 8-digit decimal
ASCII values, and stores them to the word devices starting from the
one specified at (D).
Decimal ASCII
BIN
• Converts the 5-digit decimal ASCII value specified at (S) to a 1-word
BIN value, and stores this to the word device specified at (D).
• Converts the 10-digit decimal ASCII values specified at (S) to a 2-
word BIN value, and stores this to the word device specified at (D).
Hexadecimal ASCII
BIN
• Converts the 4-digit hexadecimal ASCII values specified at (S) to a 1-
word BIN value, and stores this to the word device specified at (D).
• Converts the 8-digit decimal ASCII values designated at (S) to a 2-
word BIN value, and stores this at the word device number
designated at (D).
ASCII
BCD
• Converts the 4-digit decimal ASCII values specified at (S) to a 1-word
BCD value, and stores this to the word device specified at (D).
• Converts the 8-digit decimal ASCII values specified at (S) to a 2-word
BCD value, and stores this to the word devices specified at (D).
Device comment
read
• Stores the comment data of the device specified at (S) to the device
specified at (D).
Text string length
detection
• Stores the length of the character string data (number of characters)
that is stored in the device specified at (S) to the device specified at
(D).