AMX G3 User Manual
Page 144
![background image](/manuals/34580/144/background.png)
136
AXCESS Programming
Color Active-Matrix LCD Touch Panels
Variable text Send_Commands (cont.)
Command
Description
"'!I',
Shorthand version of
'
ICON
'
command.
Example:
SEND_COMMAND TP,"'!I',1,'6'"
Changes the variable text button 1 border style to double
rounded.
'ICON
Change the border style of a specific button.
Example:
SEND_COMMAND TP,'ICON25-6'
Changes the variable text button 25 border style to a double-
rounded shape.
"'!T',
Shorthand version of
'
TEXT
'
command.
Example:
SEND_COMMAND TP,"'!T',1,'VCR PLAY'"
Changes the variable text button 1 title to VCR PLAY.
'TEXT
Enter text on a button. Use the | character to display text on
multiple lines.
Example:
SEND_COMMAND TP,'TEXT2-VCR|PLAY'
Sets the VCR and PLAY text on variable button 2. The |
character places VCR above PLAY on the button.