Page 44 – Muxlab HDMI 4x8 Matrix Switch, HDBT User Manual
Page 44
© MuxLab Inc.
HDMI 4x8 Matrix Switch, HDBT, PoE Installation Guide
Page 44
2. Connection
connect -i
-o
Description: Connect a specific input to a specific output
Arguments:
: 1 to 4
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
-o all
Description: Connect a specific input to all outputs
Arguments:
: 1 to 4
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
-o
..
Description: Connect a specific input to a consecutive range of outputs
Arguments:
: 1 to 4
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
“[,,…, ]”
Description: Make 8 connections/disconnections in one command using json format
Arguments:
: 1 to 4 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
Description: Apply all connections defined in the selected preset #
Arguments:
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)