Programming, Overview, Navigation wheel programming – AMX Modero MVP-5200i User Manual
Page 109: Navigation wheel-specific commands

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-
Blink LED
behavior.
be controlled. In Systems with one external LED, this field should be ignored.
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.
Examples:
^WLD-0,1,0
Turns the Led On
^WLD-0,2,0
Resumes the operation of the LED.