Programming
32
8.5" Black and White Touch Panels
Gray Scale/Color Send_Commands
Use the color Send_Commands 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
CBOFF
Sets the OFF
feedback border
color to the speci-
fied color.
Syntax:
"’CBOFF<variable text address>-<color_number>’"
Variables:
variable text address = 1 - 255
color number = See the Colors and Programming Numbers table on page 26.
Example:
SEND_COMMAND TP,"’CBOFF1-72’"
Sets the OFF feedback border color to White for the variable text button 1.
CALL
Sets the colors for
a variable text but-
ton.
You must use the variable text assignments to change button colors (see the Colors and
Programming Numbers table on page 26).
Syntax:
"’CALL<variable text address>-<data>’"
Variables:
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-87 72 72 87 72 87’"
Sets variable text button 1 to:
FILL COLOR ON = Black darkest
FILL COLOR OFF = White brightest
BORDER COLOR ON = White brightest
BORDER COLOR OFF = Black darkest
TEXT COLOR ON = White brightest
TEXT COLOR OFF = Black darkest