AMX 10.4 TOUCH PANELS (G3 FIRMWARE) Instruction Manual page 45

10.4" touch panels
Table of Contents

Advertisement

Shorthand Send_Commands (Cont.)
@PPF
Deactivates a
popup page on a
touch panel page.
@PPK
Deactivates a
popup page on all
touch panel
pages.
@PPN
Activates a popup
page on a touch
panel page.
@PPX
Removes all panel
popup pages.
10.4" Touch Panels
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.
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.
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.
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.
Programming
41

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents