DSP-62-AEC, DSP-62-UC – Protocol 3000
Recall NEXT preset
per type, this
command increments
by one the current
preset id loaded and
loads it. If the index is
the highest, recall will
fail.
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-RCL-NEXTpreset_type,present_id<CR>
FEEDBACK
~nn@X-PRST-RCL-NEXTpreset_type,preset_id<CR><LF>
▪ preset_type –
o System Preset –
IOCONFIG.SYSTEM
o Snapshot –
IOCONFIG.SYSTEM.MIXER
▪ preset_id – preset index
Recall next mixer preset:
X-PRST-RCL-
NEXTIOCONFIG.SYSTEM.MI
XER<CR>
Recall previous preset
per type, this
command increments
by one the current
preset id loaded and
loads it. If the index is
the lowest, recall will
fail.
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-RCL-PREVpreset_type,preset_id<CR>
FEEDBACK
~nn@X-PRST-RCL-PREVpreset_type,preset_id<CR><LF>
▪ preset_type –
o System Preset –
IOCONFIG.SYSTEM
o Snapshot –
IOCONFIG.SYSTEM.MIXER
▪ preset_id – preset index
Recall previous mixer preset:
X-PRST-RCL-
PREVIOCONFIG.SYSTEM.MI
XER<CR>
Reset 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-RESETpreset_type,preset_id<CR>
FEEDBACK
~nn@X-PRST-RESETpreset_type,preset_id<CR><LF>
▪ preset_type –
o System Preset –
IOCONFIG.SYSTEM
o Snapshot –
IOCONFIG.SYSTEM.MIXER
▪ preset_id – preset index
Reset mixer preset 9:
X-PRST-
RESETIOCONFIG.SYSTEM.M
IXER,9<CR>
Get SAVED status for
a preset type. This flag
indicates to the WEB if
a change have been
made since the last
RECALL and has not
been saved.
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-SAVED?preset_type<CR>
FEEDBACK
~nn@X-PRST-SAVEDpreset_type,saved_status<CR><LF>
▪ preset_type –
o System Preset –
IOCONFIG.SYSTEM
o Snapshot –
IOCONFIG.SYSTEM.MIXER
▪ Saved_status – preset index
o 0 – False (not saved)
o 1 – True (saved)
Get saved status of mixer
preset:
X-PRST-
SAVED?IOCONFIG.SYSTEM.
MIXER<CR>