Specifications
Table Of Contents
- MVP-5100/5150 Modero® ViewPoint® Touch Panels, 5.2" and 5”
- Introduction
- Accessories
- Configuring Communication
- Overview
- IR Communication
- Modero Setup and System Settings
- Wireless Settings - Wireless Access Overview (MVP-5150 Only)
- Configuring Wireless Network Access (MVP-5150 Only)
- Step 1: Configure the Device’s Wireless IP Settings (MVP- 5150 Only)
- Step 2: Configure the Card’s Wireless Security Settings
- Panel Downloads and Firmware Updates
- Setup Pages
- Protected Setup Pages
- Upgrading Firmware
- Programming
- Overview
- Page Commands
- Programming Numbers
- "^" Button Commands
- ^ANI
- ^APF
- ^BAT
- ^BAU
- ^BCB
- ^BCF
- ^BCT
- ^BDO
- ^BFB
- ^BIM
- ^BLN
- ^BMC
- ^BMF
- ^BMI
- ^BML
- ^BMP
- ^BNC
- ^BNN
- ^BNT
- ^BOP
- ^BOR
- ^BOS
- ^BPP
- ^BRD
- ^BSF
- ^BSM
- ^BSO
- ^BSP
- ^BVL
- ^BVN
- ^BVP
- ^BVT
- ^BWW
- ^CPF
- ^DLD
- ^DPF
- ^ENA
- ^FON
- ^GDI
- ^GIV
- ^GLH
- ^GLL
- ^GRD
- ^GRU
- ^GSC
- ^GSN
- ^ICO
- ^IRM
- ^JSB
- ^JSI
- ^JST
- ^MBT
- ^MDC
- ^SHO
- ^TEC
- ^TEF
- ^TOP
- ^TXT
- ^UNI
- Miscellaneous MVP Strings back to the Master
- MVP Panel Lock Passcode commands
- Text Effects Names
- Button Query Commands
- Panel Runtime Operations
- Input Commands
- Embedded codes
- Panel Setup Commands
- Battery Life and Replacement
- Appendix A: Text Formatting
- Appendix B: Wireless Technology
- Appendix C: Troubleshooting
- Overview
- Panel Doesn’t Respond To Touches
- Battery Will Not Hold Or Take A Charge
- MVP Isn’t Appearing In The Online Tree Tab
- MVP Can’t Obtain a DHCP Address
- My WEP Doesn’t Seem To Be Working
- NetLinx Studio Only Detects One Of My Connected Masters
- Can’t Connect To a NetLinx Master
- Only One Modero Panel In My System Shows Up
- Panel Behaves Strangely After Downloading A Panel File Or Firmware
- Overview

Programming
117
MVP-5100/5150 5.2" Modero Viewpoint Touch Panels
"^" Button Commands (Cont.)
^BMC
Button copy
command.
Copy attributes of
the source button
to all the
destination
buttons.
Note that the source is a single button state. Each state must be copied as a separate
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.
Syntax:
"'^BMC-<vt addr range>,<button states range>,<source port>,<source
address>,<source state>,<codes>'"
Variable:
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.
Example 2:
SEND_COMMAND Panel,"'^BMC-150,1,1,315,1,%BR%FT%TX%BM%IC%CF%CT'"
Copies the OFF state border, font, Text, bitmap, icon, fill color and text color of the button
with a variable text address of 315 onto the OFF state border, font, Text, bitmap, icon, fill
color and text color of the button with a variable text address of 150.