Color/gray scale send_commands – AMX Wireless Touch Panels (Wave Server) User Manual

Page 158

Advertising
background image

148 AXCESS

Programming

ViewPoint Wireless Touch Panels

Shorthand Send_Commands (Cont.)

Command Description

"'@SWK-<string>'"

Change the Wakeup string sent to the Central Controller when
the touch panel is activated.

<string> = alphanumeric characters

Example:

SEND_COMMAND TP,"'@SWK-Touch Panel Activated'"

Sends Touch Panel Activated to the Central Controller.

Color/Gray Scale Send_Commands

Use the color Send_Commands (Figure 206) to set the colors for text, buttons, and
pages. Use the same command for setting gray scale values only change the color
number value to reflect the gray scale (72-86) value.

Color Send_Commands

Command Description

"'CALL<variable text
address>-<data>'"

Set the colors for a variable text button. See Figure 202 for
color numbers.

<variable text address> = 1 - 255

<data> = 6 color_number series for:

FILL COLOR ON

FILL COLOR OFF

BORDER COLOR ON

BORDER COLOR OFF

TEXT COLOR ON

TEXT COLOR OFF

Example:

SEND_COMMAND TP,"'CALL1-1 3 0 0 72 74'"

Sets variable text button 1 to:

FILL COLOR ON = Red one shade from brightest

FILL COLOR OFF = Red three shades from brightest

Figure 206

Color Send_Commands

Note

You must use the variable text

assignments to change button

colors.

Advertising