Ecler NXA4-400 - Receiver

NXA4-400 - Receiver Ecler - Free user manual and instructions

Find the device manual for free NXA4-400 Ecler in PDF.

📄 31 pages English EN Download 💬 AI Question
Notice Ecler NXA4-400 - page 22
View the manual : Français FR English EN
Pick your language and provide your email: we'll send you a specifically translated version.

User questions about NXA4-400 Ecler

0 question about this device. Answer the ones you know or ask your own.

Ask a new question about this device

The email remains private: it is only used to notify you if someone responds to your question.

No questions yet. Be the first to ask one.

Download the instructions for your Receiver in PDF format for free! Find your manual NXA4-400 - Ecler and take your electronic device back in hand. On this page are published all the documents necessary for the use of your device. NXA4-400 by Ecler.

USER MANUAL NXA4-400 Ecler

text_image b) 0-10 VOLTS DC GENERATOR + ⊕ ⊖

Ecler NXA4-400 - 1

flowchart
graph TD
    A["DRY CONTACT"] --> B["Terminal 1"]
    A --> C["Terminal 2"]
    A --> D["Terminal 3"]
    A --> E["Terminal 4"]
Processing:
A/D & D/A24 bit, 48kHz. 115dB AKM Codec
DSP32/64 bits
Latency2ms
Analog Input headroom:+18 dBV = +21dBu
Digital Input attenuator:Stepless from -∞ to +0dB
Input Impedance:Balanced, 22kΩ
Maximum Delay:1s (343.4m) for each channel
Delay resolution:20.8μs (6mm)
Compressor / Limiter:
Thresholdfrom -36dBV to +18dBV
Ratio1:1 to ∞:1 (limiter)
Attack timeAuto or from 0.1ms to 500ms.
Release timeAuto or from 1ms to 5s.
Output peak voltage limiter:
Peak voltage upon model (auto settings)From 10Vpk to 70Vpk
High & Low pass Crossover filtersButterworth in 6/12/18/24dB/oct.Bessel in 12/18/24dB/octLinkwitz-Riley in 12/24dB/oct.
Parametric Eq. types (8 max. per output)- Bypass / On-Off all channels- Param. Eq. 20Hz-20kHz; -60/+12dB; Q from =.3 to 200- Low & High Shelf 6/12 dB/oct- Low & High Pass 6/12 dB/oct.- All-Pass 1/2 order
Built In signal generator- Sine (20Hz to 20kHz)- Polarity(10/20Hz to 10/20kHz)- White- Pink
Signal MuteYes
Signal Polarity InvertYes
Connectivity:- Ethernet Base-Tx 10/100Mb, Auto X-Over, Cat5- RS232 57600(fixed)-8-N-1-N

SOFTWARE

EclerNet Software- Realtime full GUI of all functions and controls thru Ethernet with interactive graphical display- Grouping mode channels or devices- Automated report generation- Remote power on with programmable delay.- Up to 256 devices on same net.- Autodiscovery devices feature- Routing capability through NAT gateways.- Real time metering at input/output (DSP)- Device “Finder” feature- Save & Recall setup and preset functions- Firmware update capability thru Ethernet- Password protection- Default Network configuration:IP: 192.168.0.100Mask: 255.255.255.0Gate: 192.168.0.1UDP Port: 2210
Operating System:Windows®: XP Prof. (SP3); Vista (SP1); W7(SP1), W8, W10 and W11.
Minimum EclerNet System Requirements:Pentium IV ® 2GHz500MB RAM100MB HDD free space1024x768 pixels & 16bits colour display10/100/1000 Ethernet Network card

TP-NET PROTOCOL

SOFTWARE

Third-Party NET

USER MANUAL

11 TP-NET PROTOCOL INTRODUCTION

The TP-NET protocol lets a client device (control device) get and/or set the values of several parameters of the EclerNet compatible devices (MIMO and MIMO SG series digital matrices, DUO-NET PLAYER, NXA digital audio manager series, NZA amplifier series, NPA amplifier series, etc.), like volumes, mutes, alarms, etc. It's as well available for eMIMO1616 digital matrix, HUB series digital zoner, MIMO7272DN and MIMO4040CDN digital matrix.

The communication with these digital audio devices can be established using Ethernet and the UDP/IP transport protocol, always by means of the 5800 UDP port.

A second option for this communication is using the RS-232 interface that some of these compatible devices do also have (MIMO series, DUO-NET PLAYER, NXA series, etc.). In this case, the serial connection must fulfil the following specifications:

  • Baud rate: 57600 (fixed, no autonegotiation) for all the devices, except for DUO-NET PLAYER, eMIMO1616, HUB series and MIMO4040CDN, which use 115200 baud rate)
  • Data bits: 8
  • Parity: None
  • Stop bits: 1
  • Flow control: None

In case the Ecler device has an Euroblock connector for the RS-232 interface, the serial cable wiring, from the device's connector to a standard DB9 serial interface connector, must be the following:

WIRING RS232 – DB9
RS232DB9
TxPin 2 (RxD)
RxPin 3 (TxD)
GndPin 5 (Signal Gnd)

The protocol is simple and direct, making it easy to read, write and modify the generated code. It is based on messages with no begin and end delimiter: each message is self-delimited by the UDP packet size, which is defined with a maximum of 80 characters. All the messages must be written in capital letters.

To let some control systems (like CRESTRON®, EXTRON®, AMX®, RTI®, VITY®, MEDIALON®, etc.) process the messages more easily, the EclerNet device adds the character LF (0x0A) to the end of each message. This way the client can buffer the messages to process them, if it's required. The EclerNet device can also handle several messages received in a single message packet by using the LF delimiter.

The available messages are built with one or more fields separated with blank spaces ( = blank space):

[PARAM1] [PARAM2] [PARAM3] [PARAM4][LF]

The first field (TYPE) defines the message type and then, the required parameters for it (each kind of message requires a given number of parameters). The field TYPE can have these values:

  • SYSTEM
    • GET
  • SET
    • INC
    • DEC
  • SUBSCRIBE
  • UNSUBSCRIBE
    • DATA
  • ERROR

At the end of this document you'll find all the available messages and their parameters for each model of the EclerNet compatible devices.

The SYSTEM, GET, SET, INC, DEC, SUBSCRIBE & UNSUBSCRIBE messages can be sent from the client to the EclerNet device. The DATA & ERROR messages can be sent from the device to the client. The only exception is the SYSTEM PING message, that is a SYSTEM type message that is sent from the EclerNet device when the initial message from the client to the device was SYSTEM CONNECT PINGPONG.

The communication (using UDP or RS-232) starts when a client sends the message SYSTEM CONNECT to the EclerNet device. As far as the UDP communication requires no connection (unlike the TCP), the EclerNet device stores this client's IP address, and then uses it as the destination IP address for the messages that it generates (DATA & ERROR). After receiving the SYSTEM CONNECT message, the device dumps its entire configuration using several consecutive DATA messages.

Note: if the configuration data dump process (usually a huge list of parameters & values) wants to be avoided after a SYSTEM CONNECT message, a SYSTEM CONNECT ONCE message can be used instead.

The communication can be terminated by two methods:

- Manually: when the client sends the SYSTEM DISCONNECT message, cancelling all the subscriptions and stopping the DATA & ERROR messages

- Automatically: in case the initial message was SYSTEM CONNECT PINGPONG and the client didn't get any SYSTEM PONG message in a period longer than 10 seconds (presuming a communication breakdown)

The SET messages don't have an automatic acknowledgement with a DATA message sent from the EclerNet device after it has processed the SET command. The client must update the values itself and must send the needed GET message if it requires confirmation from the device.

NOTES:

  • The numerical values are always integer numbers without +, -, comma or dot symbols.
  • [PINGPONG] is an optional parameter used to configure the device-client communication with a periodical check, to see whether the client or the device have terminated it. When configured this way, the device sends a SYSTEM PING once per second, and the client must answer with a SYSTEM PONG message. If anyone doesn't get these messages along a 10 seconds period, the communication will be considered terminated.
  • [ONCE] is an optional parameter used to start the device-client communication without a full data dump process (usually a huge list of parameters & values).
  • & are numerical values that identify an input or output channel of the EclerNet device. For the NXA series it can be within the [1..4] or [1..6] range, for 4 or 6 channel amplifiers.
  • is a numerical value that identifies one available Preset stored in the EclerNet device's memory. For the NXA and NZA series it can be within the [1..5] range.
  • ,
     y  are numerical values in the [0..100] range that define values in a scale equivalent to [-inf..0] dB.   
  • & are numerical values. For the NXA series GPI values can be within the [1..4] or [1..6] range, depending on model.
  • is a numerical value within the [0..100] range that indicates the value of an analogue GPI input. For a digital input only 0 or 100 are the possible values.
  • is a numerical value within the [0..1] range: it can only be 0 or 1 (opened or closed GPO).
  • is a numerical value within the [1..10] range that sets the VU-meter refresh rate, or the number of times the vumeters' values are sent per second (by default = 3).
  • "" is the device name inside double quotation marks, to allow for names with blank spaces.
  • is a numerical value for an error code.

- "" is a text chain inside double quotation marks, containing an error description.

- is a numerical value that identifies a Virtual Control. - It can be within a [1A..4A] or [1B..4B] range for NXA 4 ch. Models.

- It can be within a [1A..6A] or [1B..6B] range for NXA 6 ch. Models.

Ecler NXA4-400 - NOTES: - 1

ecler

12 NXA DIGITAL AUDIO MANAGER SERIES

IMPORTANT NOTE: The communication must be started with the client sending the first message SYSTEM CONNECT or SYSTEM CONNECT ONCE to the EclerNet device. Otherwise, the commands from the client to the EclerNet device will be ignored. See TP-NET PROTOCOL INTRODUCTION chapter for additional information.

TYPEPARAM1PARAM2PARAM3PARAM4DESCRIPTION
SYSTEMCONNECT[MASTER][PINGPONG][ONCE]• MASTER: this parameter, applied in SYSTEM CONNECT, is used to disconnect all clients currently connected to the device, releasing all open and not correctly closed connections, opening a new connection. In this way we guarantee that the client that has set the MASTER option is the only one connected by TP-NET to the device.• PINGPONG: this parameter can be used with the MASTER parameter, the difference is that this parameter performs a periodic check to see if the communication is still open (PING PONG) or if after 10 seconds with no response, the communication has ended (PING).• ONCE: this parameter is used to prevent the device status dump.
DISCONNECTCancel subscriptions and terminates communication
SUBSCRIPTION_RATEAlive message from device
PINGAlive message from device
PONGAlive ACK message from client
GETALLDumps current device status (with DATA messages)
POWERGets the Device Power status
PRESETGets the current PRESET
OLEVELGets the current LEVEL of an Output Channel
XLEVELGets the current LEVEL of a Matrix point
OMUTEGets the current MUTE status of an Output Channel

Ecler NXA4-400 - NXA DIGITAL AUDIO MANAGER SERIES - 1

ecler

XMUTEGets the current MUTE status of a Matrix Point
OVUGets the VU-meter value of an Output Channel
ALARM_PROTECTGets the Protect alarm status of an Output Channel
ALARM_FAULTGets the self-diagnosis system alarm status of an Output Channel
INFO_NAMEGets the Device Name
INFO_MODELGets the Device Model
INFO_VERSIONGets the Firmware Version
INFO_MACGets the Device MAC address
VIRTUAL_CONTROLGets the Virtual Control value
TYPEPARAM1PARAM2PARAM3PARAM4DESCRIPTION
SETPOWERON/OFFSets the Device Power status
PRESETSets the current PRESET
OLEVELSets the current LEVEL of an Output Channel
XLEVELSets the current LEVEL of a Matrix point
OMUTEYES/NOSets the current MUTE status of an Output Channel
XMUTESets the current MUTE status of a Matrix Point
VIRTUAL_CONTROLSets the Virtual Control value (Value can range from 1 to 100)
INCOLEVELIncreases the current LEVEL of an Output Channel by Value (Value can range from ±1 to ±100)
XLEVELIncreases the current LEVEL of a Matrix point by Value (Value can range from ±1 to ±100)
DECOLEVELDecreases the current LEVEL of an Output Channel by Value (Value can range from ±1 to ±100)
XLEVELDecreases the current LEVEL of a Matrix point by Value (Value can range from ±1 to ±100)
SUBSCRIBEALLSubscribes to all VU-meters
OVUSubscribes to an Output Channel VU-meter
UNSUBSCRIBEALLUnsubscribe to all VU-meters
OVUUnsubscribe to an Output Channel VU-meter
DATAPOWERON/OFFShows the Device Power status
PRESETShows the current PRESET
OLEVELShows the current LEVEL of an Output Channel
XLEVELShows the current LEVEL of a Matrix point
OMUTEYES/NOShows the current MUTE status of an Output Channel
XMUTEYES/NOShows the current MUTE status of a Matrix point
VIRTUAL_CONTROLShows the Virtual Control value

Ecler NXA4-400 - NXA DIGITAL AUDIO MANAGER SERIES - 2

OVUShows the VU-meter value of an Output Channel
ALARM_PROTECTON/OFFShows the Protect alarm status of an Output Channel
ALARM_FAULTON/OFFShows the self-diagnosis system alarm status of an Output Channel
INFO_NAME“”Shows the Device Name
INFO_MODELShows the Device Model
INFO_VERSIONShows the Firmware Version
INFO_MACShows the Device MAC address
ERROR“”Informs about an error

Note: INC and DEC commands are replied with a DATA command from the device with the resulting LEVEL value, after it has been increased or decreased. When the INC or DEC command tries to adjust a LEVEL value beyond its minimum or maximum limits, no reply (DATA command) will be produced.

13 ERROR CODES FOR ECLERNET DEVICES

Ecler NXA4-400 - ERROR CODES FOR ECLERNET DEVICES - 1

13.1 COMMON ERROR CODES (to all EclerNet - TP-NET compatible devices)

ERROR IDDESCRIPTION
0TPNET_ERROR_NONE = 0,
1TPNET_ERROR_INVALID_FIELD_TYPE,
2TPNET_ERROR_INVALID_FIELD_PARAM1,
3TPNET_ERROR_INVALID_FIELD_PARAM2,
4TPNET_ERROR_INVALID_FIELD_PARAM3,
5TPNET_ERROR_INVALID_FIELD_PARAM4,

13.2 NXA SERIES SPECIFIC ERROR CODES

ERROR IDDESCRIPTION
6UDP_ERROR_TIMEOUT_PONG,
7UDP_ERROR_CONNECT_WHILE_CONNECTED,
8UDP_ERROR_DISCONNECT_WHILE_UNCONNECTED,
9UDP_ERROR_INVALID_CLIENT_IP,
10UDP_ERROR_MESSAGE_TOO_LONG,
11UDP_ERROR_UNSUPPORTED_MESSAGE,
12UDP_ERROR_UNSUPPORTED_PRESET_NUMBER,
13UDP_ERROR_UNSUPPORTED_INPUT_CHANNEL_NUMBER,
14UDP_ERROR_UNSUPPORTED_OUTPUT_CHANNEL_NUMBER,
15UDP_ERROR_UNSUPPORTED_GPI_NUMBER,
16UDP_ERROR_UNSUPPORTED_GPO_NUMBER,
17UDP_ERROR_INVALID_LEVEL_VALUE,
18UDP_ERROR_INVALID_RATE_VALUE,
19UDP_ERROR_GPO_VALUE,
20UDP_ERROR_MAX_CLIENTS_REACHED,
21UDP_ERROR_MASTER_MODE,

Ecler NXA4-400 - NXA SERIES SPECIFIC ERROR CODES - 1

text_image d ecler
Manual assistant
Powered by Anthropic
Waiting for your message
Product information

Brand : Ecler

Model : NXA4-400

Category : Receiver