Instruction manual
Table Of Contents
- ViewPoint Wireless Touch Panels
- Introduction
- Product Pics and Specs
- Connections, Cleaning, and Charging
- Touch Panel Basics
- Designing Touch Panel Pages
- Overview
- Activating the Edit button
- Setting the Device Base
- Setting the Device Used
- Creating a Page
- Creating a Button
- Button Properties
- Using TPDesign3 to Download Bitmaps, Icons, and Fonts
- Button Properties for External Pushbuttons
- Creating an IR Macro Button
- Creating a Joystick
- Creating a Bargraph
- Linking the New Page to the Main Page
- Exiting Edit Mode
- Programming
- Overview
- PC to ViewPoint Connections
- Programming the ViewPoint
- Programming Changes
- Serial Commands
- System Send_Commands
- Gray Scale and Programming Numbers
- Colors/Shades of Gray and Programming Numbers
- Font Styles and Programming Numbers
- Border Styles and Programming Numbers
- Shorthand Send Commands
- Color/Gray Scale Send_Commands
- Variable Text Send_Commands
- Shorthand Variable Text Commands
- Buttons String Commands
- Button IR Macro Commands
- Loading Infrared (IR) Files
- Upgrading the Firmware
- Contacting Sales and Technical Support
- Index

ViewPoint Wireless Touch Panels Programming 81
Shorthand Send_Commands (Cont.)
Command Description
"'@PPA-<page name>'"
Remove all popup pages from a specified page. If no page is
specified, the current page is used.
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 'MAIN PAGE'.
"'@PPF-<popup page
name>;<page name>'"
Deactivate 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.
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.
"'@PPK-<popup page
name>'"
Deactivate a popup page on all touch panel pages. If a pop-up
page is part of a group, the whole group is deactivated.
popup page name = target popup page name
page name = target Touch Panel 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.