EasyManua.ls Logo

AMX MCP-106 - Knob - Button 11; Knob - Buttons 12-13; Navigation Wheel - Level Control; Display Bargraph

AMX MCP-106
44 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Programming
35
Instruction Manual - Massio ControlPads and Keypads
Knob - Button 11
The knob is a pushbutton that provide an event on Channel #11, and can be programmed like any other button.
Knob - Buttons 12-13
The knob itself can be rotated clockwise and counterclockwise, and is intended to provide level control (for example volume or
lighting levels).
When rotated clockwise, the knob provides events on Channel #12.
When rotated counter-clockwise, the knob provides events on Channel #13.
When rotated (clockwise/counter-clockwise), the knob provides level events on Level #2.
Navigation Wheel - Level Control
In addition to generating button events, a rotation of the knob causes a level change on Level #2:
Clockwise rotations increase the level
Counter-clockwise rotations decrease the level.
Example code is provided below:
LEVEL_EVENT[dvMassio,2]
{
volume = level.value
SEND_STRING 0, “’Volume is now: ‘, ITOA(volume)”
}
Display Bargraph
The display bargraph consists of 7 LEDs and is controlled via Level #1. Sending a level will update the LEDs on the display bargraph.
Example code is provided below:
SEND_LEVEL dvMassio,1,200
Supported SEND_LEVELs
MKP-108 keypads support a SEND_LEVEL on Level #1. This level is used to adjust the LED bargraph display on the keypad.
Supported SEND_COMMANDs
SEND_LEVELs
SEND_LEVEL Adjusts the LED bargraph display on the keypad.
Syntax:
SEND_LEVEL <device address>,1,<level>
Variables:
level = LED bargraph display (range = 0 - 255).

Table of Contents