AMX MVP-8400 manual Bln, Bmc

Models: MVP-8400

1 176
Download 176 pages 23.03 Kb
Page 112
Image 112

Programming

"^" Button Commands (Cont.)

^BLN

The maximum number of lines to remove is 240. A value of 0 will display the incoming

Set the number of

video signal unaffected. This command is used to scale non 4x3 video images into non

lines removed

4x3 video buttons.

equally from the

Syntax:

top and bottom of

"'^BLN-<vt addr range>,<button states range>,<number of lines>'"

a composite video

Variable:

signal.

variable text address range = 1 - 4000.

 

 

button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons

 

1 = Off state and 2 = On state).

 

number of lines = 0 - 240.

 

Example:

 

SEND_COMMAND Panel,"'^BLN-500,55'"

 

Equally removes 55 lines from the top and 55 lines from the bottom of the video button.

 

 

^BMC

Note that the source is a single button state. Each state must be copied as a separate

Button copy

command. The <codes> section represents what attributes will be copied. All codes are

2 char pairs that can be separated by comma, space, percent or just ran together.

command.

Syntax:

Copy attributes of

the source button

"'^BMC-<vt addr range>,<button states range>,<source

to all the

port>,<source address>,<source state>,<codes>'"

destination

Variable:

buttons.

variable text address range = 1 - 4000.

 

 

button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons

 

1 = Off state and 2 = On state).

 

• source port = 1 - 100.

 

• source address = 1 - 4000.

 

• source state = 1 - 256.

 

codes:

 

BM - Picture/Bitmap

 

BR - Border

 

CB - Border Color

 

CF - Fill Color

 

CT - Text Color

 

EC - Text effect color

 

EF - Text effect

 

FT - Font

 

IC - Icon

 

JB - Bitmap alignment

 

JI - Icon alignment

 

JT - Text alignment

 

LN - Lines of video removed

 

OP - Opacity

 

SO - Button Sound

 

TX - Text

 

VI - Video slot ID

 

WW - Word wrap on/off

 

Example:

 

SEND_COMMAND Panel,"'^BMC-425,1,1,500,1,BR'"

 

or

 

SEND_COMMAND Panel,"'^BMC-425,1,1,500,1,%BR'"

 

Copies the OFF state border of button with a variable text address of 500 onto the OFF

 

state border of button with a variable text address of 425.

 

 

104

MVP-7500/8400 Modero Viewpoint Wireless Touch Panels

Page 112
Image 112
AMX MVP-8400 manual Bln, Bmc