
B–62093E–1/02
6. FUNCTIONS OF THE MACRO
EXECUTOR
PROGRAMMING
89
A ...1 B ...2 C ...3 D...4 E ...5
F ...6 G ...7 H ...8 I ...9 J ..10
K ..11 L ...12 M ..13 N..14 O ..15
P ..16 Q ..17 R ..18 S ..19 T ..20
U ..21 V ..22 W ..23 X..24 Y ..25
Z ..26
#8503 and #8504 values will be held till the input control variable
#8501 is key–input to the value other than 0.
When numerical data and address data are not input, #8503 and #8504
will be “vacant” respectively.
It is impossible to write any values to #8503 and #8504.
Conversational Macro Extented Data Input Control Function
If you set 3 to #8502, and a variable number to #8552, the character
string input mode is entered, and < apears on the input line, and it is
possible to input addresses and number data.
The data input line changes to the initial state when key input status
variable #8501 changes to other than 0. 32 variables from a variable
number which is set to variable #8552 can read the input numbers and
addressesfor as ASCII codes.
<blank> input a 32 number series if there is no input data.
(Example)
Set for
#8502=3 ;
#8552=500 ;
and input
0123456ABCD<
and press
INPUT
key, then the following values are set to the
variables.
#500=48, #501=49, #502=50, #503=51, #504=52, #505=53,
#506=54, #507=65, #508=66, #509=67, #510=68,
#511=<blank> to #531=<blank>, #8501=8
The values of #8503, #8504 are not guaranteed.