
B–62073E–2/03
4.CONVERSATIONAL MACRO FUNCTION
65
(5) The expanded macro exclusive variable is displayed on macro
variable display screen (SETTING). Further, input from MDI is
possible.
(6) Cannot express <Vacant> when paramter EVF=1 is set (fixed decimal
point format).
Reference and writing of execution macros and conversational macro
programs system common variables by conversational macro programs
can be performed. The number adding 99000 to the variable number you
want to reference corresponds to the system common variable.
#99100 Corresponds to #100
#99149 Corresponds to #149
#99500 Corresponds to #500
#99531 Corresponds to #531
(1) Conversational macro execution control variable 1 (#8500)
If the conversational macro body is started up, it executes the
conversational macro program of the value of #8500 as program
number. However, the value of #8500 when turning on the power is
the value of the parameter (No. 8536).
Control can be transferred to other conversational macro programs by
rewriting the value of #8500. If the value of #8500 is rewritten, after
execution finishes of the currently executing conversational macro
program, the character screen and graphic screen are deleted, and the
conversational macro program of the value of #8500 as program
number is executed. If the value of #8500 is not rewritten, the same
conversational macro program continues to be executed.
At this time, the character screen and graphic screen are not deleted.
(2) Conversational macro start control function 1 (#8501)
The conversational macro body can be started up by setting the
conversational macro start control variable (#8510) to “1”.
The conversational macro body can also be ended by setting the
conversational macro start control variable 1 to “0”.
(3) Conversational macro execution control variable 2
If the conversational execution control macro is started up, it executes
the auxiliary macro program of the value of #8600 as the program
number. However, the value of #8600 when turning on the power is
the value of the parameter (No. 8537).
Control can be transferred to other auxiliary macro programs by
rewriting the value of #8600. If the value of #8600 is rewritten, after
execution finishes of the currently executing auxiliary macro
program, the auxiliary macro program to set the value of #8600 as
program number is executed. If the value of #8600 is not rewritten,
the same auxiliary macro program continues to be executed.
4.5.7
Reference and Writing
System Common
Variables
4.5.8
Execution Control
Variable