Instruction manual

Table Of Contents
70 Programming ViewPoint Wireless Touch Panels
System Send_Commands (Cont.)
Command Description
"'AKEYR'"
Close the touch panel keyboard or keypad opened with the
'AKEYB', 'AKEYP', or 'PKEYP' commands.
Example:
SEND_COMMAND TP,"'AKEYR'"
Closes the keyboard or keypad opened using the 'AKEYB',
'
AKEYP', or 'PKEYP' commands.
"'BEEP'"
Output one beep. The Beep button in the Protected Setup
page must be set from 1 through 10 for this command.
Example:
SEND_COMMAND TP,"'BEEP'"
Beeps the panel if the Beep button is not set to 0.
"'BRIT-<level>'"
Adjust brightness of display. The brightness range is 1 (mini-
mum) to 5 (maximum).
level = 1 - 5
Example:
SEND_COMMAND TP,"'BRIT-5'"
Sets to highest brightness level.
"'CONT-<level>'"
Adjust brightness of display. The brightness range is 1 (mini-
mum) to 12 (maximum).
level = 1 - 12
Example:
SEND_COMMAND TP,"'CONT-12'"
Sets to highest brightness level.
"'CLOCK <mm-dd-yy>
<hh:mm:ss>'"
Set the time and date.
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.