Variable Text Send_Commands - AMX AXB-TPI/3 Instruction Manual

Touch panel interface
Hide thumbs Also See for AXB-TPI/3:
Table of Contents

Advertisement

Color Send_Commands (Cont.)
CTON
Sets the text color
for ON feedback
to the specified
color.

Variable Text Send_Commands

Use variable text Send_Commands to set the borders, fonts, and text.
Variable Text Send_Commands
!B
Turn a specific
button to On or
Off.
BTOF
Set a specific
button's active
state to Off.
BTON
Set a specific
button's active
state to On.
AXB-TPI/3 Touch Panel Interface 3
This works only if the specified text on color is not the same as the current color.
Syntax:
"'CTON<variable text address>-<color_number>'"
Variables:
variable text address = 1 - 255.
color number = See the Colors and Programming Numbers table on page 50.
Example:
SEND COMMAND Panel,"'CTON1-72'"
Sets the ON feedback text color to White for variable text button 1.
Syntax:
"'!B',<variable text address>,<button state>"
Variables:
variable text address = 1 - 255.
button state = 0 (On) or 1 (Off).
Example:
SEND COMMAND Panel,"'!B',128,1"
Turns button 128 Off.
Syntax:
"'BTOF<variable text address>'"
Variables:
variable text address = 1 - 255.
Example:
SEND COMMAND Panel,"'BTOF255'"
Sets the state for button 255 to Off.
Syntax:
"'BTON<variable text address>'"
Variable:
variable text address = 1 - 255.
Example:
SEND COMMAND Panel,"'BTON128'"
Sets the state for button 128 to On.
Programming
59

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fg5975

Table of Contents