Installation guide
© MuxLab Inc. Multimedia 16x16 Matrix Switch Installation Guide
Page 46
connect -p <preset #>
Description: Apply all connections defined in the selected preset #
Arguments:
<preset #>: 1 to 8 to specify the preset to use
Example: Apply the connections defined in preset 7
connect -p 7
Response: [5,3,0,13,4,0,0,16,0,0,0,0,1,0,3,5]
(or an error message if the command failed)
3. Disconnection
disconnect -i
<input port #>
Description: Disconnect a specific input port from all output ports connected to it
Arguments:
<input port #>: 1 to 16
Example: Disconnect input 5 from all outputs connected to it
disconnect -i 5
Response: [0,3,0,13,4,0,0,16,0,0,0,0,1,0,3,0]
(or an error message if the command failed)
disconnect -o
<output port #>
Description: Disconnect a specific output port from the input ports connected to it
Arguments:
<output port #>: 1 to 16
Example: Disconnect output 15 from the input connected to it
disconnect -o 15
Response: [0,3,0,13,4,0,0,16,0,0,0,0,1,0,0,0]
(or an error message if the command failed)
disconnect -all
Description: Disconnect all output ports
Arguments:
<none>
Example: Disconnect all outputs
disconnect -all
Response: [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
(or an error message if the command failed)
4. Get
get -i
<input port #>
Description: Get the connection state of a specific input port
Arguments:
<input port #>: 1 to 16
Example: Get connection state of input port 5
get -i 5
Response: Input 05 connected to: 09
(or an error message if the command failed)