
B-63423EN/02 SAMPLE PROGRAM
7. USER PROGRAMS FOR FACING MENU
-325-
#4=#2
#5=1
call fig_line
#1=0-shift_grap_X /* (3)
#2=29+shift_grap_Y
#3=-10-shift_grap_X
#4=#2
#5=1
call fig_line /* (4)
#1=0-shift_grap_X
#2=115+shift_grap_Y
#3=-10-shift_grap_X
#4=#2
#5=1
call fig_line
/* green Line
color green
G242X[98.318-shift_grap_X]Y[49.4362+shift_grap_Y] /* Approach
G01X[84.1594-shift_grap_X]Y[22.8975+shift_grap_Y]
G242X[108.724-shift_grap_X]Y[43.7756+shift_grap_Y]
G01X[94.5654-shift_grap_X]Y[17.3269+shift_grap_Y]
G242X[13.682-shift_grap_X]Y[94.6538+shift_grap_Y] /* Escape
G01X[27.8406-shift_grap_X]Y[121.1025+shift_grap_Y]
G242X[3.276-shift_grap_X]Y[100.2244+shift_grap_Y]
G01X[17.4346-shift_grap_X]Y[126.6731+shift_grap_Y]
#1=56-shift_grap_X /* Radius
#2=72+shift_grap_Y
#3=89.9411-shift_grap_X
#4=105.9411+shift_grap_Y
#5=0
call fig_line
/* yellow Cross Mark
color yellow
#1=56-shift_grap_X /* Center
#2=72+shift_grap_Y
call fig_mark
/* Characters
if[cursor eq 11]then
color -white C blue L1
else
color white C blue L0
endif
G243X[45-shift_char_X]Y[11-shift_char_Y](X)
if[cursor eq 12]then
color -white C blue L1
else
color white C blue L0
endif
G243X[47-shift_char_X]Y[11-shift_char_Y](Y)
if[cursor eq 13]then
color -white C blue L1
else
color white C blue L0
endif
G243X[48-shift_char_X]Y[9-shift_char_Y](R)
#1=15
call fig_cursor
G243X[50-shift_char_X]Y[14-shift_char_Y](M)
#1=16
call fig_cursor
G243X[42-shift_char_X]Y[7-shift_char_Y](N)
color white C blue L0
G243X[44-shift_char_X]Y[11-shift_char_Y]('(')