Shorthand Send_Commands (cont.)
Command | Description | |
|
| |
"'@CTN',<variable text | Sets the ON feedback text color to the specified color. | |
address>,<color_number | <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. | |
Removes all popup pages from a specified page. If no page is | ||
| specified, the current page is used. | |
| Example: | |
| SEND_COMMAND | |
| 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 | |
| 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. |
Color | AXCESS Programming | 129 |