Name: | Extron Matrix 3200/6400/12800 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 Electronics |
Positrack Compatible: | No |
Resources type: | Serial |
The Extron 3200/6400/12800 MxM provides an easy way to control one or several Extron 3200/6400/12800 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).
This MXM does also support CP450+ and MAW Matrix models.
The Extron 3200/6400/12800 matrix must be configured with the “MTRX 3200/6400/12800 Control Pgm” program in order for Manager and the MxM to control it. This inputs and outputs must be “virtualized” with the software, all the commute commands issued by Manager will apply only on virtualized input and outputs.
You can download this software from: https://www.extron.com/download/software.aspx?material=2
COM Port: choose the PC communication that will control the Extron matrix
Memories Backup File Name: select a file name that will be used to store and recall several matrix configs
Switcher virtual size: select the virtual size of the matrix to control, 16, 32, 64 or 128 (inputs/outputs)
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
Call this function to retrieve the currently connected input on the specified output, in the specified plan
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) or the current commutation state of the matrix (request is asked to the matrix).
Note the “Device State” option might not work with all matrix, CP450+ and MAW Matrix have been tested.
Sends a mute command to the specified output, in the specified plan
Usage: the mute commands are not saved into any memory, until you call the StoreMemory function
Adjusts the audio gain or a specified output
Usage: the audio gain adjust commands are not saved into any memory, until you call the StoreMemory function
Stores in the given memory name the current matrix configuration
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.
Loads a specified memory configuration into the matrix - Name: [String] memory name
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 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.
Enables to send multiple commutes in one batch
Usage: When Action ‘Begin’ is used then all commutes sent to the matrix are not executed but prepared inside the matrix. When ‘End’ is used (after a Begin) then the prepared commutes are all executed at the same time.
Typical sequence is:
"Multiple Commutes(Begin),
Commute(...),
Commute(...),
Multiple Commutes(End)".
[Enum] current status of the matrix
[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.
[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.
[Enum] last error which has occured in the matrix