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
116
MVP-9000i Modero® Wireless Touch Panel with Intercom
Page Commands (Cont.)
@PPT
Set a specific
popup page to
timeout within a
specified time.
If timeout is empty, popup page will clear the timeout.
Syntax:
"'@PPT-<popup page name>;<timeout>'"
Variable:
popup page name = 1 - 50 ASCII characters. Name of the popup page.
timeout = Timeout duration in 1/10ths of a second.
Example:
SEND_COMMAND Panel,"'@PPT-Popup1;30'"
Sets the popup page ’Popup1’ to timeout within 3 seconds.
@PPX
Close all
popups on all
pages.
This command works in the same way as the 'Clear All' command in TPDesign 4.
Syntax:
"'@PPX'"
Example:
SEND_COMMAND Panel,"'@PPX'"
Close all popups on all pages.
@PSE
Set the show
effect for the
specified popup
page to the
named show
effect.
Syntax:
"'@PSE-<popup page name>;<show effect name>'"
Variable:
popup page name = 1 - 50 ASCII characters. Name of the page the popup is displayed
On.
show effect name = Refers to the popup effect name being used.
Example:
SEND_COMMAND Panel,"'@PSE-Popup1;Slide from Left'"
Sets the Popup1 show effect name to ’Slide from Left’.
@PSP
Set the show
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 begin.
Syntax:
"'@PSP-<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,"'@PSP-Popup1;100,0'"
Sets the Popup1 show effect x-coordinate value to 100 and the y-coordinate value to 0.
@PST
Set the show
effect time for the
specified popup
page.
Syntax:
"'@PST-<popup page name>;<show effect time>'"
Variable:
popup page name = 1 - 50 ASCII characters. Name of the page the popup is displayed
On.
show effect time = Given in 1/10ths of a second.
Example:
SEND_COMMAND Panel,"'@PST-Popup1;50'"
Sets the Popup1 show effect time to 5 seconds.
PAGE
Flip to a specified
page.
Flips to a page with a specified page name. If the page is currently active, it will not redraw
the page.
Syntax:
"'PAGE-<page name>'"
Variable:
page name = 1 - 50 ASCII characters. Name of the page the popup is displayed On.
Example:
SEND_COMMAND Panel,"'PAGE-Page1'"
Flips to page1.