Bmi; Bml; Bmp - AMX MST-1001 Configuration Manual

Modero s series tabletop touch panel and landscape wall mount touch panel
Table of Contents

Advertisement

Button Commands (Cont.)
^BMF
(Cont.)

^BMI

^BML

^BMP

Modero S Series Touch Panels - Configuration & Programming Manual
'%OT<feedback type>' = Set the Feedback (Output) Type to one of the following: None, Channel,Invert, ON (Always
ON), Momentary, or Blink.
Note: This parameter should be always used in its own BMF command, and should not be combined with other BMF
subcommands.
'%P<bitmap>' = Set the picture/bitmap filename (empty is clear).
Note: This parameter should be always used in its own BMF command, and should not be combined with other BMF
subcommands.
'%R = Sets button location and also resizes the button. For more information, please refer to the ^BSP section on
page 59.
'%SF<1 or 0>' = Set the focus for text area button. (No support for states.)
'%SM' = Submit a text for text area button. (No support for states.)
'%SO<sound>' = Set the button sound.
Note: This parameter should be always used in its own BMF command, and should not be combined with other BMF
subcommands.
'%SW<1 or 0>' = Show/hide a button. (No support for states.)
'%T<text >' = Set the text using ASCII characters (empty is clear).
Note: This parameter should be always used in its own BMF command, and should not be combined with other BMF
subcommands.
'%UN<Unicode text>' = Set the Unicode text. See the ^UNI section on page 69 for the text format.
'%VI<video ON/OFF>' = Set the Video either ON (value=1) or OFF (value=0).
'%VL<0-1>' = Log-On/Log-Off the computer control connection
'%VN<network name>' = Set network connection name.
'%VP<password>' = Set the network connection password.
'%WW<1 or 0>' = Word wrap ON/OFF.
• Example:
SEND_COMMAND Panel,"'^BMF-500,1,%B10%CFRed%CB Blue %CTBlack%Ptest.png'"
Sets the button OFF state as well as the Border, Fill Color, Border Color, Text Color, and Bitmap.
Note: Use this command if you are using custom color palette for your panel. If you intend to use the default color palette, use
^BMC instead.
Set the button mask image. Mask image is used to crop a borderless button to a non-square shape. This is typically used
with a bitmap.
• Syntax:
"'^BMI-<vt addr range>,<button states range>,<mask image>'"
• Variables:
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).
mask image = Graphic file used.
• Example:
SEND_COMMAND Panel,"'^BMI-530,1&2,newMac.png'"
Sets the button with variable text 530 ON/OFF state mask image to 'newmac.png'.
Set the maximum length of the text area button. If this value is set to zero (0), the text area has no max length. The
maximum length available is 2000. This is only for a Text area input button and not for a Text area input masking button.
• Syntax:
"'^BML-<vt addr range>,<max length>'"
• Variables:
variable text address range = 1 - 4000.
max length = 2000 (0=no max length).
• Example:
SEND_COMMAND Panel,"'^BML-500,20'"
Sets the maximum length of the text area input button to 20 characters.
Assign a picture to those buttons with a defined address range.
• Syntax:
"'^BMP-<vt addr range>,<button states range>,<name of bitmap/picture>'"
• Variables:
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).
name of bitmap/picture = 1 - 50 ASCII characters.
• Example:
SEND_COMMAND Panel,"'^BMP-500.504&510.515,1,bitmap.png'"
Sets the OFF state picture for the buttons with variable text ranges of 500-504 & 510-515.
Programming
55

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Msd-701-lMst-431Msd-431-lMsd-1001-lMst-701

Table of Contents