Medialon MxMs' Help
Name: Extron Matrix 100 Switcher
Version: 6.7.2
Available for: Manager V7 and Manager V6 (Lite & Pro), Showmaster (Mini, ST, Pro, LE, XS & iPro)
Limitation In:
Device Brand: Extron
Positrack Compatible: No
Resources type: Serial
Compatible hardware interfaces - available resource modules (MRC):
[Serial]AMX
[Serial]Comtrol Device Master
[Serial]Global Cache
[Serial]Sealevel SeaLINK
[Serial]Showmaster LE
[Serial]Showmaster Serial
[Serial]Windows COM

Overview

The Extron 100 MxM provides an easy way to control one or several Extron 100 matrix switchers, from your PC’s RS 232 Com port. Regular RS 232 cable can be used (DB9 female on PC to DB9 Male on the matrix).

MxM Installation

No special installation required.

Device Setup

COM Port:

choose the PC communication that will control the Extron 100 matrixMemories Backup File Name: select a file name that will be used to store and recall several matrix configs

Device Commands

Commute

Sends a commutation command to the matrix, the specified input is connected to the specified output in the specified plan

Usage: the commute commands are not saved into any memory, until you call the StoreMemory function

Get Commute

Call this function to retrieve the currently connected input on the specified output, in the specified planParameters

Usage: this function retrieves the commute values that have been issued by the Commute commands, no request is asked to the matrix. Thus the return value for input might not represent the actual value from the matrix.

Store Memory

Stores in the given memory name the current matrix configuration. - Name: [String] memory name

Usage: this function stores the current matrix config in the specified memory name. All commutation commands that have been issued are then stored in the memory specified. If the memory does already exist in the MemoryList variable, it is replaced by the new one.

Load Memory

Loads a specified memory configuration into the matrix.

Usage: this function downloads to the matrix an entire configuration that was previously saved with StoreMemory. The MatrixStatus goes to the “Busy” state during the download process, and returns to “Idle” when it is finished.

Delete Memory

Delete a specified memory.

Usage: this function deletes a specified memory from the MemoryList variable. If the memory name does not match any memory in the MemoryList variable, the function does nothing.

Device Variables

MatrixStatus

[Enum] current status of the matrix.

MemoryList

[String] List variable that contains all memories saved by calling StoreMemory

Usage: you can create a Manager list object to monitor that variable in order for the user to choose and recall a memory very easily

CurrentMemory:

[String] contains the current loaded memory

Usage: the commutation commands sent are not saved in the CurrentMemory. To do so, you just have to call StoreMemory and pass the CurrentMemory in argument to the function.

Revisions

V 1.0.1

V 1.0.2

V 1.0.3

V 6.0.0

V 6.0.1

V 6.0.2

V 6.1.0

V 6.1.1

V 6.2.0

V 6.7.0