AMX G3 User Manual
Page 147
![background image](/manuals/34580/147/background.png)
Color Active-Matrix LCD Touch Panels
AXCESS Programming
139
Shorthand variable text commands (cont.)
Command
Description
"'@ICO',
Assign an icon to a button. The icon files are imported into the
TPDesign 3 software program, and their numbers are
assigned by the Touch Panel during the download process.
Example:
SEND_COMMAND TP,'"'@ICO',16,12"
Adds icon 12 on button 16.
"'@BMP',
Add a bitmap file to a button. The bitmap files are imported
into the TPDesign 3 software program, and their numbers are
assigned by the Touch Panel during the download process.
'%P',
Example:
SEND_COMMAND TP, "'@BMP',85,'Bitmap1'"
Adds the Bitmap1 file to button 85.
"'@TXT',
Add text on a button. Use the | character to display text on
multiple lines.
Example:
SEND_COMMAND TP, "'@TXT',2,'VCR|PLAY'"
Sets the VCR and PLAY text on variable button 2. The |
character places VCR above PLAY on the button.