Here are some more examples:
will clear the screen and set the default colors to WHITE text on a BLACK background. In concept, @C\E1 is the same as @C0\E1;
however, @C0\E1 is an invalid command. The change of user colors is always embedded in a Clear Screen Command.
will clear the screen and set the first line to be small font, the next 3 lines to be medium font, the next line to be large font, the next
line to be small font and the last two lines to be large font with RED text on a WHITE background for all lines. The total height of the
lines will be (1x16)+(3x24)+(1x32)+(1x16)+(2x32)=200 pixels:
this is line 5
this is line 7
this is line 8
The active colors change whenever \cb is received in a prompt. The user default will be used to display all the prompts unless \cb
changes the colors. All prompts will start with the user default. The active colors from the last prompt will NOT be carried over to the
next prompt.
A typical "prompt" command sequence follows the format below:
0@n,m,o,data
where
@CS1M3L1S1L2\BE
this is line 1
this is line 2
this is line 3
this is line 4
this is line 6
n
is the line number (1-4) you want the prompt displayed on
m
is the character position (1-20) where you want the
prompt displayed
o
is the character that determines whether the prompt is for
display only (0) or is waiting for data input (1) See the
table below for valid characters for this position.
data
is the data you want displayed
@C\E1
43
Need help?
Do you have a question about the 7100 RF Terminal Series and is the answer not in the manual?