AMX Wireless Touch Panels (Wave Server) User Manual
Page 155
ViewPoint Wireless Touch Panels AXCESS
Programming
145
Shorthand Send_Commands (Cont.)
Command Description
"'@CTF',
Set the OFF feedback text color to the specified color.
Example:
SEND_COMMAND TP,"'@CTF',1,48"
Sets the OFF feedback text color to Blue for variable text
button 1.
"'@CTN',
Set 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 MS-DOS
filename of the touch panel.
Example:
SEND_COMMAND TP,"'@IDF'"
The touch panel returns its MS-DOS file name in a string.
"'@IDP'"
Query the touch panel to return a string with the TPDesign3
project name.
Example:
SEND_COMMAND TP,"'@IDP'"
The touch panel returns a string that contains its TPDesign3
project name.