AMX G3 Instruction Manual page 137

Color active-matrix lcd touch panels firmware g3 or higher
Hide thumbs Also See for G3:
Table of Contents

Advertisement

Color Active-Matrix LCD Touch Panels
Shorthand Send_Commands (cont.)
Command
"'@CTN',<variable text
address>,<color_number
>"
'@IDF'
'@IDP'
'@PPA-<page name>'
'@PPX-<popup page>'
Description
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.
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.
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.
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'.
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.
AXCESS Programming
129

Advertisement

Table of Contents
loading

Table of Contents