Page 45 – Muxlab Multimedia 16 x 16 Matrix Switch User Manual
Page 45

© MuxLab Inc.
Multimedia 16x16 Matrix Switch Installation Guide
Page 45
alarm -n
Description: Enable/disable a notification method.
Arguments:
Example:
Disable the beep notification method
alarm –n b off
Response:
Alarm notifications applied successfully !
(or an error message if the command failed)
2. Connection
connect -i
-o
Description: Connect a specific input to a specific output
Arguments:
: 1 to 16
Example:
Connect input 5 to output 10
connect -i 5 -o 10
Response:
[0,0,0,0,0,0,0,0,0,5,0,0,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 16
Example:
Connect input 5 to all outputs
connect -i 5 -o all
Response:
[5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5]
(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 16
Example:
Connect input 5 to outputs 8, 9, 10, 11, 12 and 13
connect -i 5 -o 8..13
Response:
[0,0,0,0,0,0,0,5,5,5,5,5,5,0,0,0]
(or an error message if the command failed)
connect -json
“[,,…, ]”
Description: Make
16
connections/disconnections
in one command using json format
Arguments:
: 1 to 16 to specify the input port to connect to, or 0 to disconnect it
Example:
Connect input 5 to outputs 8, 9, 10, and connect input 8 to outputs 1,2 , and disconnect all other
outputs.
connect -json “[8,8,0,0,0,0,0,5,5,5,0,0,0,0,0,0]”
Response:
[8,8,0,0,0,0,0,5,5,5,0,0,0,0,0,0]
(or an error message if the command failed)