AMX Wireless Touch Panels (Wave Server) User Manual

Page 155

Advertising
background image

ViewPoint Wireless Touch Panels AXCESS

Programming

145

Shorthand Send_Commands (Cont.)

Command Description

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

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.

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

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.

"'@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.

Advertising