116
Gemini GV6K/GT6K Command Reference
ERRBAD
Error Prompt
Type
Communication
Interface
Syntax
<!>ERRBAD<i>,<i>,<i>,<i>
Units
n/a
Range
i
=
0
–
256
Default
13,10,63,32
Response
ERRBAD: *ERRBAD13,10,63,32
See Also
BOT, EOT, ERRDEF, ERRLVL, ERROK, PORT, TCMDER
Product Rev
GT6K 6.0
GV6K 6.0
The
ERRBAD
command designates the characters to be placed into the output buffer after an erroneous
command has been entered. Up to 4 characters can be placed in the output buffer. These characters serve as a
prompt for the next command. The characters are designated with their ASCII equivalent. For example, a
carriage return is ASCII 13, a line feed is ASCII 10, a question mark is ASCII 63, a space is ASCII 32, and
no terminating character is designated with a zero. For a more complete list of ASCII equivalents, refer to the
ASCII Table in
Appendix B
.
NOTE
: ASCII 256 transmits nothing. ASCII 256 transmits a null ASCII zero character, which is typically
used to create a null terminated string in a C language.
The
PORT
command determines which COM port is affected by the
ERRBAD
command.
Example:
ERRBAD13,0,0,0
; Place a carriage return only in the output buffer after
; processing an erroneous command
ERRDEF
Program Definition Prompt
Type
Communication
Interface
Syntax
<!>ERRDEF<i>,<i>,<i>,<i>
Units
n/a
Range
i
=
0
-
256
Default
13,10,45,32
Response
ERRDEF: *ERRDEF13,10,45,32
See Also
BOT, END, EOT, ERRBAD,
ERRLVL,
ERROK, PORT, XONOFF
Product Rev
GT6K 6.0
GV6K 6.0
The
ERRDEF
command designates the characters to be placed into the output buffer after a
DEF
has been
entered. Up to 4 characters can be placed in the output buffer. These characters will continue to be placed into
the output buffer after each command, until the
END
command is processed. The characters are designated
with their ASCII equivalent. For example, a carriage return is ASCII 13, a line feed is ASCII 10, a hyphen is
ASCII 45, a space is ASCII 32, and no terminating character is designated with a zero. For a more complete
list of ASCII equivalents, refer to the ASCII Table in
Appendix B
.
NOTE
: ASCII 256 transmits nothing. ASCII 256 transmits a null ASCII zero character, which is typically
used to create a null terminated string in a C language.
The
PORT
command determines which COM port is affected by the
ERRDEF
command.
Example:
ERRDEF13,0,0,0
; Place a carriage return only in the output buffer after each
; command in the program definition
www.comoso.com
Содержание Gemini GT6K
Страница 24: ...www comoso com ...
Страница 40: ...www comoso com ...
Страница 344: ...www comoso com ...
Страница 350: ...www comoso com ...