Programming
29
10.4" Touch Panels
System Send_Commands (Cont.)
BAUD
Sets the program
port baud rate.
The baud rate can also be set in the Protected Setup page’s BAUD level indicator.
Syntax:
"’BAUD <baud rate>’"
Variable:
baud rate = 38400, 19200, 9600, 4800, 2400, 1200, 600, and 300
Example:
SEND_COMMAND TP,"’BAUD 38400’"
Sets the Baud rate to 38400.
BEEP
Gives an output of
one beep.
This beep command sounds one tone for a time length of 50 milliseconds.
Syntax:
"’BEEP’"
Example:
SEND_COMMAND TP,"’BEEP’"
Activates one beep tone. Beeps the panel if the Beep button is not set to 0.
The BEEP
command does not disable the beep after a QBEEP command.
BRIT
Adjusts brightness
of display.
Syntax:
"’BRIT-<level>’"
Variable:
level = 1 - 8 (1 = minimum; 8 = maximum)
Example:
SEND_COMMAND TP,"’BRIT-8’"
Sets to highest brightness level.
CALIBRATE
Starts the touch
panel calibration
sequence.
Syntax:
"’CALIBRATE’"
Example:
SEND_COMMAND TP,"’CALIBRATE’"
Starts the calibration operation on the touch panel.
CLOCK
Sets the time and
date.
Syntax:
"’CLOCK <mm-dd-yy> <hh:mm:ss>’"
Variables:
mm = 01 - 12, dd = 01 - 31, yy = 00 - 99
hh = 00 - 23, mm = 00 - 59, ss = 00 - 59
Example:
SEND_COMMAND TP,"’CLOCK 02-08-98 19:16:00’"
Sets the touch panel’s date to February 8, 1998, and time to 7:16 p.m.
CURSOR
Turns the cursor
display On or Off if
the touch device
has a cursor.
Syntax:
"’CURSOR <OFF/ON>’"
Variables:
Off = 0 and On = 1
Example:
SEND_COMMAND TP,"’CURSOR 0’"
Turns the cursor display Off.
Summary of Contents for AXD-CA10
Page 1: ...instruction manual Touch Panels and Accessories 10 4 Touch Panels Firmware version G3 ...
Page 17: ...Installation 13 10 4 Touch Panels ...
Page 18: ...Installation 14 10 4 Touch Panels ...
Page 28: ...Designing Touch Panel Pages 24 10 4 Touch Panels ...