COMMAND
#LOUDNESS?io_index<CR>
FEEDBACK
~nn@LOUDNESSio_index, enabled<CR><LF>
io_index – 1
enabled – On/Off
0 – Off
1 – On
Get audio loudness:
#LOUDNESS?1<CR>
Set the microphone gain.
Sets the microphone
input audio gain.
COMMAND
#MIC-GAINmic_id, level<CR>
FEEDBACK
~nn@MIC-GAINmic_id, level<CR><LF>
mic_id – 0
level – Level – 0 to 100
++ (increase current value);
-- (decrease current value)
Set the microphone gain to 10:
#MIC-GAIN1,10<CR>
Get the microphone gain.
Gets the microphone
input audio gain.
COMMAND
#MIC-GAIN?mic_id<CR>
FEEDBACK
~nn@MIC-GAINmic_id, level<CR><LF>
mic_id – 0
level – Level – 0 to 100
++ (increase current value);
-- (decrease current value)
Get the microphone gain:
#MIC-GAIN?0<CR>
Set mic talkover
parameters.
COMMAND
#MIC-TLKout_index, mic_index, value<CR>
FEEDBACK
~nn@MIC-TLKout_index, mic_index, value<CR><LF>
out_index – 0
mic_index – Parameter setting
0 – Depth
1 – Trigger
2 – Attack time
3 – Hold time
2 – Release time
value – MIC_INDEX value
Depth – 0~100 [%]
Trigger – 0~100 (-60dB~40dB)
Attack time / Hold time / Release
time – 0~200 (0~20sec)
Set mic depth to 20%:
#MIC-TLK0,0,20<CR>
Get mic talkover
parameters.
COMMAND
#MIC-TLK?out_index, mic_index<CR>
FEEDBACK
~nn@MIC-TLKout_index, mic_index, value<CR><LF>
out_index – 0
mic_index – Parameter setting
0 – Depth
1 – Trigger
2 – Attack time
3 – Hold time
2 – Release time
value – MIC_INDEX value
Depth – 0~100 [%]
Trigger – 0~100 (-60dB~40dB)
Attack time / Hold time / Release
time – 0~200 (0~20sec)
Get mic attack time:
#MIC-TLK?0,2<CR>
Get device model.
This command
identifies equipment
connected to VP-440X and
notifies of identity changes
to the connected
equipment. The Matrix
saves this data in memory
to answer REMOTE-INFO
requests.
COMMAND
#MODEL?<CR>
FEEDBACK
~nn@MODELmodel_name<CR><LF>
model_name – String of up to 19
printable ASCII chars
Get the device model:
#MODEL?<CR>
COMMAND
#MUTEout_index, mute_mode<CR>
FEEDBACK
~nn@MUTEout_index, mute_mode<CR><LF>
out_index – Number that indicates
the specific output: 0
mute_mode – On/Off
0 – Off
1 – On
Set Output to mute:
#MUTE0,1<CR>
COMMAND
#MUTE?out_index<CR>
FEEDBACK
~nn@MUTEout_index, mute_mode<CR><LF>
out_index – Number that indicates
the specific output: 0
mute_mode – On/Off
0 – Off
1 – On
Get mute status of output
#MUTE0?<CR>
Set machine (DNS) name.
The machine name is
not the same as the model
name. The machine name
is used to identify a
specific machine or a
network in use (with DNS
feature on).
COMMAND
#NAMEmachine_name<CR>
FEEDBACK
~nn@NAMEmachine_name<CR><LF>
machine_name – String of up to 15
alpha-numeric chars (can include
hyphen, not at the beginning or end)
Set the DNS name of the device
to room-442:
#NAMEroom-442<CR>
Get machine (DNS) name.
The machine name is
not the same as the model
name. The machine name
is used to identify a
specific machine or a
network in use (with DNS
feature on).
COMMAND
#NAME?<CR>
FEEDBACK
~nn@NAMEmachine_name<CR><LF>
machine_name – String of up to 15
alpha-numeric chars (can include
hyphen, not at the beginning or end)
Get the DNS name of the
device:
#NAME?<CR>
Reset machine (DNS)
name to factory default.
Factory default of
machine (DNS) name is
“KRAMER_” + 4 last digits
of device serial number.
COMMAND
#NAME-RST<CR>
FEEDBACK
~nn@NAME-RSTok<CR><LF>
Reset the machine name (S/N
last digits are 0102):
#NAME-
RSTkramer_0102<CR>