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
Appendix A: Text Formatting
175
MVP-9000i Modero® Wireless Touch Panel with Intercom
Input Mask Ranges
These ranges allow a user to specify the minimum and maximum numeric value for a field. Only one range is
allowed per field. Using a range implies a numeric entry ONLY.
An example from the above table:
[0|255] This allows a user to enter a value from 0 to 255.
Input mask next field characters
These characters allow you to specify a list of characters that cause the keyboard to move the focus to the next
field when pressed, instead of inserting the text into the text area.
An example from the above table:
{.} or {:} or {.:} Proceed to the next text area input box after a user hits any of these keys.
Input mask operations
Input Mask Operators change the behavior of the field in the following way:
Input mask literals
To define a literal character, enter any character, other than those shown in the above table (including spaces,
and symbols). A back-slash ('\') causes the character that follows it to be displayed as the literal character. For
example, \A is displayed just as the letter A. To define one of the following characters as a literal character,
precede that character with a back-slash. Text entry operation using Input Masks.
A keyboard entry using normal text entry is straightforward. However, once an input mask is applied, the
behavior of the keyboard needs to change to accommodate the input mask's requirement. When working with
masks, any literal characters in the mask will be "skipped" by any cursor movement, including cursor,
backspace, and delete keys.
When operating with a mask, the mask should be displayed with placeholders. The "-" character should
display where you should enter a character. The arrow keys will move between the "-" characters and allow
you to replace them. The text entry code operates as if it is in the overwrite mode. If the cursor is positioned on
a character already entered and you type in a new (and valid) character, the new character replaces the old
character. There is no shifting of characters.
When working with ranges specified by the [] mask, the keyboard allows you to enter a number between the
values listed in the ranges. If a user enters a value that is larger than the maximum, the maximum number of
right-most characters is used to create a new, acceptable value.
Example 1: If you type "125" into a field accepting 0-100, then the values displayed will be "1",
"12", "25".
Example 2: If the max for the field was 20, then the values displayed will
be "1", "12", "5".
Input Mask Ranges
Character Meaning
[ Start range
] End range
| Range Separator
Input Mask Next Field Char
Character Meaning
{ Start Next Field List
} End Next Field List
Input Mask Operators
Character Meaning
< Forces all characters to be converted to lowercase
> Forces all characters to be converted to uppercase
^ Sets the overflow flag for this field