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
114
MVP-9000i Modero® Wireless Touch Panel with Intercom
Page Commands (Cont.)
@PHP
Set the hide effect
position.
Only 1 coordinate is ever needed for an effect; however, the command will specify both.
This command sets the location at which the effect will end at.
Syntax:
"'@PHP-<popup page name>;<x coordinate>,<y coordinate>'"
Variable:
popup page name = 1 - 50 ASCII characters. Name of the page the popup is displayed
On.
Example:
SEND_COMMAND Panel,"'@PHP-Popup1;75,0'"
Sets the Popup1 hide effect x-coordinate value to 75 and the y-coordinate value to 0.
@PHT
Set the hide effect
time for the
specified popup
page.
Syntax:
"'@PHT-<popup page name>;<hide effect time>'"
Variable:
popup page name = 1 - 50 ASCII characters. Name of the page the popup is displayed
On.
hide effect time = Given in 1/10ths of a second.
Example:
SEND_COMMAND Panel,"'@PHT-Popup1;50'"
Sets the Popup1 hide effect time to 5 seconds.
@PPA
Close all popups
on a specified
page.
If the page name is empty, the current page is used. Same as the ’Clear Page’ command
in TPDesign4.
Syntax:
"'@PPA-<page name>'"
Variable:
page name = 1 - 50 ASCII characters. Name of the page the popup is displayed On.
Example:
SEND_COMMAND Panel,"'@PPA-Page1'"
Close all pop-ups on Page1.
@PPF
Deactivate a
specific popup
page on either a
specified page or
the current page.
If the page name is empty, the current page is used (see example 2). If the popup page is
part of a group, the whole group is deactivated. This command works in the same way as
the ’Hide Popup’ command in TPDesign4.
Syntax:
"'@PPF-<popup page name>;<page name>'"
Variable:
popup page name = 1 - 50 ASCII characters. Name of the popup page.
page name = 1 - 50 ASCII characters. Name of the page the popup is displayed On.
Example:
SEND_COMMAND Panel,"'@PPF-Popup1;Main'"
Example 2:
SEND_COMMAND Panel,"'@PPF-Popup1'"
Deactivates the popup page ’Popup1’ on the current page.