
B–61803E–1/10
6. FUNCTIONS OF THE MACRO
EXECUTOR
PROGRAMMING
63
Y
X
Q=0
Q=1
Q=2
Q=3
Q=4
[No. of quadrants]
Command the center coordinate of the arc with the absolute coordinate
at the address I and J.
Command the number of quadrant (0 - 4) of the arc at the address Q. The
arc will be graphed with the line commanded with G244 from the current
position to the coordinate of the commanded end.
The coordinate will be renewed.
The graphic function for conversational macros enables painting the
specified field.
(1) Description
The field to be painted is drawn using a solid line with the graphic
function. Then the paint command is used together with control code
G206 to specify any point inside the field and the boundary color. The
field is filled with the color which is used as standard when G206 is
issued.
G206PpXxYy;
Painting boundary color (P)
p = 0: Same as the fill color
p = 1: Red
p = 2: Green
p = 3: Yellow
p = 4: Blue
p = 5: Purple
p = 6: Blue-green
p = 7: White
p = 8: Specified two or more colors other than black
Arbitrary point inside the field to be painted (X, Y)
NOTE
The field to be painted must have a closed boundary.
6.1.3
Graphic Painting
Function