AMX Wireless Touch Panels (Wave Server) User Manual

Page 148

Advertising
background image

138 AXCESS

Programming

ViewPoint Wireless Touch Panels

System Send_Commands (Cont.)

Command Description

"'PPOF - <page name>'"

Close a specific popup page.

<page name> = 1 - 50 ASCII characters

Example:

SEND_COMMAND TP,"'PPOFF-Popup Page 1'"

Closes Popup Page 1.

"'PPON - <page name>'"

Open a specific popup page.

<page name> = 1 - 50 ASCII characters

Example:

SEND_COMMAND TP,"'PPON-Popup Page 1'"

Opens Popup Page 1.

"'QBEEP'"

Stop all beeps, including "'ABEEP'", "'ADBEEP'" and AXlink
beeps.

Example:

SEND_COMMAND TP,“'QBEEP'”

Stops all beeps.

"'RESET'"

Clear panel status (same as power up). Data stored in memory
is not cleared.

Example:

SEND_COMMAND TP,"'RESET'"

Resets the touch panel.

"'SETUP'"

Go to the Setup page.

Example:

SEND_COMMAND TP,"'SETUP'"

Flips the touch panel to the Setup page.

"'SLEEP'"

Force the touch panel to screen-saver mode.

Example:

SEND_COMMAND TP,"'SLEEP'"

Activates the screen-saver mode.

Advertising