AMX 10.4 TOUCH PANELS (G3 FIRMWARE) Instruction Manual page 33

10.4" touch panels
Table of Contents

Advertisement

System Send_Commands (Cont.)
BAUD
Sets the program
port baud rate.
BEEP
Gives an output of
one beep.
BRIT
Adjusts brightness
of display.
CALIBRATE
Starts the touch
panel calibration
sequence.
CLOCK
Sets the time and
date.
CURSOR
Turns the cursor
display On or Off if
the touch device
has a cursor.
10.4" Touch Panels
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.
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.
Syntax:
"'BRIT-<level>'"
Variable:
level = 1 - 8 (1 = minimum; 8 = maximum)
Example:
SEND_COMMAND TP,"'BRIT-8'"
Sets to highest brightness level.
Syntax:
"'CALIBRATE'"
Example:
SEND_COMMAND TP,"'CALIBRATE'"
Starts the calibration operation on the touch panel.
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.
Syntax:
"'CURSOR <OFF/ON>'"
Variables:
Off = 0 and On = 1
Example:
SEND_COMMAND TP,"'CURSOR 0'"
Turns the cursor display Off.
Programming
29

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents