AMX ViewPoint Instruction Manual page 38

Wireless touch panels (netwave) (firmware version g3 or higher)
Hide thumbs Also See for ViewPoint:
Table of Contents

Advertisement

Programming
Shorthand Variable Text Commands (Cont.)
@FON
Sets the text font
on a button.
@ICO
Assigns an icon to
a button.
@JUS
Sets the text
alignment on a
button.
@SHO
Sets a specific
button to on or off.
34
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 23.
Example:
SEND_COMMAND TP,"'@FON',56,32"
Sets the text on button 56 to variable font style 32.
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.
Syntax:
"'@JUS',<variable text address>,<text alignment>"
Variables:
variable text address = 1 - 255
text alignment = 1 - 9 as shown in the following alignment chart:
1
3
2
4
5
6
7
8
9
Example:
SEND_COMMAND TP,"'@JUS',9,5"
Centers the text on button 9.
Syntax:
"'@SHO',<variable text address>,<button on/off>"
Variables:
variable text address = 1 - 255
button on/off=
0 : button Off
1 : button On
Example:
SEND_COMMAND TP,"'@SHO',128,0"
Sets button 128 off.
ViewPoint Wireless Touch Panels

Advertisement

Table of Contents
loading

Table of Contents