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 85
Color Send_Commands (Cont.)
Command Description
"'CBOFF<variable text
address>-<color
_number>'"
Set the OFF feedback border color to the specified color.
variable text address = 1 - 255
color number = see Figure 92
Example:
SEND_COMMAND TP,"'CBOFF1-0'"
Sets the OFF feedback border color to Red for the variable
text button 1.
"'CBON<variable text
address>-<color
_number>'"
Set the ON feedback border color to the specified color.
variable text address = 1 - 255
color number = see Figure 92
Example:
SEND_COMMAND TP,"'CBON1-48'"
Sets the ON feedback border color to Blue for variable text
button 1.
"'CFOFF<variable text
address>-<color
_number>'"
Set the OFF feedback fill color to the specified color.
variable text address = 1 - 255
color number = see Figure 92
Example:
SEND_COMMAND TP,"'CFOFF1-72'"
Sets the OFF feedback fill color to White for variable text but-
ton 1.
"'CFON<variable text
address>-<color
_number>'"
Set the ON feedback fill color to the specified color.
variable text address = 1 - 255
color number = see Figure 92
Example:
SEND_COMMAND TP,"'CFON1-48'"
Sets the ON feedback fill color to Blue for variable text
button 1.