Color Active-Matrix LCD Touch Panels AXCESS Programming 129
Shorthand Send_Commands (cont.)
Command Description
"'@CTN',<variable text
address>,<color_number
>"
Sets the ON feedback text color to the specified color.
<variable text address> = 1 - 255
<color_number> = see Figure 190
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-<page name>' 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-<popup page>' 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.