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 87
Variable Text Send_Commands
Use variable text Send_Commands (Figure 97) to set the borders, fonts, and text.
Variable text Send_Commands
Command Description
"'!B',<variable text
address 1-255>,
<ON/OFF 0-1>"
Set a specific button to on or off.
variable text address = 1 - 255
ON = 0 and OFF = 1
Example:
SEND_COMMAND TP,"'!B',128, 1"
Sets button 128 off.
"'BTOF,<variable text
address>'"
Set a specific button's active state to Off.
variable text address = 1 - 255
Example:
SEND_COMMAND TP,"'BTOF',255'"
Sets the state for button 255 to Off.
"'BTON',<variable text
address>'"
Set a specific button's active state to On.
variable text address = 1 - 255
Example:
SEND_COMMAND TP,"'BTON',128"
Sets the state for button 128 to On.
Figure 97
Variable text Send_Com-
mands