Shorthand Send_Commands (Cont.)

CommandDescription

"'@CTF',<variable text address>,<color_ number>"

"'@CTN',<variable text address>,<color_ number>"

"'@IDF'"

"'@IDP'"

Set the OFF feedback text color to the specified color.

<variable text address> = 1 - 255

<color_number> = see Figure 202

Example:

SEND_COMMAND TP,"'@CTF',1,48"

Sets the OFF feedback text color to Blue for variable text button 1.

Set the ON feedback text color to the specified color.

<variable text address> = 1 - 255

<color_number> = see Figure 202

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 MS-DOS filename of the touch panel.

Example:

SEND_COMMAND TP,"'@IDF'"

The touch panel returns its MS-DOS file name in a string.

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.

ViewPoint Wireless Touch Panels

AXCESS Programming

145

Page 155
Image 155
AMX Wireless Touch Panels (Wave Server) Sendcommand TP,@CTF,1,48, Sendcommand TP,@CTN’,1,72, Sendcommand TP,@IDF