
4. CONVERSATIONAL MACRO FUNCTION
B–62073E–2/03
66
(1) Command key input variable (#8501)
Command key input can be read by #8501. The correspondence
between command key input and the value of #8501 is as shown
below. If there is no command input, the value of #8501 is 0.
If there once was command key input, the value of #8501 remains this
value until read by conversational macro command, and subsequent
key input cannot be accepted. If #8501 is read, it enters the state that
key input is accepted and the value of #8501 becomes 0.
Writing a value to #8501 cannot be performed.
PAGE ± :1
PAGE ° :2
CURSOR UP : 3
CURSOR DOWN : 4
CURSOR LEFT : 5
CURSOR RIGHT : 6
INPUT : 8
RESET : 10
SOFT FUNCTION KEY RIGHT : 11
SOFT FUNCTION KEY 1 : 12
SOFT FUNCTION KEY 2 : 13
SOFT FUNCTION KEY 3 : 14
SOFT FUNCTION KEY 4 : 15
SOFT FUNCTION KEY 5 : 16
SOFT FUNCTION KEY 6 : 17
SOFT FUNCTION KEY 7 : 18
SOFT FUNCTION KEY 8 : 19
SOFT FUNCTION KEY 9 : 20
SOFT FUNCTION KEY 10 : 21
Note
CRT14” is SOFT FUNCTION KEY 1–SOFT FUNCTION KEY
10
CRT 9” is SOFT FUNCTION KEY 1–SOFT FUNCTION KEY
5
SOFT FUNCTION KEY LEFT, POS, OFSET, and other keys
used to directly select an NC screen are managed by the
system and cannot be read.
(2) Data input control variable
#8502 : Data input control variable
#8502 : Numerical data variable
#8502 : Address data variable
#8502 : Character variable
Controls input of numerical data and address data by setting the following
value to data input control variable #8502.
#8502= 0 : No data input
= 1 : Inputting numerical data
= 2 : Inputtting address data and numerical data
= 3 : Inputting character row
When #8502 is 0, nothing is displayed to data input line and
data input cannot be performed.
4.5.9
Key Input Control
Variable