Axcess programming, Overview, System send_commands – AMX G3 User Manual
Page 127
Color Active-Matrix LCD Touch Panels
AXCESS Programming
119
AXCESS Programming
Overview
You can program the Touch Panel to perform a wide variety of operations using
AXCESS Send_Commands and variable text commands. Use the commands
described in this section along with the AXCESS Programming Language instruction
manual to program the Touch Panel.
System Send_Commands
System Send_Commands (Figure 189) are stored in the AXCESS Central Controller
and direct the Touch Panel to perform various operations.
System Send_Commands
Command
Description
'ABEEP'
Output one panel beep even if the Beep value is set to 0 in
the Setup page.
Example:
SEND_COMMAND TP,'ABEEP'
Beeps the panel.
'ADBEEP'
Output a double-beep even if the Double Beep value is set to
0 in the Setup page.
Example:
SEND_COMMAND TP,'ADBEEP'
Double-beeps the panel.
'AKEYB-
Open the Touch Panel keyboard and initialize the text string
entry. The keyboard string is set to null during power-up and
is stored until power-down.
Example:
SEND_COMMAND TP,'AKEYB-TOUCH HERE'
Opens the Touch Panel keyboard with TOUCH HERE in the
display.
Figure 189
System Send_Commands