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

90 Programming ViewPoint Wireless Touch Panels
Shorthand Variable Text Commands
Figure 98 lists the shorthand variable text commands you can use with the touch
panel. The shorthand command data is one-byte, non- ASCII format except for pages,
passwords, text, and bitmap names.
Shorthand variable text commands
Command Description
"'@BMF',<variable text
address>,'<attribute
data>'"
Set multiple attributes to a button, slider, or gauge. This com-
mand allows you to program up to 12 attributes on one com-
mand line.
variable text address = 1 - 255
optional data = See below
Optional data:
'%B',<border styles> = See Figure 94
'%F',<font styles> = See Figure 93
'%T',<button text > = ASCII characters (empty is clear)
'%P',<bitmap> = Bitmap filename (empty is clear)
'%I',<icon> = 1 - 255 (icon numbers are assigned in
TPDesign3 project file)
'%J',<text alignment> = 1 - 9 as shown the following alignment
chart
'%C1',<on-state fill color> = See Figure 92 for color numbers
'%C2',<off-state fill color> = See Figure 92 for color numbers
'%C3',<on-state border color> = See Figure 92 for color num-
bers
Figure 98
Shorthand variable text com-
mands
Note
Shorthand commands were
created by Panja designers to
streamline receiving, process-
ing, and transmitting Control-
ler data. The short-hand
commands 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.
1
2
3
4
5
6
7
8
9