Programming
24
5.5" Color Passive Mini-Touch Panels
System Send_Commands (Cont.)
$ST
Sets the power
time-out for
TiltScreen pan-
els. The command
is followed by 1, 2,
or 3 ASCII digits.
The entered number is not valid if there is no WAV-PK connected to the AXT panels.
Syntax:
"’$ST <number in minutes>’"
Variable:
number in minutes = 1 - 120
Example:
SEND_COMMAND TP, "’$ST 31’"
The number entered is based on the minute increments available within the touch panel
such as 30, 60, 120 minutes. This number will be rounded down to match an increment.
ABEEP
Outputs one panel
beep even if the
beep value is set
to 0 in the Setup
page.
Syntax:
"’ABEEP’"
Example:
SEND_COMMAND TP,"’ABEEP’"
Beeps the panel.
ADBEEP
Outputs a double
beep even if the
double beep value
is set to 0 in the
Setup page.
Syntax:
"’ADBEEP’"
Example:
SEND_COMMAND TP,"’ADBEEP’"
Double beeps the panel.
AKEYB
Opens the touch
panel keyboard
and initializes the
text string entry.
The keyboard string is set to null during power-up and stored until power-down.
Syntax:
“’AKEYB-<text string>’"
Variable:
text string = 0 - 59 characters
Example:
SEND_COMMAND TP,"’AKEYB-TOUCH HERE’"
Opens the touch panel keyboard with TOUCH HERE in the display.
AKEYP
Opens the touch
panel keypad and
initializes the
number string
entry.
The keyboard string is set to null during power-up and stored until power-down.
Syntax:
"’AKEYP-<number string>’"
Variable:
number string = 0 - 9999
Example:
SEND_COMMAND TP,"’AKEYP-1988’"
Opens the touch panel keypad with 1988 in the display.
AKEYR
Closes/opens the
touch panel key-
board/pad.
Syntax:
"’AKEYR’"
Example:
SEND_COMMAND TP,"’AKEYR’"
Closes the keyboard/keypad opened using the
’AKEYB’, ’AKEYP’, or ’PKEYP’
commands.