RS-232 Control
The switcher can be controlled using RS-232 commands from a PC or control system. Use the included three-pin phoenix connector to connect the control device to the switcher.
Communication Format
-
Baud rate: 9600 bps
-
Data bits: 8 bit
-
Parity: None
-
Stop bits: 1 bit
-
Flow control: None
Function |
Commmand |
Paramter |
Description |
Return |
---|---|---|---|---|
Version |
FW VERSION |
<CR> |
Get firmware version |
V1.01 |
Power on |
SET POWER
|
ON<CR> |
Power on |
POWER ON<CR> |
Power Off |
OFF<CR> |
Power off |
POWER OFF<CR> |
|
Switch input
|
SET SWITCH
|
IN1<CR> |
Switch to input 1 |
SWITCH IN1<CR> |
IN2<CR> |
Switch to input 2 |
SWITCH IN2<CR> |
||
IN3<CR> |
Switch to input 3 |
SWITCH IN3<CR> |
||
NEXT<CR> |
Switch to the next input |
SWITCH IN1<CR> |
||
PREV<CR> |
Switch to the previous input |
SWITCH IN1<CR> |
||
Set autoswitch
|
SET AUTOSWITCH
|
ON<CR> |
Autoswitch is on |
AUTOSWITCH ON<CR> |
OFF<CR> |
Autoswitch is off |
AUTOSWITCH OFF<CR> |
||
Query autoswitch status |
GET AUTOSWITCH |
<CR> |
Get autoswitch status |
ON/OFF |
Example: SET SWITCH IN1<CR> switches to input 1.
Note: -__.You must use <CR> or <LF> to end a command.