AMX G3 User Manual
Page 146

138
AXCESS Programming
Color Active-Matrix LCD Touch Panels
Shorthand variable text commands (cont.)
Command
Description
'%C1',
'%C2',
'%C3',
numbers
'%C4',
numbers
'%C5',
numbers
'%C6',
numbers
Example:
SEND_COMMAND TP,"'@BMF',255,'%T POWER |ON
%B',4',%C1',53'"
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
dark blue.
"'@SHO',
Set a specific button to on or off.
<0> = button off and <1> = button on
Example:
SEND_COMMAND TP,"'@SHO',128,0"
Sets button 128 off.
"'@ENA',
Set a specific button's active state to On.
<0> = button off and <1> = button on
Example:
SEND_COMMAND TP, "'@ENA',128,1"
Sets the state for button 128 on.