AMX G3 User Manual
Page 137
![background image](/manuals/34580/137/background.png)
Color Active-Matrix LCD Touch Panels
AXCESS Programming
129
Shorthand Send_Commands (cont.)
Command
Description
"'@CTN',
Sets the ON feedback text color to the specified color.
Example:
SEND_COMMAND TP,"'@CTN’,1,72"
Sets the ON feedback text color to WHITE for variable text
button 1.
'@IDF'
Query the Touch Panel to return a string with the DOS
filename of the Touch Panel.
Example:
SEND_COMMAND TP,'@IDF'
The Touch Panel returns its DOS filename in a string.
'@IDP'
Query the Touch Panel to return a string with the TPDesign 3
project name.
Example:
SEND_COMMAND TP,'@IDP'
The Touch Panel returns a string that contains its TPDesign
3 project name.
'@PPA-
Removes all popup pages from a specified page. If no page is
specified, the current page is used.
Example:
SEND_COMMAND TP,'@PPA-Main Page'
If there were several popup pages on 'MAIN PAGE' that are
active, sending the previous command would remove them all
from 'MAIN PAGE'.
'@PPX-
Removes all popup pages from all pages in a panel. The
group that needs to be turned Off must contain the popup
page given.
Example:
SEND_COMMAND TP,'@PPX-POP VCR'
The popup page 'POP VCR' must be is a popup group. If so
then any popup page in that group will be turned Off on all
pages.