![Kramer KIT-400 Скачать руководство пользователя страница 78](http://html1.mh-extra.com/html/kramer/kit-400/kit-400_user-manual_2001932078.webp)
Kramer Electronics Ltd.
KIT-400
– Protocol 3000
76
Protocol 3000 Commands
This section includes the:
•
•
KIT-400T Protocol Commands
Function
Description
Syntax
Parameters/Attributes
Example
#
Protocol handshaking.
Validates the
Protocol 3000
connection and gets the
machine number.
Step-in master products
use this command to
identify the availability
of a device.
COMMAND
#
<CR>
FEEDBACK
~nn@
ok
<CR><LF>
#
<CR>
AUD-EMB?
Get audio in video
embedding status.
COMMAND
#AUD-EMB?
in_index
,
out_index
<CR>
FEEDBACK
~nn@AUD-EMB
in_index
,
out_index
,
emb_mode
<CR><LF>
in_index
– Number that indicates
the specific input:
1
– IN 1
2
– IN 2
out_index
– Number that
indicates the specific output:
1
– HDBT OUT
emb_mode
– Embedding status
0
– Analog
1
– Embedded
Get IN 1 audio embedding
status:
#AUD-EMB?
1,1
<CR>
AUD-LVL
Set volume level.
COMMAND
#AUD-LVL
io_mode
,
io_index
,
vol_level
<CR>
FEEDBACK
~nn@AUD-LVL
io_mode
,
io_index
,
vol_level
<CR><LF>
io_mode
– Input/Output
1
– Output
io_index
– Number that indicates
the specific input or output port:
1
– AUDIO OUT
vol_level
– Volume level -83db
to 24dB;
++
(increase current value by 1dB);
--
(decrease current value by 1dB)
Set AUDIO OUT level
to -50dB:
#AUD-LVL
1
,
1
,
-50
<CR>
AUD-LVL?
Get volume level.
COMMAND
#AUD-LVL?
io_mode
,
io_index
<CR>
FEEDBACK
~nn@AUD-LVL
io_mode
,
io_index
,
vol_level
<CR><LF>
io_mode
– Input/Output
1
– Output
io_index
– Number that indicates
the specific input or output port:
1
– AUDIO OUT
vol_level
– Volume level -83db
to 24dB;
++
(increase current value by 1dB);
--
(decrease current value by 1dB)
Get AUDIO OUT level
#AUD-LVL?
1
,
1
<CR>