AMX Wireless Touch Panels (Wave Server) instruction manual Shorthand SendCommands

Models: Wireless Touch Panels (Wave Server)

1 198
Download 198 pages 56.42 Kb
Page 156
Image 156

Shorthand Send_Commands (Cont.)

CommandDescription

"'@PPA-<page name>'"

"'@PPF-<popup page name>;<page name>'"

"'@PPK-<popup page name>'"

"'@PPN-<popup page name>;<page name>'"

Remove all popup pages from a specified page. If no page is specified, the current page is used.

Example:

SEND_COMMAND TP,"'@PPA-Main Page'"

If there were several popup pages on 'MAIN PAGE' that are active, sending the previous command would remove them all from 'MAIN PAGE'.

Deactivate a popup page on a touch panel page.

<popup page name> = target popup page name

<page name> = target touch panel page name

Example:

SEND_COMMAND TP,"'@PPF-Laser Disc 2 Transport Control;Laser Disc Control Page'"

Deactivates the Laser Disc 2 Transport Control popup page on the Laser Disc Control Page.

Deactivate a popup page on all touch panel pages.

<popup page name> = target popup page name

<page name> = target Touch Panel page name

Example:

SEND_COMMAND TP,"'@PPK-Laser Disc 2 Transport Control'"

Deactivates the Laser Disc 2 Transport Control popup page on all touch panel pages.

Activate a popup page on a touch panel page.

<popup page name> = Popup page name

<page name> = Page name

Example:

SEND_COMMAND TP,"'@PPN-Laser Disc 2 Transport Control;Laser Disc Control Page'"

Activates the Laser Disc 2 Transport Control popup page on the Laser Disc Control Page.

146

AXCESS Programming

ViewPoint Wireless Touch Panels

Page 156
Image 156
AMX Wireless Touch Panels (Wave Server) instruction manual Shorthand SendCommands