Programming, Overview, Navigation wheel programming – AMX Modero MVP-5200i User Manual

Page 109: Navigation wheel-specific 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.

Navigation Wheel-Specific Commands

This command is used in NetLinx Studio and is case insensitive.

Verify you are using the latest NetLinx Master and Modero firmware, as well as the
latest version of NetLinx Studio and TPD4.

Navigation Wheel-Specific Commands

^WLD-<LED
NUM>,<ACTION>
<Brightness>
Set the Sleep
Blink LED

behavior.

<LED NUM> indicates the channel code or ID number associated with an external LED to
be controlled. In Systems with one external LED, this field should be ignored.
<ACTION> indicates the expected behavior of the LED. For more information, please
refer to the Navigation Wheel behavior in each Power Mode table on page 6.

0 – LED OFF Turns LED Off
1 – LED ON Turns LED On
2 – LED Resume Restores operation of LED.
3 – LOW BRIGHTNESS Sets the low brightness value for LED when operating on
battery.
4 – HIGH BRIGHTNESS Sets the high brightness value for LED when operating on
external power or docked.

<Brightness> Value ranges from 0 to 100. This field is ignored when action is 0,1,or2.
Examples:

^WLD-0,1,0

Turns the Led On

^WLD-0,2,0

Resumes the operation of the LED.

Advertising