
B–62093E–1/02
6. FUNCTIONS OF THE MACRO
EXECUTOR
PROGRAMMING
59
G243 Xxx Yyy Ponnnn;
o : A number from 0 to 8 to select a program in the
character–string registration program group
nnnn : Sequence number 0001 to 9999
Example 1) #8509 = 1000 ;
G243 P10 ; ⇒ Displays the character string with sequence
number N10 in program O1000
G243 P80010 ; ⇒ Displays the character string with sequence
number N10 in program O1008.
Up to nine character–string registration programs can be selected as
desired in the above way.
WARNING
Program selection (= 9) is unusable because it is a number
reserved for the FS16–MF/FS16–TF.
P90001 to P99999: Not usable
Example 2)
O9000;
:
#8509=8000;
X0Y0;
G243(ABC)P20;
O8000;
:
N10(IJK);
N20(XYZ);
In this case, one block of the sequence No. 20 in the program No. 8000
will be executed.
In the above example, “ABCXYZ” will be executed.
And address P executes the specified block after the process of the
corresponding block is finished. Consequently, “ABCXYZ” will be
displayed though command is done as follows with the above example.
G243 P20 (ABC) ;
Nothing but the character string will be described at the block specified
by P.
When #8509 is 0, the block of the sequence No. specified in the current
program will be executed.