Button String 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

144
AXCESS Programming
Shorthand variable text commands (Cont.)
Command
"'@JUS',<variable text
address>,<text align-
ment>"
"'@SHO',<variable text
address>,<button
on/off>"
"'@TXT',<variable text
address>,'<text>'"

Button String Commands

Figure 210 lists string commands you can assign to buttons using the touch panel edi-
tor. You select the PROPERTIES operation bar in the Edit mode, press the target but-
ton, and enter the string command with the touch panel keyboard. Then, the string
command is sent to the Central Controller when you press the button. Refer to the
Touch Panel Program Reference section for detailed editing information.
Description
Sets the text alignment on a button.
<variable text address> = 1 - 255
<text alignment> = 1 - 9 as shown in the following alignment
chart
1
2
3
4
5
6
7
8
9
Example:
SEND_COMMAND TP, "'@JUS',9,5"
Centers the text on button 9.
Sets a specific button to on or off.
<variable text address> = 1 - 255
<0> = button off and <1> = button on
Example:
SEND_COMMAND TP,"'@SHO',128,0"
Sets button 128 off.
Adds text on a button. Use the | character to display text on
multiple lines.
<variable text address> = 1 - 255
<button text> = Enter button text to appear on button
Example:
SEND_COMMAND TP,"'@TXT',2,'VCR|PLAY'"
Sets the VCR and PLAY text on variable button 2. The | char-
acter places VCR above PLAY on the button.
Color Active-Matrix LCD Mini-Touch Panels

Advertisement

Table of Contents
loading

Table of Contents