|
Overview
:
This MXM allows
controlling various types of Infrared outputs with an unified
programming and user interface.
The infrared resources
themselves are provided by MRCs (Medialon Resource Connectors)
which implement Infrared Resource management like the
"AMX" MRC.
> Top
Installation
(MXM) :
In order to use the MxM Medialon Infrared properly, Infrared resources must be declared and configured prior creating a device. See the Manager User's Manual for more information about resource configuration.
Note about using AMX Infrared Resources with the MxM Medialon Infrared:
In order to be able to send drivers to an AMX Infrared Resource through the device, the AMX software utility FileTransfer must be installed on the computer. This software is available at the AMX website (http://www.amx.com). For more information about how to send a driver to a specific resource, please check the > Creation (Device) section below.
> Top
Creation
(Device) :
The device window setup allows to declare the infrared resource to use with the device and its driver. For more information about the resources configuration in Medialon Manager, please report to the user manual.

Infrared Port: allows to select the infrared port to use with the device. The "Select..." button allows to select an infrared resource among all resources defined in Manager.
Infrared Driver: allows to specify the infrared driver of the device. When pressing the "Select..." button, the following window will appear:

It represents the infrared library linked to the selected infrared resource. This window allows to select a driver from the library or an "Unspecified" driver. You are able to import a driver into this library by clicking on the button "Import Driver...".
Send Driver: allows to send the driver to the selected infrared resource. This button appears only if this feature is available for the selected infrared resource.
> Top
Commands
(List Of) :
Send
Command:
Description:
Sends a command of the selected driver to
the configured infrared channel.
Parameters:
Select By: [Type : Enum]: Whether the command
is specified by its name or its index.
Availables
values:
"Name": specify a command by its name.
"Index": specify a command by its index (in
the driver command list).
Name:
[Type: String]: Name of the command (used when "Select
By" is "Name").
Index: [Type: Integer]: Index of the command
(used when "Select By" is "Index").
Valid index start at 1.
>
Top
Variables
(List Of) :
Status :
Type : Enum.
Description : Current status of the device connection.
Available Values :
| "Unconnected" |
: |
Not
connected |
| "Connecting" |
: |
Connection
in progress |
| "Ready" |
: |
Device
is connected and ready to work |
| "Open
Error " |
: |
Open Error |
Error :
Type : Enum.
Description : Current error status of the device.
Available Values :
| "No
Error" |
|
Device
is Ok |
| "Driver
Not Found" |
: |
The
specified driver in the "Load Driver"
command is not available |
| "Command
Not Found" |
: |
The
specified command in the "Send Command"
command is not available
|
Driver :
Type : String.
Description : Driver selected for the device.
CommandList :
Type : String.
Description : List of available commands from the selected driver.
> Top
Support
(Difference with previous versions) :
> Top
|