User's Manual
Table Of Contents
- MVP-9000i9" Modero® ViewPoint®Touch Panel with Intercom
- Introduction
- Accessories
- Configuring Communication
- Overview
- IR Communication
- Modero Setup and System Settings
- Wireless Settings - Wireless Access Overview
- Configuring Wireless Network Access
- Step 1: Configure the Device’s WiFi Settings
- Step 2: Configure the Card’s Wireless Security Settings
- Step 3: Choose a Master Connection Mode
- Ethernet Over USB
- Using G4 Web Control to Interact with a G4 Panel
- Using the NetLinx Master To Control the G4 Panel
- Setup Pages
- Protected Setup Pages
- Upgrading Firmware
- Programming
- Overview
- Animated Transitions
- Touch Gesture Recognition
- Page Commands
- Programming Numbers
- "^" Button Commands
- Text Effects Names
- Button Query Commands
- Panel Runtime Operations
- Input Commands
- Embedded codes
- Panel Setup Commands
- Dynamic Image Commands
- Intercom Commands
- SIP Commands
- ^PHN- AUTOANSWER
- ^PHN-CALL
- ^PHN-INCOMING
- ^PHN- LINESTATE
- ^PHN- MSGWAITING
- ^PHN-PRIVACY
- ^PHN-REDIAL
- ^PHN- TRANSFERRED
- ^PHN-ANSWER
- ^PHN- AUTOANSWER
- ?PHN- AUTOANSWER
- ^PHN-CALL
- ^PHN-DTMF
- ^PHN-HANGUP
- ^PHN-HOLD
- ?PHN- LINESTATE
- ^PHN-PRIVACY
- ?PHN-PRIVACY
- ^PHN-REDIAL
- ^PHN- TRANSFER
- ^PHN-SETUP- DOMAIN
- ^PHN-SETUP- ENABLE
- ^PHN-SETUP- PASSWORD
- ^PHN-SETUP- PORT
- ^PHN-SETUP- PROXYADDR
- ^PHN-SETUP- STUNADDR
- ^PHN-SETUP- USERNAME
- 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-9000i Isn’t Appearing In The Online Tree Tab
- MVP Can’t Obtain a DHCP Address
- My WAP 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
123
MVP-9000i Modero® Wireless Touch Panel with Intercom
"^" Button Commands (Cont.)
^BAT
Append
non-unicode text.
Syntax:
"'^BAT-<vt addr range>,<button states range>,<new text>'"
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).
new text = 1 - 50 ASCII characters.
Example:
SEND_COMMAND Panel,"'^BAT-520,1,Enter City'"
Appends the text 'Enter City' to the button’s OFF state.
^BAU
Append
unicode text.
Same format as ^UNI.
Syntax:
"'^BAU-<vt addr range>,<button states range>,<unicode text>'"
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).
unicode text = 1 - 50 ASCII characters. Unicode characters must be entered in Hex
format.
Example:
SEND_COMMAND Panel,"'^BAU-520,1,00770062'"
Appends Unicode text '00770062' to the button’s OFF state.
^BCB
Set the border
color to the
specified color.
Only if the specified border color is not the same as the current color.
Note: Color can be assigned by color name (without spaces), number or R,G,B value
(RRGGBB or RRGGBBAA).
Syntax:
"'^BCB-<vt addr range>,<button states range>,<color value>'"
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).
color value = Refer to the RGB Values for all 88 Basic Colors table on page 118 for more
information.
Example:
SEND_COMMAND Panel,"'^BCB-500.504&510,1,12'"
Sets the Off state border color to 12 (Yellow). Colors can be set by Color Numbers, Color
name, R,G,B,alpha colors (RRGGBBAA) and R, G & B colors values (RRGGBB).
Refer to the RGB Values for all 88 Basic Colors table on page 118.