Programming, Overview, Navigation wheel programming – AMX MODERO VIEWPOINT WIDESCREEN TOUCH PANEL MVP-5200I User Manual

Page 109: Page commands

Advertising
background image

Programming

101

MVP-5200i Modero Viewpoint Widescreen Touch Panel

Programming

Overview

You can program the MVP-5200i, 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).

Navigation Wheel Programming

The navigation wheel on the front of the MVP-5200i has multiple programming functions. The device
has four buttons mounted underneath the wheel, assigned as, select, left, right, top, and bottom. These
buttons are fully programmable.

The wheel itself is also fully programmable. The wheel generated two pulses as it rotates. The phase
difference between these pulses determines the direction of the rotation, and these periods can be a
measure of its speed. A one-third rotation of this wheel causes a level change.

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’.

Advertising