
M208 Manager
Re:control
13
Product-File mpi
Each device is based on a text-file with the ending
mpi. In this file all functions and declarations for the
control of a device is defined.
Example:: M51-DVD Player
##########################################
# Device: M51 DVD Player
# Remote Name: RC28
# Type: Infrared (RC5)
# Written by: Stefan N.
# Version: 1.00
# Date: 17.05.2006
##########################################
DESCRIPTION = "Revox M51 DVD Player"
DEVICE = 5
NAME = "DVD"
SELECT = 2
##########################################
# Softkeys
##########################################
SOFTKEY_1 = "Sound"
SOFTKEY_2 = "Angle"
SOFTKEY_3 = "Subtitle"
SOFTKEY_4 = "Setup"
Sound = $142B
Angle = $141F
Subtitle = $142D
Setup = $1435
##########################################
# Hardkeys
##########################################
NUM_0 = $1400
...
NUM_9 = $1409
OK = $142C
RED = $142B
GREEN = $142C
YELLOW = $142D
BLUE = $142E
TRACK_UP = $1420
TRACK_DOWN = $1421
SCAN_UP = $1434
SCAN_DOWN = $1432
PLAY = $1428
PAUSE = $1430
STOP = $1436
MENU = $1422
EXIT = $142E
POWER_OFF = $140C
POWER_ON = $143F
######################################
# X-References
######################################
UP = "CHANNEL_UP"
DOWN = "CHANNEL_DOWN"
RIGHT = "VOLUME_UP"
LEFT = "VOLUME_DOWN"
PAUSE = "PLAY"
Å # define lines without functions
Å the to be controlled product
Å Name of the Remote control if known
Å Type IR-Code
Å Editors name
Å Version-Number
Å Date of the latest modifications
Å Indication in the Database Browser
Å Device Type, here 5 = Infrared RC5
Å Name in the Display of the M208 (max. 8 letters/numbers)
Å Defines which IR-code will be send while pressing the
button.
Å Definition of Softkeys which are shown in the Display of
the M208. Too long names will be shown as XXX.
Å Name of the softkeys
Softkeys may not have the same names as
Hardkeys!!!
Å IR-Code of the Softkeys; here RC5-Code
Å Definition of the M208-buttons. All buttons except the 9
device buttons are being described here. Buttons without
use can be left away.
Å The style of writing is strictly defined by the operating
sytem of the M 208.
Å Defines allocations of one IR code to several buttons, the
so called X-Preferences
Å e.g. the button Up does have the same function as the
button CHANNEL_UP
Kommentare zu diesen Handbüchern