Get audio level min and
max range.
In most devices min
and max audio level is
a function of HW
implementation and the
SET command is
usually not
implemented.
COMMAND
#AUD-LVL-RANGE?io_mode,io_index<CR>
FEEDBACK
~nn@AUD-LVL-RANGEio_mode,io_index,min_vol,max_vol<CR><L
F>
io_mode – Input/Output
1 – Output
io_index – Number that indicates
the specific output port:: 1
min_vol – -83dB
max_vol – 24dB audio level
Get audio level min and max
range for output 1 channel 2:
#AUD-LVL-RANGE?1,2<C
R>
Enable/disable audio
only mode.
COMMAND
#AUD-ONLYchannel,mode<CR>
FEEDBACK
~nn@AUD-ONLYchannel,mode<CR><LF>
channel –Output
1 – Output
mode – audio only mode:
0 – Off
1 – On
Set audio only state to off:
#AUD-ONLY1,0<CR>
COMMAND
#AUD-ONLY?channel<CR>
FEEDBACK
~nn@AUD-ONLYchannel,mode<CR><LF>
channel –Output
1 – Output
mode – audio only mode:
0 – Off
1 – On
Get audio only state
#AUD-ONLY?1<CR>
Get audio input signal
status.
COMMAND
#AUD-SIGNAL?in_index<CR>
FEEDBACK
~nn@AUD-SIGNALin_index,status<CR><LF>
in_index – Number that indicates
the specific input:
1 – IN 1
status – On/Off
0 – Off (no signal)
1 – On (signal present)
Get the status of input 1:
#AUD-SIGNAL?1<CR>
Set auto switching
timeout.
COMMAND
#AV-SW-TIMEOUTswitching_mode,time_out<CR>
FEEDBACK
~nn@AV-SW-TIMEOUTswitching_mode,time_out<CR><LF>
switching_mode – Switching
mode
0 – Video signal lost
2 – Audio signal lost
4 – Disable 5V on video output if
no input signal detected
5 – Video cable unplugged
6 – Audio cable unplugged
time_out – Timeout in seconds
0 - 60000
Set the auto switching
timeout to 5 seconds in the
event of 5V disable when no
input signal is detected:
#AV-SW-TIMEOUT4,5<CR
>
Get auto switching
timeout.
COMMAND
#AV-SW-TIMEOUT?switching_mode<CR>
FEEDBACK
~nn@AV-SW-TIMEOUTswitching_mode,time_out<CR><LF>
switching_mode – Switching
mode
0 – Video signal lost
2 – Audio signal lost
4 – Disable 5V on video output if
no input signal detected
5 – Video cable unplugged
6 – Audio cable unplugged
time_out – Timeout in seconds
0 - 60000
Get the Disable 5V on video
output if no input signal
detected timeout:
#AV-SW-TIMEOUT?4<CR>
Get beacon information,
including IP address,
UDP control port, TCP
control port, MAC
address, model, name.
There is no Set
command. Get
command initiates a
notification.
COMMAND
#BEACON-INFO?port_id<CR>
FEEDBACK
~nn@BEACON-INFOport_id,ip_string,udp_port,tcp_port,mac_
address,model,name<CR><LF>
port_id – ID of the Ethernet port
ip_string – Dot-separated
representation of the IP address
udp_port – UDP control port
tcp_port – TCP control port
mac_address – Dash-separated
mac address
model – Device model
name – Device name
Get beacon information:
#BEACON-INFO?<CR>
COMMAND
#BUILD-DATE?<CR>
FEEDBACK
~nn@BUILD-DATEdate,time<CR><LF>
date – Format: YYYY/MM/DD
where
YYYY = Year
MM = Month
DD = Day
time – Format: hh:mm:ss where
hh = hours
mm = minutes
ss = seconds
Get the device build date:
#BUILD-DATE?<CR>