Color Send_Commands - AMX Color Active-Matrix LCD Instruction Manual

Color active-matrix lcd mini-touch panel firmware version g3 or higher
Hide thumbs Also See for Color Active-Matrix LCD:
Table of Contents

Advertisement

Figure 207

Color Send_Commands

Note
You must use the variable text
assignments to change button
colors.
Color Active-Matrix LCD Mini-Touch Panels
Shorthand Send_Commands (Cont.)
Command
"'@SWK-<string>'"
Color Send_Commands
Use the color Send_Commands (Figure 207) to set the colors for text, buttons, and
pages.
Color Send_Commands
Command
"'CALL<variable text
address>-<data>'"
"'CBOFF<variable text
address>-<color
_number>'"
Description
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.
Description
Set the colors for a variable text button. See Figure 203 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-48 72 0 48 72 48'"
Sets variable text button 1 to:
FILL COLOR ON = Blue
FILL COLOR OFF = White
BORDER COLOR ON = Red
BORDER COLOR OFF = Blue
TEXT COLOR ON = White
TEXT COLOR OFF = Blue
Set the OFF feedback border color to the specified color.
<variable text address> = 1 - 255
<color_number> = see Figure 203
Example:
SEND_COMMAND TP,"'CBOFF1-0'"
Sets the OFF feedback border color to Red for the variable text
button 1.
AXCESS Programming
137

Advertisement

Table of Contents
loading

Table of Contents