Shorthand Send_Commands (Cont.)

CommandDescription

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

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

"'@CPG',<color_number>, '<page name>'"

"'@CPP',<color_number>, '<pop-up page name>'"

Set the OFF feedback fill color to the specified color.

<variable text address> = 1 - 255

<color_number> = see Figure 202 Example:

SEND_COMMAND TP,"'@CFF',1,72"

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

Set the ON feedback fill color to the specified color.

<variable text address> = 1 - 255

<color_number> = see Figure 202 Example:

SEND_COMMAND TP,"'@CFN’,1,30"

Sets the ON feedback fill color to Aqua for variable text button 1.

Set the page with specified page name background color to the specified color.

<color_number> = see Figure 202 <page name> = 1 - 50 ASCII characters Example:

SEND_COMMAND TP,"'@CPG',87,'Main Page'"

Sets the page title to Main Page, and the color to Black.

Set the page with specified page name background color to the specified color.

<color_number> = see Figure 202

<pop-up page name> = 1 - 50 ASCII characters Example:

SEND_COMMAND TP,"'@CPP',54,'Audio Page'"

Sets the popup page title to Audio Page, and the color to Purple.

144

AXCESS Programming

ViewPoint Wireless Touch Panels

Page 154
Image 154
AMX Wireless Touch Panels (Wave Server) instruction manual Sendcommand TP,@CFF,1,72, Sendcommand TP,@CFN’,1,30