Ppk; Ppn; Ppt; Ppx - AMX Modero G5 Instruction Manual

X series g5 touch panels
Hide thumbs Also See for Modero G5:
Table of Contents

Advertisement

Page Commands (Cont.)

^PPK

^PPN

^PPT

^PPX

Modero G5 Touch Panels - Configuration and Programming
Kill Popup Page Command.
Kill a specific popup page from all pages. Kill refers to the deactivating (Off) of a popup window from all pages.
If the pop-up page is part of a group, the whole group is deactivated. This command works in the same way as
the 'Clear Group' command in TPDesign 5.
Syntax:
"'^PPK-<popup page name>'"
Variables:
popup page name = Name of the popup page.
Example:
SEND_COMMAND Panel,"'^PPK-Popup1'"
Kills the popup page 'Popup1' on all pages.
Popup Page On Command.
Attach a specific popup page to launch on either a specified page or the current page. If the page name is
empty, the current page is used. If the popup page is already on, do not re-draw it. This command works in the
same way as the 'Show Popup' command in TPDesign 5.
Syntax:
"'^PPN-<popup page name>;<page name>'"
Variables:
popup page name = Name of the popup page.
page name = Name of the page the popup is displayed on. If the page name is not specified the current page
is used.
Examples:
SEND_COMMAND Panel,"'^PPN-Popup1;Main'"
Activates 'Popup1' on the 'Main' page.
SEND_COMMAND Panel,"'^PPN-Popup1'"
Activates the popup page 'Popup1' on the current page.
Popup Timeout Command.
Set the popup to close after timeout.
Syntax:
"'^PPT-<popup page name>;<timeout>'"
Variables:
Popup page name - the name of the popup to apply the timeout to. Popup must be visible on screen in order
to apply timeout
Timeout - the time in tenths of seconds (10 = 1 second) or 0 to cancel timeout.
Successive calls to timeout will reset the timeout. A timeout of 0 cancels the timeout and the popup stays
open.
Example:
SEND_COMMAND Panel, '^PPT-MyPopup;150'
Close MyPopup after 15 seconds.
Close All Popup Pages Command.
Close all popups on all pages. This command works in the same way as the 'Clear All' command in TPDesign5.
Syntax:
"'^PPX'"
Variables: None
Example:
SEND_COMMAND Panel,"'^PPX'"
Close all popups on all pages.
Programming - Send Commands
67

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents