AMX 8.5" Color Passive LCD Touch Panels User Manual

Page 26

Advertising
background image

Programming

22

Color Passive-Matrix LCD Touch Panels

System Send_Commands (Cont.)

BEEP

Gives an output of
one beep.

The Beep button in the Protected Setup page must be set from 1 - 10 for the BEEP com-
mand.

Syntax:

"’BEEP’"

Example:

SEND_COMMAND TP,"’BEEP’"

Beeps the panel if the Beep button is not set to 0.

BRIT

Adjusts brightness
of display.

Syntax:

"’BRIT-<level>’"

Variables:

level = 1 - 5 (1 = minimum; 5 = maximum)

Example:

SEND_COMMAND TP,"’BRIT-5’"

Sets to highest brightness level.

CONT

Adjusts brightness
of display.

Syntax:

"’CONT-<level>’"

Variables:

level = 1 - 12 (1 = minimum; 12 = maximum)

Example:

SEND_COMMAND TP,"’CONT-12’"

Sets to highest brightness level.

CALIBRATE

Starts touch panel
calibration.

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.

DBEEP

Gives a double
beep output.

This command only works if the Double Beep value in the Protected Setup page is set to
ON.

Syntax:

"’DBEEP’"

Example:

SEND_COMMAND TP,"’DBEEP’"

Double beeps the panel.

MOUSE

Turns on the
Microsoft Serial
Mouse.

Syntax:

"’MOUSE’"

Example:

SEND_COMMAND TP,"’MOUSE’"

Activates the Microsoft Serial Mouse.

Advertising