AMX AXD-CV6 Instruction Manual page 43

6" color video wall panel
Hide thumbs Also See for AXD-CV6:
Table of Contents

Advertisement

Variable Text Send_Commands (Cont.)
!C
Sets the border,
font, and text in
one command.
!F
Shorthand ver-
sion of 'FONT'
command.
FONT
Changes the font
size (or style) of
the text in a spe-
cific button.
!I
Shorthand ver-
sion of 'ICON'
command.
ICON
Changes the bor-
der style of a spe-
cific button.
6" Color Video Wall Panel
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 31.
font size = See the Font Styles and Programming Numbers table on page 31.
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 31.
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>'"
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 31 for more information.
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 31.
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 31.
Example:
SEND_COMMAND TP,"'ICON25-6'"
Changes the border style on the variable text button 25 to double-rounded.
Programming
39

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents