
6. FUNCTIONS OF THE MACRO
EXECUTOR
B–62093E–1/02
PROGRAMMING
60
CAUTION
Process sequence of modal address
Program is processed by block in the normal NC program,
but it is processed in sequence of address command in the
conversation macro program.
(Example)
1 F8.3 ;
G243 F5.1 D#100 ;
2 F8.3 ;
G243 D#100 F5.1 ;
In 1 #100 is displayed with F5.1, but in 2 it is displayed with
F8.3.
(2) Screen erase (G202)
G202 Pp;
P = 2 ... Erasing character screen
By specifying address P, the character screen is erased.
(3) Displayed color specification (G240)
G240 Pp ;
With the command above, a character string specified by a
conversational program can be displayed in reverse video.
P = 7 .. White (normal)
= 7 .. White (reverse video)
* After a character string is displayed in reverse video, the normal
display mode needs to be resumed by specifying G240 P7;.