AMX ViewPoint Instruction Manual page 35

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

Advertisement

Variable Send_Commands (Cont.)
!C
Sets the border,
font, and text in
one command.
!F
Shorthand
version of 'FONT'
command.
FONT
Changes the font
size (or style) of
the text in a
specific button.
!I
Shorthand
version of 'ICON'
command.
ICON
Changes the
border style of a
specific button.
ViewPoint Wireless Touch Panels
Syntax:
"'!C',<variable text address>,<border style>,<font
size>,'<new button text>'"
Variables:
variable text address = 1 - 255
border style = See the Border Styles and Programming Numbers table on page 23.
font size = See the Font Styles and Programming Numbers table on page 23.
new button text = Enter button text to appear on the button.
Example:
SEND_COMMAND TP,"'!C',1,6,6,'VCR PLAY'"
Sets the title on variable text button one to VCR PLAY using a hollow medium font, and
changes the border attribute to double rounded.
Syntax:
"'!F',<variable text address>,'<font size>'"
Variables:
variable text address = 1 - 255
font size = See the Font Styles and Programming Numbers table on page 23.
Example:
SEND_COMMAND TP,"'!F','1,'6'"
Changes the font on the variable text button one to hollow medium.
Syntax:
"'FONT<variable text address>-<font size/style>'"
Variables:
variable text address = The number of the variable text button (1-255).
font size/style = The size or style of the font (1-255). See the Font Styles and
Programming Numbers table on page 23.
Example:
SEND_COMMAND TP,"'FONT1-6'"
Changes the font on the variable text button one to hollow medium. Variable fonts start at
a value of 32.
Syntax:
"'!I',<variable text address>,'<border style>'"
Variables:
variable text address = 1 - 255
border style = 0 - 41. See the Border Styles and Programming Numbers table on
page 23.
Example:
SEND_COMMAND TP,"'!I',1,'6'"
Changes the border style on the variable text button one to double rounded.
Syntax:
"'ICON<variable text address>-<border style>'"
Variables:
variable text address = 1 - 255
border style = See the Border Styles and Programming Numbers table on page 23.
Example:
SEND_COMMAND TP,"'ICON25-6'"
Changes the border style on the variable text button 25 to double-rounded.
Programming
31

Advertisement

Table of Contents
loading

Table of Contents