System send_commands – AMX Wireless Touch Panels (Wave Server) User Manual

Page 145

Advertising
background image

ViewPoint Wireless Touch Panels AXCESS

Programming

135

System Send_Commands

System Send_Commands (Figure 201) are stored in the AXCESS Control System 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-<text string>'"

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.

<text string> = 0 - 59 characters

Example:

SEND_COMMAND TP,"'AKEYB-TOUCH HERE'"

Opens the touch panel keyboard with TOUCH HERE in the
display.

"'AKEYP-<number
string>'"

Open the touch panel keypad and initialize the number string
entry. The keypad string is set to null during power-up and is
stored until power-down.

<number string> = 0 - 9999

Example:

SEND_COMMAND TP,"'AKEYP-1988'"

Opens the touch panel keypad with 1988 in the display.

Figure 201

System Send_Commands

Advertising