Kramer Electronics Ltd.
TP-594Txr, TP-594Rxr
– Protocol 3000
59
Function
Description
Syntax
Parameters/Attributes
Example
SIGNAL?
TP-594Txr
TP-594Rxr
Get input signal status.
COMMAND
#SIGNAL?
inp_id
<CR>
FEEDBACK
~nn@SIGNAL
inp_id
,
status
<CR><LF>
inp_id
– Input number
1
– HDMI IN
status
– Signal status according to
signal validation:
0
– Off
1
– On
Get the input signal lock status
of IN 1:
#SIGNAL?
1
<CR>
SN?
TP-594Txr
TP-594Rxr
Get device serial
number.
COMMAND
#SN?
<CR>
FEEDBACK
~nn@SN
serial_number
<CR><LF>
serial_number
– 14 decimal
digits, factory assigned
Get the device serial number:
#SN?
<CR>
UART
TP-594Rxr
Set com port
configuration.
The command is
backward compatible,
meaning that if the extra
parameters do not exist,
FW goes to.
RS-232.
Stop_bits 1.5 is only
relevant for 5 data_bits.
COMMAND
#UART
COM_Num
,
baud_rate
,
data_bits
,
parity
,
stop_bits
<CR>
FEEDBACK
~nn@UART
COM_Num
,
baud_rate
,
data_bits
,
parity
,
stop_bits
<CR><LF>
COM_Num
– 1
baud_rate
– 4800, 9600, 19200,
38400, 57600, 115200
data_bits
– 5-8
parity
– Parity Type
N
– No
O
– Odd
E
– Even
M
– Mark
S
– Space
stop_bits
– 1/1.5/2
Set baud rate to 9600, 8 data
bits, parity to none and stop bit
to 1:
#UART
9600,8,N,1
<CR>
UART?
TP-594Rxr
Get com port
configuration.
The command is
backward compatible,
meaning that if the extra
parameters do not exist,
FW goes to.
RS-232.
Stop_bits 1.5 is only
relevant for 5 data_bits.
COMMAND
#UART?
COM_Num
<CR>
FEEDBACK
~nn@UART
COM_Num
,
baud_rate
,
data_bits
,
parity
,
stop_bits
<CR><LF>
COM_Num
– 1
baud_rate
– 4800, 9600, 19200,
38400, 57600, 115200
data_bits
– 5-8
parity
– Parity Type
N
– No
O
– Odd
E
– Even
M
– Mark
S
– Space
stop_bits
– 1/1.5/2
Set baud rate to 9600, 8 data
bits, parity to none and stop bit
to 1:
#UART?
1
,
9600
,
8,N,1
<CR>
VERSION?
TP-594Txr
TP-594Rxr
Get firmware version
number.
COMMAND
#VERSION?
<CR>
FEEDBACK
~nn@VERSION
firmware_version
<CR><LF>
firmware_version
– XX.XX.XXXX
where the digit groups are:
major.minor.build version
Get the device firmware
version number:
#VERSION?
<CR>
VID-
COMPRESSION
TP-594Txr
Set compression
attributes.
COMMAND
#VID-COMPRESSION
stage
,
stage_id
,
algorithm
,
level
<CR>
FEEDBACK
~nn@VID-COMPRESSION
stage
,
stage_id
,
algorithm
,
level
<CR><LF>
stage
– # output:
1
– output
stage_id
– # of chosen stage:
1
– Output on the device
algorithm
–
0
– None
1
– DSC
level
– Compression level:
1
– L1 (Normal)
Set the compression level for
output 1 to DSC:
#VID-COMPRESSION
1
,
1
,
1
,
1
<CR>
VID-
COMPRESSION
?
TP-594Txr
Get compression
attributes.
COMMAND
#VID-COMPRESSION?
stage
,
stage_id
<CR>
FEEDBACK
~nn@VID-COMPRESSION
stage
,
stage_id
,
algorithm
,
level
<CR><LF>
stage
– # output:
1
– output
stage_id
– # of chosen stage:
1
– Output on the device
algorithm
–
0
– None
1
– DSC
level
– Compression level:
1
– L1 (Normal)
Get the compression level for
output 2:
#VID-
COMPRESSION?
1
,
2
<CR>
VMUTE
TP-594Txr
TP-594Rxr
Set enable/disable video
on output.
Video mute parameter
2 (blank picture) is not
supported.
COMMAND
#VMUTE
output_id
,
flag
<CR>
FEEDBACK
~nn@VMUTE
output_id
,
flag
<CR><LF>
output_id
– System output
1
– HDMI OUT
flag
– Video Mute
0
– Video enabled
1
– Video disabled
2
– Blank picture
Disable the video output on
HDMI OUT:
#VMUTE
1,0
<CR>
VMUTE?
TP-594Txr
TP-594Rxr
Get video on output
status.
Video mute parameter
2 (blank picture) is not
supported.
COMMAND
#VMUTE?
output_id_
<CR>
FEEDBACK
~nn@VMUTE
output_id
,
flag
<CR><LF>
output_id
–System output
1
– HDMI OUT
flag
– Video Mute
0
– Video enabled
1
– Video disabled
2
– Blank picture
Get video output status:
#VMUTE?
1
<CR>
X-AUD-
DETCT-LVL
TP-594Txr
Set audio signal detection
threshold level.
COMMAND
#X-AUD-DETCT-
LVL
?
<direction_type>
.
<port_type>
.
<port_index>
.
<signal_ty
pe>
.
<index>
,
signal_level
<CR>
FEEDBACK
~nn@X-AUD-DETCT-
LVL
?
<direction_type>
.
<port_type>
.
<port_index>
.
<signal_ty
pe>
.
<index>
,
signal_level
<CR><LF>
The following attributes comprise the
signal ID:
▪
<direction_type>
–
o
IN
▪
<port_type>
–
o
HDMI
o
ANALOG_AUDIO
▪
<port_index>
– 1
▪
<signal_type>
–
o
AUDIO
▪
<index>
– 1
Signal_level
– signal level,
measured in Db: -90db to +20dB
Set the audio signal detection
threshold level for the HDMI
input to -47:
#X-AUD-DETCT-LVL
[IN.AN
ALOG_AUDIO.1.AUDIO.1,IN
.HDMI.1.AUDIO.1],-
47
<CR>
DRAFT