© MuxLab Inc.
HDMI 4x8 & 8x8 Matrix Switch, HDBT, PoE Installation Guide
2. Connection
connect -i
<input port #>
-o
<output port #>
Description:
Connect a specific input to a specific output
Arguments:
<input port #>: 1 to 4 or 1 to 8
<output port #>: 1 to 8
Example:
Connect input 2 to output 4
connect -i 2 -o 4
Response:
[0,0,0,2,0,0,0,0]
(or an error message if the command failed)
connect -i
<input port #>
-o all
Description:
Connect a specific input to all outputs
Arguments:
<input port #>: 1 to 4 or 1 to 8
Example:
Connect input 2 to all outputs
connect -i 2 -o all
Response:
[2,2,2,2,2,2,2,2]
(or an error message if the command failed)
connect -i
<input port #>
-o
<from output port #>
..
<to output port #>
Description:
Connect a specific input to a consecutive range of outputs
Arguments:
<input port #>: 1 to 4 or 1 to 8
<from output port #>: 1 to 8
<to output port #>: 1 to 8
<from output port #> shall be inferior or equal to <to output port #>
Example:
Connect input 2 to outputs 1, 2, and 3
connect -i 2 -o 1..3
Response:
[2,2,2,0,0,0,0,0]
(or an error message if the command failed)
connect -json
“[
<input port #1>,<input port #2>,…, <output port #8>
]”
Description:
Make 8 connections/disconnections in one command using json format
Arguments:
<input port #>: 1 to 4 or 1 to 8 to specify the input port to connect to, or 0 to disconnect it
Example:
Connect input 2 to outputs 1, 2, and connect input 3 to outputs 4 , and disconnect all other
outputs.
connect -json “[2,2,0,3,0,0,0,0]”
Response:
[2,2,0,3,0,0,0,0]
(or an error message if the command failed)
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:
[2,0,0,3,0,0,0,0]
(or an error message if the command failed)
Page 44