Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 306 -
Specify one of following mode for the text mode.
* 14-inch CRT, 9-inch CRT (small-character mode)
CRT_MODE_V25_0 80-column x 25-line (starting line: 1)
CRT_MODE_V25_1 80-column x 25-line (starting line: 2)
CRT_MODE_V25_2 80-column x 25-line (starting line: 3)
CRT_MODE_V25_3 80-column x 25-line (starting line: 4)
CRT_MODE_V25_4 80-column x 25-line (starting line: 5)
CRT_MODE_V25_5 80-column x 25-line (starting line: 6)
CRT_MODE_V30 80-column x 30-line
* 9-inch CRT (standard mode)
CRT_MODE_V16_0 40-column x 16-line (starting line: 1)
CRT_MODE_V16_1 40-column x 16-line (starting line: 2)
CRT_MODE_V16_2 40-column x 16-line (starting line: 3)
CRT_MODE_V16_3 40-column x 16-line (starting line: 4)
CRT_MODE_V19 40-column x 19-line
These text mode symbols are defined in "crt.h".
"_CEXERES16COLOR" mode is similar to "_VRES16COLOR" mode except the
variable display size.
(3) If non-supported mode is specified, "_GRMODENOTSUPPORTED" is
returned by the "_grstatus" function. This is originally the return
value when the analog video mode is specified without analog VRAM
system.
(4) The cursor current position is initialized and moved to the home
position after the execution of this function.
If the text screen mode (column or line number in the screen) is
changed by this function, the text screen environment is initialized
(as same as "crt_setmode" does), and all setting about text screen
are set as initial state. Set the text screen environment (cursor
display mode, character set, etc.) if necessary.
[Remarks]
(1) Use "crt_setmode" function or "_setvideomode( _CEXRES16COLOR,.. )"
to change the text mode.
(2) In the small-character mode of 9-inch CRT, displayable characters
are limited. In this mode, only 128 characters whose codes are
0x20-0x5F, 0xA0-0xDF can be displayed. The lowercase characters are
converted into the uppercase characters.
(3) This function is available on both ACRTC and VGA Graphic.