Name: | Pro-Bel Matrix 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: | Pro-Bel |
Positrack Compatible: | No |
Resources type: | Serial |
The PROBEL MxM provides an easy way to control one or several ProBel matrix switchers, from your PC’s RS 232 Com port. A regular RS 232 cable can be used (DB9 female on PC to DB9 Male on the matrix).
No special installation required.
Send a commutation command to the matrix, the specified source is connected to the specified destination in the specified level
Usage: this crosspoint connection is automatically saved in the default memory
Call this function to retrieve the currently connected source on the specified desination, in the specified level
Usage: this function retrieves the crosspoint connections from the “default” memory, no request is asked to the matrix. Thus the return value for source might not represent the actual value from the matrix. You should call the QueryMatrixConfig to retrieve (and automatically save to the default memory) the entire actual matrix crosspoint configuration. After that operation, it will be safe to call the GetCrosspoint function, the source value will contain the actual source connected to the given destination.
Stores in the given memory name the current matrix configuration
Usage: this function stores the current “default” matrix config in the specified memory name. In order to store in a memory the actual matrix configuration, first call QueryMatrixConfig and then call StoreMemory with a memory name. This memory will contain the exact matrix configuration just before the QueryMatrixConfig command was called. This prevent storing wrong crosspoint connections in a memory, due to external crosspoint connections generated by a ProBel control panel for example. If the memory allready does exist in the MemoryList variable, it is replaced by the new one.
Load a given 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 a given memory
Usage: this function delete a specified memory from the MemoryList variable. If the memory name does not match any memory in the MemoryList variable, the function does nothing.
Start an upload process to retrieve the entire and actual matrix configuration
Usage: this function does make the MatrixStatus variable to change form “Idle” to “Busy”, the variable returns to “Idle” when upload process does finish. The entire uploaded configuration is automatically saved in the “default” memory, but you are free to save it in another memory by calling StoreMemory.
Allows to assign a text label to a destination
Usage: if the command parameter is set to “SetLabel”,the specified string in the label parameter will be used for the specified destination label.
If the command parameter is set to “GetLabel”, the specified string in the label parameter will contain the previously configured label from the specified destination.
The destination label assignment is very usefull to give more explicit name to the destinations, like “Plasma screen”, “Monitor 1”, etc.
Allows to assign a text label to a source
Usage: if the command parameter is set to “SetLabel”,the specified string in the label parameter will be used for the specified source label.
If the command parameter is set to “GetLabel”, the specified string in the label parameter will contain the previously configured label from the specified source.
The source label assignment is very usefull to give more explicit name to the sources, like “VHS”, “Live”, etc.
[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 crosspoint connection commands sent are only stored in the “default” memory, not in the CurrentMemory. To do so,you just have to call StoreMemory and pass the CurrentMemory as argument to the function.
[Integer] Values from 0 to 1. This variable changes when a crosspoint connection is issued
Usage: this variable works as an event. It set to 1 by the mxm when a crosspoint connection is issued either by the Crosspoint Connect command of the mxm or by an external ProBel control panel.
This varible is set back to 0 when calling the Get Crosspoint command. For example you can create a task automatically started when the ConfigUpdateEvent is set to 1. This task that will call the QueryMatrixConfig command in order to retrieve the new matrix configuration, issued by and external ProBel control panel.