EasyManuals Logo
Home>AMX>Touch Panel>MVP-5100

AMX MVP-5100 User Manual

AMX MVP-5100
190 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #115 background imageLoading...
Page #115 background image
Programming
103
MVP-5100/5150 5.2" Modero Viewpoint Touch Panels
Programming
Overview
You can program the MVP-5100 and MVP-5150, using the commands in this section, to perform a wide
variety of operations using Send_Commands and variable text commands.
A device must first be defined in the NetLinx programming language with values for the Device:
Port: System (in all programming examples - Panel is used in place of these values and represents all
Modero panels).
Page Commands
These Page Commands are used in NetLinx Programming Language and are case insensitive.
Verify you are using the latest NetLinx Master and Modero firmware, as well as the
latest version of NetLinx Studio and TPD4.
Page Commands
@APG
Add a specific
popup page to a
specified popup
group.
Add the popup page to a group if it does not already exist. If the new popup is added to a
group which has a popup displayed on the current page along with the new pop-up, the
displayed popup will be hidden and the new popup will be displayed.
Syntax:
"'@APG-<popup page name>;<popup group name>'"
Variable:
popup page name = 1 - 50 ASCII characters. Name of the popup page.
popup group name = 1 - 50 ASCII characters. Name of the popup group.
Example:
SEND_COMMAND Panel,"'@APG-Popup1;Group1'"
Adds the popup page ’Popup1’ to the popup group ’Group1’.
@CPG
Clear all popup
pages from
specified popup
group.
Syntax:
"'@CPG-<popup group name>'"
Variable:
popup group name = 1 - 50 ASCII characters. Name of the popup group.
Example:
SEND_COMMAND Panel,"'@CPG-Group1'"
Clears all popup pages from the popup group ’Group1’.
@DPG
Delete a specific
popup page from
specified popup
group if it exists.
Syntax:
"'@DPG-<popup page name>;<popup group name>'"
Variable:
popup page name = 1 - 50 ASCII characters. Name of the popup page.
popup group name = 1 - 50 ASCII characters. Name of the popup group.
Example:
SEND_COMMAND Panel,"'@DPG-Popup1;Group1'"
Deletes the popup page ’Popup1’ from the popup group ’Group1’.

Table of Contents

Other manuals for AMX MVP-5100

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the AMX MVP-5100 and is the answer not in the manual?

AMX MVP-5100 Specifications

General IconGeneral
BrandAMX
ModelMVP-5100
CategoryTouch Panel
LanguageEnglish

Related product manuals