
(2) CRT operation library
These are the functions which control CRT display and multiple window
display.
---------------------------------------------------------------------------
Name CExe Function
---------------------+----+------------------------------------------------
crt_getcurscrn MA Get current screen index.
crt_setuserscrn M Register user screen index.
crt_isnewscrn MA Test screen switching status.
crt_gettype MA Get CRT information.
crt_setmode MA Set CRT screen mode.
crt_cncscrn MA Switch to CNC screen.
crt_fchar M Output character by FANUC character code.
crt_setuserskey M Customize softkey on CNC screen.
crt_setswt MA Set switching method between CNC's screen and
user's.
crt_setscrlarea M Set scroll area.
crt_opengr M Open graphic display.
crt_closegr M Close graphic display.
crt_graphic MA Enable or disable graphic display.
crt_readfkey MA Read the status of function keys.
crt_2ndcursor M Display the secondary cursor.
crt_settextattr M Set attribute of characters on VRAM.
crt_gettextattr M Get attribute of character on VRAM.
crt_setpalette M Set color palette of VGA characters.
crt_setallpalette M Set all color palette of VGA characters.
crt_getcncpalette M Get color palette of CNC screen.
crt_fstr M Output character string by FANUC character code.
crt_gettextimg M Get text data from VRAM.
crt_puttextimg M Put text data into VRAM.
crt_setgraphpage M Select graphic page to use.
crt_set6chmode M Select drawing method of 6x sized character.
crt_setgsvmode M Select saving method of graphic contents.
win_open M Open window.
win_close M Close window.
win_select M Select window.
win_activate M Activate window.
win_move M Move window.
win_size M Alter window size.
win_full M Let active window be full screen size.
win_window M Let active window be window size.
win_info M Get window information.
win_col M Set color of window frame and title string.
win_hide M Hide window.
win_show M Show window.
win_setttl M Set window title string.
win_setfrm M Set window frame line character.
win_getstat M Get window display status.
win_redraw M Redraw windows.
crt_reguserchar M Register user character.
crt_mapuch M Map user character.
crt_getcgpttn M Get CG pattern.
vwin_open M Open VGA window.
vwin_close M Close VGA window.
vwin_select M Select VGA window.