
4. CONVERSATIONAL MACRO FUNCTION
B–62073E–2/03
70
Conversational macro exclusive variables (#30000...) can be referred to
by the two or three–dimensional arrangement types. Set a proper value to
the following arrangement control variables beforehand and the
conversational macro exclusive variable of the arrangement element
corresponding to the variable number (#1 – #99).
Note
#1 to #99 for convesational macro are different from #1 to
#33 local variables for execution macro.
Arrangement control variable
#8512 Two–dimensional arrangement number
#8513 Three–dimensional arrangement number
#8516 One–dimensional arrangement element number
#8517 Two–dimensional arrangement element number
#8518 1 (Note (1))
#8519 Arrangement top variable number
Specify the arrangement type by the arrangement control variables from
#8516 to #8519 beforehand and specify the arrangement number referred
to by the #8512 and #8513 to refer to the variables with #1 to #99.
The correspondence between the conversational macro exclusive
variable and arrangement element is as shown below:
Conversational macro exclusive variable number
= #8519 + ((#8516_#8517)_(#8513–1))
+(#8516_(#8512–1)+(Specified variable number–1)
When the #8516, #8517, and #8519 are set to 10, 5, and 30100,
respectively:
1. When both of #8512 and #8513 are set to 1, the #1 corresponds
to the #10100.
2. When the #8512 and #8513 are set to 3 and 2, respectively, the
#10 corres–ponds to the #10179.
Notes
1 Set #8518=1 when using #1–#99 as a arrangement type reference variable of the
conversational macro exclusive variable. When #8518=0, an alarm occurs as #1–#33 are local
variables and #34–#99 are unusable variable.
When turning on the power, #8518=0 is set.
2 #8512–#8517=1, #8519=30000 is set for each arrangement control variable when turning on
the power. Because of this, #8513 and #8517 can be used without recognition when used as
a two–dimensional arrangement.
3 For each variable and for the conversational macro variable number after calculation, check
is not performed. When necessary, make it correspond to the macro program.
4 This function is a function that is usable only by the conversational macro program.
4.5.12
Reference of
Arrangement of
Conversational Macro
Exclusive Variables
Example