Programming
56
4" Color Touch Panels with Audio
Shorthand Send_Commands (Cont.)
@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.
@PPX
Removes all panel
popup pages.
The group that needs to be turned Off must contain the given popup page.
Syntax:
"’@PPX-<popup page>’"
Variable:
popup page = popup page name
Example:
SEND_COMMAND TP,"’@PPX’"
Closes all popup pages from all of the pages in the panel.
@PWD
Sets the password
for the Page Flip
on the touch
panel.
Syntax:
"’@PWD-<page flip password>’"
Variable:
page flip password = 0 - 9999
Example:
SEND_COMMAND TP,"’@PWD-1988’"
Sets the page flip password to 1988.