Programming - Send Commands
66
Modero G5 Touch Panels - Configuration and Programming
Page Commands
Page Commands are case-insensitive.
Page Commands
^PGE
Page Flip Command.
Flips to a page with a specified page name. If the page is currently active, it will not redraw the page.
Syntax:
"'^PGE-<page name>'"
Variable:
page name = Name of the page to be displayed. If left blank, the page flips back to the previous page.
Examples:
SEND_COMMAND Panel,"'^PGE-Page1'"
Flips to page1.
SEND_COMMAND Panel,"'^PGE-'"
Flips to the previous page.
^PPA
Close All Popups Command.
Close all popups on a specified page.
Syntax:
"'@PPA-<page name>'"
Variable:
page name = Name of the page to close all popups on. If no name is specified, then the current page will
have all popups closed.
Example:
SEND_COMMAND Panel,"'^PPA-Page1'"
Close all pop-ups on Page1.
^PPF
Popup Page Off Command.
Detach a popup from a page. If the page name is empty, the current page is used. If the popup page is part of
a group, the whole group is deactivated. This command works in the same way as the 'Hide Popup' command
in TPDesign 5.
Syntax:
"'^PPF-<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 not specified the popup is detached from the
current page.
Examples:
SEND_COMMAND Panel,"'^PPF-Popup1;Main'"
Detach the popup 'Popup1' from page 'Main'.
SEND_COMMAND Panel,"'^PPF-Popup1'"
Detach the popup page 'Popup1' from the current page.
^PPG
Toggle a Popup Page.
Toggle a specific popup page. If the page name is empty, the current page is used. Toggling refers to the
activating/deactivating (On/Off) of a popup page. This command works in the same way as the 'Toggle Popup'
command in TPDesign 5.
Syntax:
"'@PPG-<popup page name>;<page name>'"
Variables:
popup page name = Name of the popup page.
page name = Name of the page the popup is toggled on. If not specified the popup is toggled on the current
page.
Examples:
SEND_COMMAND Panel,"'^PPG-Popup1;Main'"
Toggles the popup page 'Popup1' on the 'Main' page from one state to another (On/Off).
SEND_COMMAND Panel,"'^PPG-Popup1'"
Toggles the popup page 'Popup1' on the current page from one state to another (On/Off).
Summary of Contents for Modero G5
Page 58: ...Settings Menu 48 Modero G5 Touch Panels Configuration and Programming ...
Page 62: ...Gestures 52 Modero G5 Touch Panels Configuration and Programming ...
Page 66: ...MXA MP and MXA MPL Programming 56 Modero G5 Touch Panels Configuration and Programming ...
Page 138: ...Appendix B Bargraph Functions 128 Modero G5 Touch Panels Configuration and Programming ...