Figure 201

System Send_Commands

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

CommandDescription

"'ABEEP'"

"'ADBEEP'"

"'AKEYB-<text string>'"

"'AKEYP-<number string>'"

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.

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.

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.

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.

ViewPoint Wireless Touch Panels

AXCESS Programming

135

Page 145
Image 145
AMX Wireless Touch Panels (Wave Server) instruction manual System SendCommands