Protocol 3000 commands, Kramer electronics ltd – Kramer 4x4 Audio and Dante Mixer User Manual

Page 38

Advertising
background image

Kramer Electronics Ltd.

FC-404NETxl

– Protocol 3000

36

Protocol 3000 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>

BEACON-
INFO?

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-INFO

port_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>

BUILD-
DATE?

Get device build date.

COMMAND

#BUILD-DATE?

<CR>

FEEDBACK

~nn@BUILD-DATE

date

,

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>

CONF-
EXPORT

For Kramer internal use
only.

CONF-
IMPORT

For Kramer internal use
only.

DSP-METER

Register DSP meters.

Internal

– for web only.

DSP-
METER?

Read DSP meters.

COMMAND

#DSP-
METER

<direction_type>

.

<port_type>.<port_index>.<signal_t

ype>.<index>

,

type

<CR>

FEEDBACK

~nn@DSP-METER

<direction_type>

.

<port_type>

.

<port_index>

.

<s

ignal_type>

.

<index>

,

type,value

<CR><LF>

<direction_type>

o

IN

o

OUT

<port_type>

o

ANALOG_AUDIO

o

ANALOG_JACK

o

DANTE

port_index>

– The port

number as printed on the front
or rear panel: 1 to 4 for analog
audio, and 1 for Dante

signal_type>

– Signal ID

attribute:

o

AUDIO

<index>

– Indicates a specific

channel number when there
are multiple channels of the
same type: 1 to 4 for Dante,
and 1 for Analog audio

value

[dBFS]

Read the limiter value on the
output:

#DSP-METER

OUT.ANALOG

_STEREO.1.AUDIO.1

,

5

<CR

>

DSP-
METER-
REGISTER

Register DSP meters.

Internal

– for web only.

ETH-PORT

Set Ethernet port
protocol.

If the port number

you enter is already in
use, an error is
returned.
The port number must
be within the following
range: 0-(2^16-1).

COMMAND

#ETH-PORT

port_type

,

port_id

<CR>

FEEDBACK

~nn@ETH-PORT

port_type

,

port_id

<CR><LF>

port_type

– TCP/UDP

port_id

– TCP/UDP port number

(0

– 65535)

Set the Ethernet port
protocol for TCP to port
12457:

#ETH-PORT

0

,

12457

<CR>

ETH-PORT?

Get Ethernet port
protocol.

COMMAND

#ETH-PORT?

port_type

<CR>

FEEDBACK

~nn@ETH-PORT

port_type

,

port_id

<CR><LF>

port_type

– TCP/UDP

0

– TCP

1

– UDP

port_id

– TCP / UDP port number

(0

– 65535)

Get the Ethernet port
protocol for UDP:

#ETH-PORT?

1

<CR>

FACTORY

Reset device to factory
default configuration.

This command

deletes all user data
from the device. The
deletion can take some
time.

Your device may
require powering off
and powering on for the
changes to take effect.

COMMAND

#FACTORY

<CR>

FEEDBACK

~nn@FACTORY

ok

<CR><LF>

Reset the device to factory
default configuration:

#FACTORY

<CR>

Advertising