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

88 Programming ViewPoint Wireless Touch Panels
Variable text Send_Commands (Cont.)
Command Description
"'!C',<variable text ad-
dress>,<border
style>,<font size>,'
<new
button text>'"
Set the border, font, and text in one command.
variable text address = 1 - 255
border style = See Figure 94
font size = See Figure 93
button text = Enter button text to appear on button
Example:
SEND_COMMAND TP,"'!C',1,6,6,'VCR PLAY'"
Sets the variable text button one title to VCR PLAY using a
hollow medium font, and changes the border attribute to dou-
ble rounded.
"'!F',<variable text
address>,'<font size>'"
Shorthand version of 'FONT' command.
variable text address = 1 - 255
font size = See Figure 93
Example:
SEND_COMMAND TP,"'!F',1,6"
Changes variable text button one font to hollow medium.
"'FONT,<variable text
address>-<font size>'"
Change the font size (or style) of the text in a specific button.
variable text address = 1 - 255
font size = See Figure 93
Example:
SEND_COMMAND TP,"'FONT,1-6'"
Changes variable text button one font to hollow medium.
"'!I',<variable text
address>,'<border
style>'"
Shorthand version of 'ICON' command.
variable text address = 1 - 255
border style = See Figure 94
Example:
SEND_COMMAND TP,"'!I',1,'6'"
Changes the variable text button one border style to double
rounded.