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 77
Border styles and programming numbers
No. Border styles No. Border styles
0 No border 11 Double shadow
1 No border special 20 3-dimensional rectangle 1
2 Single line 21 3-dimensional rectangle 2
3 Double line 22 3-dimensional round 1
4 Triple line 23 3-dimensional round 2
5 Single rounded 24 3-dimensional neon 1
6 Double rounded 25 3-dimensional neon 2
7 Single raised 26 3-dimensional neon blue
8 Double raised 27 3-dimensional neon green
9 Triple raised 40 Single diamond
10 Double-line two single 41 Double diamond
Shorthand Send Commands
Figure 95 lists the shorthand Send_Commands you can use with the VPT-CP Touch
Panels. The shorthand command data is 1-byte, non-ASCII format except for pages,
passwords, text, and bitmap names.
Shorthand Send_Commands
Command Description
"'@CBF',<variable text
address>,<color_
number>"
Set the OFF feedback border color to the specified color only if
the specified background color is not the same as the current
color.
variable text address = 1 - 255
color number = see Figure 92
Example:
SEND_COMMAND TP,"'@CBF',1,0"
Sets the OFF feedback border color to Red for the variable
text button 1.
Figure 94
Border styles and program-
ming numbers
Figure 95
Shorthand Send_Commands
Note
Shorthand commands were
designed by Panja to stream-
line receiving, processing, and
transmitting control system
data. The shorthand com-
mands operate control
equipment just like the stan-
dard Send_Commands still
used in a wide variety of
Panja products, but they are
simply smaller byte-for-byte,
and thus processed more effi-
ciently.