User Guide

Programming
48
10.4" Touch Panels
Shorthand Variable Text Commands (Cont.)
@BOR
Sets the border
style on a button.
Syntax:
"’@BOR’,<variable text address>,<border style>"
Variables:
variable text address = 1 - 255
border style = See the Border Styles and Programming Numbers table on page 38.
Example:
SEND_COMMAND TP,"’@BOR’,65,11"
Sets the border style to Double shadow on button 65.
@ENA
Enables/disables
buttons based on
the variable text
channel.
Syntax:
"’@ENA’,<variable text address>,<disable button on/off>"
Variables:
variable text address = 1 – 255
disable button on/off=
1 : button disabled
0 : button enabled
Example:
SEND_COMMAND TP,"’@ENA’,128,1"
Disables the button with variable text channel 128. This button will stop responding to
pushes completely, until it is sent an Enable command. Nothing short of a touch panel
SoftROM firmware reload will re-enable the button. Reloading the touch panel file, reload-
ing the Axcess program, or resetting power on the panel or master will not re-enable the
button. It must be sent an Enable command once it has been disabled.
@FON
Sets the text font
on a button.
Syntax:
"’@FON’,<variable text address>,<font style>"
Variables:
variable text address = 1 - 255
font style = See the Font Styles and Programming Numbers table on page 37.
Example:
SEND_COMMAND TP,"'@FON',56,32"
Sets the text on button 56 to variable font style 32.
@ICO
Assigns an icon to
a button.
Syntax:
"’@ICO’,<variable text address>,<icon file number>"
Variables:
variable text address = 1 - 255
icon file number = 1 - 255
Example:
SEND_COMMAND TP,"’@ICO’,16,12"
Adds icon 12 on button 16. Setting the icon value to 0 clears the appearance of the icon.