Manual

97
12. SEL Language
[Function] Converts the hexadecimal data in the column in operand 2 to a decimal number and assigns this to the variable
in operand 1. The length set by the SLEN command will be converted. Only the integers will be converted
and the decimal places will be disregarded.
[Example] SCPY 10 ' 1234' Set ' 1234' in column 10.
SLEN 4 Set the length to 4 bytes.
VAL 1 10 The hexadecimal number ' 1234' in column 10 is converted to the
number 4660 and assigned to variable 1.
LET 1 100 Assign 100 to variable 1.
LET 2 20 Assign 20 to variable 2
SCPY 20 ' ABCD' Copy ' ABCD' to column 20.
SLEN 4 Set the length to 4 bytes.
VALH *1 *2 The hexadecimal ' ABCD' in column 20 (content of variable 2) will be
converted to the binary number 43982 and assigned to variable 100
(content of variable 1).
noisnapxE
noitidnoc
)RO·DNA(
tupnI
noitidnoc
)galF·O/I(
dnammoC
tsoP
)galF·troptuptuO(
dnammoC 1dnarepO 2dnarepO
lanoitpOlanoitpOHLAV.oNelbairaV.oNnmuloC
VALH (Character String Data Hexadecimal)
noisnapxE
noitidnoc
)RO·DNA(
tupnI
noitidnoc
)galF·O/I(
dnammoC
tsoP
)galF·troptuptuO(
dnammoC 1dnarepO 2dnarepO
lanoitpOlanoitpONELShtgneL
SLEN (Set Length)
[Function] Sets the length for the string command.
SCMP ··· Decimals Invalid
SCPY ··· Decimals Invalid
ISXX ··· Decimals Invalid
STRH ··· Decimals Invalid
VAL,VALH ··· Decimals Invalid
STR ··· Decimals Valid
[Example] Refer to each of the commands above.