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

72 Programming ViewPoint Wireless Touch Panels
System Send_Commands (Cont.)
Command Description
"'PPON - <page name>'"
Open a specific popup page.
page name = 1 - 50 ASCII characters
Example:
SEND_COMMAND TP,"'PPON-Popup Page 1'"
Opens Popup Page 1.
"'QBEEP'" Stop all beeps, including "'ABEEP'", "'ADBEEP'" and AXlink
beeps.
Example:
SEND_COMMAND TP,“'QBEEP'”
Stops all beeps.
"'RESET'"
Clear panel status (same as power up). Data stored in memory
is not cleared.
Example:
SEND_COMMAND TP,"'RESET'"
Resets the touch panel.
"'SLEEP'"
Force the touch panel to screen-saver mode.
Example:
SEND_COMMAND TP,"'SLEEP'"
Activates the screen-saver mode.
"'TPAGEOFF'"
Deactivates page tracking.
Example:
SEND_COMMAND TP,"'TPAGEOFF'"
Deactivate the page tracking option.