Programming
26
ViewPoint Wireless Touch Panels
Shorthand Send_Commands (Cont.)
@PPA
Removes all
popup pages from
a specified page.
If no page is specified, the active page is used.
Syntax:
"’@PPA-<page name>’"
Variable:
page name = target touch panel page name
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 that page.
@PPF
Deactivates a
popup page on a
touch panel page.
If a page name is empty, the current page is used. If a pop-up page is part of a group, the
whole group is deactivated.
Syntax:
"’@PPF-<popup page name>;<page name>’"
Variables:
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. If a page name is empty, the current page is used. If the popup page is part of a
group, the whole group is deactivated.
@PPK
Deactivates a
popup page on
all
touch panel
pages.
If a pop-up page is part of a group, the whole group is deactivated.
Syntax:
"’@PPK-<popup page name>’"
Variable:
popup page name = target popup 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.
@PPN
Activates a popup
page on a touch
panel page.
If a page name is empty, the current page is used.
Syntax:
"’@PPN-<popup page name>;<page name>’"
Variables:
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.