AMX Wireless Touch Panels (Wave Server) User Manual
Page 164
154 AXCESS
Programming
ViewPoint Wireless Touch Panels
Shorthand variable text commands
Command Description
"'@BMF',
Set multiple attributes to a button, slider, or gauge. This
command allows you to program up to 12 attributes on one
command line.
Optional data:
'%B',
'%F',es> = See Figure 203
'%T',
'%P',
'%I',
TPDesign3 project file)
'%J',
chart
'%C1',
'%C2',
'%C3',
numbers
'%C4',
numbers
'%C5',
numbers
'%C6',
numbers
Example:
SEND_COMMAND TP,"'@BMF',255,'%T POWER |ON
'%B',4',%C1',72'"
Sets the text on button 255 to POWER ON (appears on two
lines), adds a triple-line border, and sets the On-state color to
White.
Figure 208
Shorthand variable text
commands
Note
Shorthand commands were
created by AMX designers to
streamline receiving,
processing, and transmitting
Central Controller data. The
short-hand commands
operate Control Equipment
just like the standard
Send_Commands still used in
a wide variety of AMX
products, but they are simply
smaller byte-for-byte, and
thus processed more
efficiently.
1
2
3
4
5
6
7
8
9