DSP-62-AEC, DSP-62-UC – Protocol 3000
Store current changes
into a preset (per
type).
this is an extended
preset command using
preset type as first
parameter. This is
used essentially when
we have different types
of Presets inside the
same system.
To get the list of preset
types existing in your
product use the
command:
X-PRST-TYPES?
This is an Extended
Protocol 3000
command.
COMMAND
#X-PRST-STOpreset_type,preset_id<CR>
FEEDBACK
~nn@X-PRST-STOpreset_type,preset_id<CR><LF>
▪ preset_type –
o System Preset –
IOCONFIG.SYSTEM
o Snapshot –
IOCONFIG.SYSTEM.MIXER
▪ preset_id – preset index
Store changes into mixer
preset 9:
X-PRST-
STOIOCONFIG.SYSTEM.MIX
ER,9<CR>
Get the types of
presets that the
system supports and
their hierarchy.
COMMAND
#X-PRST-TYPES?<CR>
FEEDBACK
~nn@X-PRST-TYPESpreset_type<CR><LF>
▪ preset_type –
o IOCONFIG.SYSTEM – used for
system preset per IOConfig, we
have 10 preset banks per
IOConfig setup, Preset #1 is the
default system preset for this
setup and is READ ONLY,
Preset #2 is used for the first
user system preset, Preset #3 for
the second etc.
o IOCONFIG.SYSTEM.MIXER –
used for a Mixer snapshot of a
specific system preset per
IOConfig. There are 10 MIXER
snapshots per System presets in
each IOConfig setup, Snapshot
#1 is the default MIXER
snapshot and is READ ONLY.
Snapshot #2 is used for the first
user Mixer snapshot, Snapshot
#3 for the second etc.
Get preset types:
X-PRST-TYPES?<CR>
Send routing
command to matrix.
It is recommended
to use the command
#SIGNALS-LIST to
get the list of all signal
IDs available in the
system and which can
be used in this
command.
Video 1 is the default
port in this command
and is implied even if
not written.
This is an Extended
Protocol 3000
command.
COMMAND
#X-ROUTE<direction_type1>.<port_type1>.<port_index1>.<s
ignal_type1>.<index1>,<direction_type2>.<port_type2>.<p
ort_index2>.<signal_type2>.<index2><CR>
FEEDBACK
~nn@X-ROUTE<direction_type1>.<port_type1>.<port_index1>
.<signal_type1>.<index1>,<direction_type2>.<port_type2>
.<port_index2>.<signal_type2>.<index2><CR><LF>
The following attributes comprise the
output signal ID (suffix 1) and input
signal ID (suffix 2):
▪ <direction_type> –
o OUT
o IN
▪ <port_type> –
o HDMI
▪ <port_index> – The port number
as printed on the front or rear panel
▪ For output – 1
▪ For input – 1 and 2
▪ <signal_type> –
o VIDEO
▪ <index> – Indicates a specific
channel number when there are
multiple channels of the same type
Route HDMI IN 1 to HDMI
OUT 1:
#X-ROUTEOUT.HDMI.1.VID
EO.1,IN.HDMI.1.VIDEO.1<
CR>
Get routing status.
It is recommended
to use the command
#SIGNALS-LIST to
get the list of all signal
IDs available in the
system and which can
be used in this
command.
VIDEO.1 are the
default
<signal_type> and
<index> in this
command and are
implied even if not
written.
This is an Extended
Protocol 3000
command.
COMMAND
#X-ROUTE?<direction_type1>.<port_type1>.<port_index1>.<
signal_type1>.<index1><CR>
FEEDBACK
~nn@X-ROUTE<direction_type1>.<port_type1>.<port_index1>
.<signal_type1>.<index1>,<direction_type2>.<port_type2>
.<port_index2>.<signal_type2>.<index2><CR><LF>
The following attributes comprise the
output signal ID (suffix 1) and input
signal ID (suffix 2):
▪ <direction_type> –
o OUT
o IN
▪ <port_type> –
o HDMI
▪ <port_index> – The port number
as printed on the front or rear panel
▪ For output – 1
▪ For input – 1 and 2
▪ <signal_type> –
o VIDEO
▪ <index> – Indicates a specific
channel number when there are
multiple channels of the same type
Get the routing status:
#X-ROUTE?OUT.HDMI.1.VI
DEO.1<CR>