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

Massio controlpads and keypads
Hide thumbs Also See for MCP-106:
Table of Contents

Advertisement

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]
{
}

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

SEND_LEVEL

Supported SEND_COMMANDs
Instruction Manual - Massio ControlPads and Keypads
volume = level.value
SEND_STRING 0, "'Volume is now: ', ITOA(volume)"
Adjusts the LED bargraph display on the keypad.
Syntax:
SEND_LEVEL <device address>,1,<level>
Variables:
level = LED bargraph display (range = 0 - 255).
Programming
35

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mkp-106Mkp-108Mcp-108

Table of Contents