3 kramer protocol 3000 commands, 1 device initiated messages, 2 result and error codes – Kramer Electronics VS-88SDI User Manual
Page 34: Kramer protocol 3000 commands, Device initiated messages, Result and error codes, Basic routing commands, Kramer protocol 3000
KRAMER: SIMPLE CREATIVE TECHNOLOGY
Kramer Protocol 3000
30
11.3 Kramer Protocol 3000 Commands
11.3.1 Device Initiated Messages
Command
Syntax
Switcher actions:
Video channel has switched (breakaway mode)
VID IN>OUT
11.3.2 Result and Error Codes
Syntax
Command ran successfully, no error.
COMMAND PARAMETERS OK
Protocol Errors:
Syntax error
ERR001
Command not available for this device
ERR002
Parameter is out of range
ERR003
Unauthorized access (command run without the
matching login).
ERR004
11.3.3
57B
Basic Routing Commands
Command
Syntax
Response
Switch video
VID IN>OUT, IN>OUT, …
Short form: V IN>OUT, IN>OUT, …
VID IN>OUT, IN>OUT, …RESULT
Read video connection
VID? OUT
Short form: V? OUT
VID? *
VID IN>OUT
VID IN>1, IN>2, …
Parameter Description:
IN = Input number or '0' to disconnect output.
'
>
' = Connection character between in and out parameters.
OUT = Output number or '*' for all outputs.
Examples:
Switch video input 2 to output 4 #V 2>4CR
~VID 2>4 OKCRLF
Switch video input 4 to output 2
in machine number 6
#6@VID 4>2CR
~6@VID 4>2 OKCRLF
Disconnect video output 4
#AV 0>4CR
~AV 0>4 OKCRLF
Switch video input 3 to all
outputs
#V 3>* CR
~VID 3>* OKCRLF
Chaining
multiple
commands
#V 1>* | V 3>4, 2>2, 2>1, 0>2 | V 3>9 | V? * CR
1. Switch video from input 1 to all outputs.
2. Switch video input 3 to output 4, video input 2 to
output 2, video input 2 to output 1 and disconnect video
output 2.
3. Switch video input 3 to output 9 (non-existent).
4. Get status of all video links.
Command processing begins after entering CR . A
response is sent for each command after processing.
~VID 1>* OKCRLF
~VID 3>4, 2>2, 2>1, 0>2
OKCRLF
~VID ERR003 CRLF
~VID 2>1, 0>2, 1>3, 3>4 CRLF