4x2 Matrix Switcher
29
Command
Description
Command Example and
Feedback
>GetIpAddr
Get GUI IP.
<SetIpAddr 192.168.0.178
>SetSubnetMask
[param1].[param2].[param
3].[param4]
Set the subnet mask address of the GUI.
[param1] = 0 ~ 255.
[param2] = 0 ~ 255.
[param3] = 0 ~ 255.
[param4] = 0 ~ 255.
>SetSubnetMask
255.255.255.0
<SetSubnetMask
255.255.255.0
>GetSubnetMask
Get the subnet mask address of the GUI.
<SetSubnetMask
255.255.255.0
>SetGateWay
[param1].[param2].[param
3].[param4]
Set the gateway address of the GUI.
[param1] = 0 ~ 255.
[param2] = 0 ~ 255.
[param3] = 0 ~ 255.
[param4] = 0 ~ 255.
>SetGateWay 192.168.0.1
<SetGateWay 192.168.0.1
>GetGateWay
Get the gateway address of the GUI.
<SetGateWay 192.168.0.1
>SetPoCOut [param1]
[param2]
Turn on/off PoC.
[param1] = IN1, IN2, OutA, OutB, Null.
IN1 - HDBT input 1.
IN2 - HDBT input 2.
OutA - HDBT output A.
OutB - HDBT output B.
Null - all HDBT inputs and outputs.
[param2] = En, Dis
En - Turn on PoC.
Dis - Turn off PoC.
>SetPoCOut Dis
>SetPoCOut En
>SetPoCOut IN1 Dis
>SetPoCOut IN1 En
>SetPoCOut IN2 Dis
>SetPoCOut IN2 En
>SetPoCOut OutA Dis
>SetPoCOut OutA En
>SetPoCOut OutB Dis
>SetPoCOut OutB En
<PoCOut IN1 Off
<PoCOut IN1 On
<PoCOut IN2 Off
<PoCOut IN2 On
<PoCOut OutA Off
<PoCOut OutA On
<PoCOut OutB Off
<PoCOut OutB On
>GetPoCOut [param1]
Get PoC setting status.
[param1] = IN1, IN2, OutA, OutB, Null.
IN1 - HDBT input 1.
IN2 - HDBT input 2.
OutA - HDBT output A.
>GetPoCOut
>GetPoCOut IN1
>GetPoCOut IN2
>GetPoCOut OutA
>GetPoCOut OutB