AMX Wireless Touch Panels (Wave Server) User Manual

Page 154

Advertising
background image

144 AXCESS

Programming

ViewPoint Wireless Touch Panels

Shorthand Send_Commands (Cont.)

Command Description

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

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.

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

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.

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

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.

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

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.

Advertising