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
135
MVP-5100/5150 5.2" Modero Viewpoint Touch Panels
Button Query Commands (Cont.)
?BMP
Get the current
bitmap name.
Syntax:
"'?BMP-<vt addr range>,<button states range>'"
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).
custom event type 1002:
Flag - Zero
Value1 - Button state number
Value2 - Actual length of string
Value3 - Zero
Text - String that represents the bitmap name
Text length - Bitmap name text length (should be 9)
Example:
SEND COMMAND Panel,"'?BMP-529,1'"
Gets the button 'OFF state' bitmap information.
The result sent to the Master would be:
ButtonGet Id = 529 Type = 1002
Flag = 0
VALUE1 = 1
VALUE2 = 9
VALUE3 = 0
TEXT = Buggs.png
TEXT LENGTH = 9
?BOP
Get the overall
button opacity.
Syntax:
"'?BOP-<vt addr range>,<button states range>'"
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).
custom event type 1015:
Flag - Zero
Value1 - Button state number
Value2 - Opacity
Value3 - Zero
Text - Blank
Text length - Zero
Example:
SEND COMMAND Panel,"'?BOP-529,1'"
Gets the button 'OFF state' opacity information.
The result sent to the Master would be:
ButtonGet Id = 529 Type = 1015
Flag = 0
VALUE1 = 1
VALUE2 = 200
VALUE3 = 0
TEXT =
TEXT LENGTH = 0