Revision History Table of contents Revision History ..................................3 General Information ............................4 Connectivity and Information Commands ..................7 System Configuration Commands ......................17 Conference Control Commands ......................34 (Advanced) MU List Management ......................48 Voting Commands ............................60 Microphone Mode Commands ........................ 69 Audio Setup Commands Digital Signal Processing ..............
Revision History Revision History Version Changes Author V1.0 Release of Document V2.0 Corrected baud rate, protocol changes for Quinta update 09/2013 Added communication examples Added new commands for Quinta CU Core Version 1.2.00 or higher V3.0 Complete document redesign ME, PE...
General Information General Information Interoperability Communication with and control of the Quinta system requires a wired connection to the control unit Quinta CU or respectively Quinta RS. Both devices offer three communication ports: Ethernet, USB and refers to Quinta CU or Quinta RS. Note: The AVB-Network connection does not allow Quinta system control;...
Page 5
General Information Physical Interfaces RS232 (Serial COM port): 57600 baud (8Bits, no Parity, 1 Stop). Requires 0-Modem (crossover) cable, only TX, RX and GND pins are relevant. USB: Will be recognized as virtual COM port (requires Quinta USB driver), settings like above TCP/IP (factory default): Telnet: Port 23 Default IP: 192.168.1.55 DHCP: active...
Page 6
General Information Examples Command Numeric value ASCII <CR> characters (important: Combined status information in case particular bit positions sensitive!) Usual character string 00021E 0131 7A 241100 <CR> MU status information <CR> Login to communication port Acknowledge prompt > After receiving a valid command from controller, the CU will reply with the prompt (0x3E) to signal that it is ready for the next command.
Connectivity and Information Commands Connectivity and Information Commands All commands in this chapter are applicable in Conference Mode as well as Microphone Mode. commands Login to communication port Note The U commands are only sent by the controller to the CU and are not passed on to other integrated units.
Page 8
Connectivity and Information Commands Logging in with the U 0 command unlocks this very port to be used for communication. Example: If the external controller sends the U 0 command to the CU RS232 port, it will unlock the RS232 port for communication and control (the USB and Ethernet ports will be locked for communication/control).
Page 9
Connectivity and Information Commands Set password for unlocking (with no password set in the beginning) Transmit: U 0<CR> This command is necessary to unlock the system for any further process. Receive: <CR><LF> > Transmit: U 1 abcd<CR> This command sets a new password for unlocking the system.
Page 10
Connectivity and Information Commands Note When connected via USB, it might be necessary to unplug/plugin the USB cable after port after the restart command and before the Quinta CU appears as a virtual COM device again. Example Transmit: ^<CR> Receive: command Power-Off Microphone Unit Sending this message to the Quinta control unit will trigger a power off of all...
Page 11
Connectivity and Information Commands Example Transmit: ~^d<CR> Receive: <CR><LF> > following MU Q messages, which show deallocation of stream commands Version- and Configuration data Get version info returns the Control Unit core version number; the extended version additionally delivers the PnP version, the Web Server version as well as the Ethernet IP- address and the Ethernet MAC-address.
Page 12
Connectivity and Information Commands Short version info (Conference Mode) Short version info (Microphone Mode) Transmit: V<CR> Transmit: V<CR> Receive: <CR><LF> Receive: <CR><LF> CUFW V3.0.0<CR><LF> CUFWM V3.0.0<CR><LF> > > Notes Received information: (1) The PnP versi DARRFW corresponds to PnP version number 1.38. (2) DSP version number: AVB version number: Reserved for internal reasons...
Page 13
Connectivity and Information Commands Examples Quinta CU is connected Quinta RS is connected Transmit: j 3 D<CR> Transmit: j 3 D<CR> Receive: <CR><LF> Receive: <CR><LF> Full mode<CR><LF> Light mode<CR><LF> > > message Microphone Unit Status Message The x message is automatically generated and sent periodically (about every 20 seconds) by MUs to CU.
Page 14
Connectivity and Information Commands - MU flags (16 bits) bit 15 reserved reserved reserved reserved HWType bit 0 reserved MUZone AllocationMode bit 15-12 reserved bit 11-8 HWType: Hardware type 0000 Single MU (1 button) 0001 Double MU (2 buttons) 0010 Chairman MU (3 buttons) 0011 Revoluto MU (1 button)
Page 15
Connectivity and Information Commands - MU status flags (8 bits) bit 7 bit 0 VotingHW CharERR CharON/OFF RFLevel BatLevel bit 7 VotingHW: shows voting compatibility = voting compatible hardware = non-voting hardware >> There are MUs, with which voting is hardware-technically intended (MU 23 V and MU 21 V), since they have a dedicated key for it.
Page 16
Connectivity and Information Commands - Version information This parameter is represented by six digits. The latter are to be read as hexadecimal numbers, with a division into four number groups as described in the following section: digit 1 digit 6 FWVersion FWRevision FWBuild...
System Configuration Commands System Configuration Commands command Changing operation mode The V A command described in the previous section queries whether the CU is in conference or microphone mode. Of course, the mode can also be changed using a corresponding protocol command, which is described below. Important Note As already mentioned in chapter 2.2, it is necessary to restart the CU to change the operation mode successfully.
Page 18
System Configuration Commands ATTENTION! Use carefully! command Selecting Unicast or Broadcast Mode You can use the M command to switch between the default broadcast mode and the unicast mode when directing commands specifically to MUs. In unicast mode, you can address individual MUs with commands that contain an ' ' at the beginning.
Page 19
System Configuration Commands commands System Configuration The J command is used to query and configure important properties of the system. The following table gives a brief explanation of each command. Communication direction Controller -> CU Syntax Description gets: Control Status (first line), Speak/Allocation Mode (second line), MU Button Power Off/Lock Power Key (LPK) (third line), PIN Status (fourth line), NOM allowed (fifth line), NOM Override...
Page 20
System Configuration Commands sets: NOM (number of open microphones) n : (1 >>>> This command sets how many active MUs resp. open microphones are currently allowed. n stands for the maximal number of open microphones. In order to be able to execute the limitation to the number of active MUs specified with this command, the function of the maximum number of MUs must first be activated with...
Page 21
System Configuration Commands J 10 sets: Last Mic Hold (LMH) n : (0 = Last Mic. Hold disabled/ 1 = Last Mic. Hold enabled) >>>> This command sets whether the last open microphone remains open even after the switch-off delay has elapsed when voice activation is used.
Page 22
System Configuration Commands commands Configure Chairperson/Delegate functionality Configure MU Zone Important Note Please use this command only in unicast mode! The unicast mode can be set with the M command, which addresses a certain MU. The ~J 4 command only changes the MU functionality. In addition to the MU functionality, the CU stream reservation protocol should be considered as there is normally a stream reservation for every chair-device.
Page 23
System Configuration Commands Examples Configure MU chairperson functionality (muad = 0x79B7) Transmit: M 79B7<CR> This command switches to unicast mode, which affects the MU with MU ID 0x79B7. Receive: <CR><LF> MUAD=0x000079B7<CR><LF> > Transmit: ~J 4 2<CR> This command sets the MU to chairman functionality. Receive: <CR><LF>...
Page 24
System Configuration Commands commands (2) configuration This command group shows, activates and deactivates the room partitioning with the rooms A, B, C and D as well as it configures the room stored in the MUs. So it covers the complete management of room partitioning. Important Note The ~j command can be executed in broadcast as well as in unicast mode;...
Page 25
System Configuration Commands bit 3 RoomA: Room A active/inactive for room combining = Room inactive = Room active bit 2 RoomB: Room B active/inactive for room combining = Room inactive = Room active bit 1 RoomC: Room C active/inactive for room combining = Room inactive = Room active bit 0...
Page 26
System Configuration Commands commands Display/modify CU streams and allocation table Important Note This is the first command group in this document that triggers a rather complex and very specific CU-reply (more precisely the S 0 command). The structure of these replies and the information needed to interpret them are presented in the second table in this chapter.
Page 27
System Configuration Commands - Stream status flags (8 bits) bit 7 bit 0 N.U. ResChair StreamAct/Deact bit 7-2 N.U.: not in use, unimplemented bit bit 1 ResChair: reserved for chairman = reserved = not reserved >> This bit indicates whether the corresponding stream is reserved for the chairman or not.
Page 28
System Configuration Commands bit 6 MuteStat: Mute Status = Stream muted = Stream unmuted bit 5 ResChair: Stream reserved for chairman = Stream reserved = Stream not reserved >> This bit indicates whether the corresponding stream is reserved for the chairman or not.
Page 29
System Configuration Commands bit 3 LeftRight: right flag , if MU is double delegate = left flag = right flag >> This bit is 0 if it is a Double Delegate; the property of the Double Delegate to have two microphones and to be able to activate them at the same time is thus expressed.
Page 30
System Configuration Commands commands Get/Set Custom Strings for priority mode 7 This command group is used to set the freely adjustable custom string for the function key of the chairman station. Important Note This function mode is called priority mode 7 in this document, although it is listed in the software under the number 8.
Page 31
System Configuration Commands Example Get & Set Custom Strings Transmit: s<CR> This command gets the currently set custom strings. Receive: <CR><LF> CS0:CUSTOM STRING 0<CR><LF> CS1:CUSTOM STRING 1<CR><LF> > Transmit: s 0 Sample String<CR> This command sets "Sample String" as the new custom string 0.
Page 32
System Configuration Commands commands Ethernet TCP/IP configuration This command group is used to make important Ethernet TCP/IP configuration. Important Note Please note that the IP and gateway address must be entered in reverse byte order as hexadecimal numbers; thus the reverse order refers only to the number blocks (one byte) and not to the individual numbers! Communication direction Controller ->...
Page 33
System Configuration Commands Examples Get & Set Ethernet TCP/IP configuration Transmit: c<CR> This command gets the currently set Ethernet TCP/IP configuration. Receive: <CR><LF> MAC=00:22:BB:30:00:05<CR><LF> IP=10.49.12.177<CR><LF> IPMASK=255.255.0.0<CR><LF> GTW=10.49.0.254<CR><LF> DHCPEn=0<CR><LF> > Transmit: c 5 1<CR> This command enables DHCP. Receive: <CR><LF> > Transmit: c 2 3701A8C0<CR>...
Conference Control Commands Conference Control Commands command MU start/stop speaking This command switches the on or off by specifying the ID. The A command involves a very specific reply from the CU, namely the Q message. The structure of this message and the information needed to interpret it are presented in another table in the same chapter.
Page 35
Conference Control Commands bit 11-8 HWType: Hardware type 0000 Single MU (1 button) 0001 Double MU (2 buttons) 0010 Chairman MU (3 buttons) 0011 Revoluto MU (1 button) 0100 Revoluto MU (2 buttons) 0101 Reserved 0110 Reserved 0111 Reserved 1000 Reserved 1001 Reserved / Test MU...
Page 36
Conference Control Commands Example Transmit: A 0000021E 1 0139<CR> Receive: <CR><LF> Q 0000021E 11 0C<CR><LF> > Parameter Explanations command for MU start/stop speaking muad in hex MU ID = 542 00021E start speaking 0139 HW Type: Double MU (2 buttons) MU Zone: 0x3 (corresponds to zone 4 in Quinta PC-software) Allocation Mode (Function): Double Delegate Q 0000021E 11 0C...
Page 37
Conference Control Commands - Delegate and allocation flags (8 bits) bit 7 bit 0 N.U. DeleType N.U. All/Deall bit 7-5 N.U.: not in use, unimplemented bit bit 4 DeleType: Type of Delegate = Double Delegate (right button) = Double Delegate (left button) or Single Delegate >>...
Page 38
Conference Control Commands Example Receive: <CR><LF> q 0000021E 01 0139<CR><LF> Q 0000021E 11 0C<CR><LF> > Parameter Explanations command for MU stream allocation muad in hex MU ID = 542 0000021E Double Delegate (right button) Stream allocated Stream 1 q 0000021E 01 0139 message for MU speak request >>...
Page 39
Conference Control Commands Parameters Description muad MU ID [range: 0x1 0xFFFFFF] = request for speaking // = stop speaking Hardware type und MU flags (16 bits) [range: 0x0 0xFFFF] - Hardware type und MU flags (16 bits) bit 15 N.U. HWType bit 0 N.U.
Page 40
Conference Control Commands bit 3-0 AllocationMode 0000 Single Delegate (SDel) 0001 Double Delegate left (DDelL) 0010 Chairman (Chrm) 0011 reserved 1001 Double Delegate right (DDelR) >> The AllocationMode refers to the assignment of MUs to a specific func- tionality. This functionality is important when assigning audio streams, since a stream is permanently reserved for a chairman.
Page 41
Conference Control Commands messsage MU request to speak resp. MU reporting microphone OFF Communication direction MU -> CU -> Controller Same as message - MU request to speak resp. MU reporting microphone OFF - needed for internal reasons - sent only in PC-controlled mode command Clear speaking MUs The i 00 command is used to deactivate all currently speaking MUs or all open...
Page 42
Conference Control Commands Communication direction MU -> CU -> Controller Syntax Description i 00 Received from CU after a chairman has pressed his i 00 (and also after transmitting the command from controller) Example Clear speaking MUs via Controller Transmit: 00<CR>...
Page 43
Conference Control Commands commands Clear speak request on MUs The ~Q 00 and ~Q 10 commands are used to clear MU (single and double delegate) speak requests. Important Note The ~Q command can be executed in broadcast as well as in unicast mode; please refer to chapter 3.2 for details.
Page 44
Conference Control Commands Clear all MUs in speaking or speak request mode (combination of the commands from chapter 4.5 and 4.6) Transmit: i 00<CR> ~Q 00<CR> ~Q 10<CR> Receive: <CR><LF> > Q messages and q messages if there were open microphones command Chairman priority message The l 00 resp.
Page 45
Conference Control Commands Example Receive: <CR><LF> l 00<CR><LF> PrioMode=0<CR><LF> Priority mode 1 (displayed as 0) is set. Prio on<CR><LF> Priority mode 1 is on. > <CR><LF> l 00<CR><LF> PrioMode=0<CR><LF> Priority mode 1 (displayed as 0) is set. Prio off<CR><LF> Priority mode 1 is off. >...
Page 46
Conference Control Commands Receive: <CR><LF> l 00<CR><LF> PrioMode=6<CR><LF> Priority mode 7 (displayed as 6) is set. ACTIVATE<CR><LF> Func button has been pressed, > Receive: <CR><LF> l 00<CR><LF> PrioMode=7<CR><LF> Priority mode 8 (displayed as 7) is set. CUSTOM STRING 1<CR><LF> Func button has been pressed BRIEFLY. >...
Page 47
Conference Control Commands commands MU ping and Warning Time Speaking (WTS) These commands can be used to ping the microphone LED or the mic button. The so- called warning time speaking (WTS) can be activated, which is a signal that can be sent to the MUs to signal that the speaking time is advanced and is about to end, or is to be ended by the chairman unless it is terminated independently.
(Advanced) MU List Management (Advanced) MU List Management This chapter deals with all necessary commands for handling the CU-internal MU list. If you want to manage the voting functions of the MUs without further help from the Quinta software, you have to read and manage this list. The Quinta CU-internal MU list is a fixed list of 150 positions (range of list positions: 0x00 - 0x95).
Page 49
(Advanced) MU List Management Notes: If first digit is F, MU is not registered (ghost MU). If all digits are F, the list position is empty. MU flags, first part (8 bits) [range: 0x00 0xFF] MU flags, second part (8 bits) [range: 0x00 0xFF] MU status (8 bits)
Page 50
(Advanced) MU List Management - MU flags, second part (8 bits) bit 7 bit 0 reserved reserved reserved reserved HWType bit 7-4 reserved bit 3-0 HWType: Hardware type 0000 Single MU (1 button) 0001 Double MU (2 buttons) 0010 Chairman MU (3 buttons) 0011 Revoluto MU (1 button) 0100...
Page 51
(Advanced) MU List Management - Voting Status flags (8 bits) bit 7 bit 0 reserved VotingENAB/DISAB reserved bit 7-2 reserved bit 1 VotingENAB/DISAB: = voting enabled = voting disabled >> This bit indicates whether voting is enabled for the MU. Voting must first be activated for each individual MU that can participate in the voting before it can take place.
Page 52
(Advanced) MU List Management Transmit: T 0 02 0<CR> Receive: <CR><LF> SList[0x02] FFFFFFFF FF FF 00 FA<CR><LF> > Parameter Explanations SList[0x] reply on T 0 command MU list position in hex FFFFFFFF empty MU list position in binary number representation: 1111 1111 >...
Page 53
(Advanced) MU List Management Ghost registrations MUs with established RF connection that are not registered are still listed in the MU list and receive a list position. This is done automatically by x status messages, which are sent from the MU to the CU every 20 seconds. On such an x status message an SList[] message is generated by the CU, which shows the list position assigned to the ghost If the MUs registered as ghost MU are switched off, they remain in the MU list.
Page 54
(Advanced) MU List Management - MU flags (16 bits) bit 15 reserved reserved reserved reserved HWType bit 0 reserved MUZone AllocationMode bit 15-12 reserved bit 11-8 HWType: Hardware Type 0000 Single MU (1 button) 0001 Double MU (2 buttons) 0010 Chairman MU (3 buttons) 0011 Revoluto MU (1 button)
Page 55
(Advanced) MU List Management 5.2.2 Set a name to the registered MU To give the MUs a name, two separate steps must be executed. The name must first be written to the CU Unicode buffer before it can be transferred to the MU list name fields in a second step.
Page 56
(Advanced) MU List Management commands Write the Unicode buffer into the MU list name fields Get names saved in MU list name fields Communication direction Controller -> CU Syntax Description Write string buffer to MU list position as Left Name >>...
Page 57
(Advanced) MU List Management Examples & Name them & Display the saved names Transmit: T 3 01 00000008 0131<CR> This T 3 command will register the MU with ID 00000008 on MU list position 01. The last parameter shows that it is a Double MU with 2 buttons, which works in zone 4 and as Double Delegate (DDelL, DDelR).
Page 58
(Advanced) MU List Management Transmit: T 0 01 3<CR> The T 0 i 3 command displays the RightName (note, that it is a Double MU) written to MU list position 01, which was done in the previous step. Receive: <CR><LF> RightNameL[0x01] 0041004E0041000000000000000000 000000000000000000000000000000...
Page 59
(Advanced) MU List Management Example Clear, save and restore saved MU list Transmit: T E<CR> The T E command clears the saved MU list at first. Receive: <CR><LF> > Transmit: T F<CR> The T F command saves the MU list. Receive: <CR><LF>...
Voting Commands Voting Commands The voting commands all refer to individual MUs, for example to switch on their voting . Consequently, all MUs must be addressed directly. This assumes that you know the listing of the MUs, since they are addressed under their MU list positions and not via the MU ID.
Page 61
Voting Commands Example Enable & Disable Voting Transmit: T4 00 1<CR> Enables voting for position 0x00 in MU list. Receive: <CR><LF> > Transmit: T4 00 0<CR> Disables voting for position 0x00 in MU list. Receive: <CR><LF> Selecting t > Transmit: M 000079B7<CR >...
Page 62
Voting Commands REVISION message Voting Enable Status Please refer to chapter 2.6 for detailed information about the x message. The x message is automatically generated and sent periodically (about every 20 seconds) by MUs to CU. These messages are also output via RS232 and do not require the system to be unlocked for generation.
Page 63
Voting Commands Parameters Description Vote session configuration muad Source MU ID [range: 0x000001 0xFFFFFF] - Vote session configuration (8 bits) bit 7 bit 0 Secret/NormalVote CorrectionON/OFF N.U. N.U. VotingType bit 7 Sectret/NormalVote: = Secret Vote = Normal Vote >> This bit indicates whether the voting is secret or open/normal. Secret in this case means that after the vote it is not possible to see which MU voted how.
Page 64
Voting Commands >> CU-REPLY messages on previous commands << Communication direction CU -> Controller Syntax Description VPmmxxxx Start/stop polling results VT=ttxxccyymmaa Total vote results muad muad Individual result of given Parameters Description Number of non-responding MUs xxxx reserved Total session voters [range: 0x01 0xFF] Total non-responding units (no RF connection)
Page 65
Voting Commands - Individual result No-choice vote (not any buttons pressed) Abstain vote (>>ABSTAIN<< button pressed) No vote (>>NO<< button pressed) Yes vote (>>YES<< button pressed) Secret vote (individual result will not be disclosed) Non-responding unit (no RF connection) multiple choice vote: No &...
Page 66
Voting Commands Examples Start, Stop voting and read vote results Transmit: v 1 C2<CR> The v 1 command starts a voting session. The bitwise parameter n (in the example 0xC2 = 1100 0010) determines that the voting takes place secretly and that the voter can correct his vote;...
Page 67
Voting Commands commands (2) Handling non-responing MUs v 1 and v 2 commands generate a CU-internal list with the non-responding MUs. The VP reply returns the number of non-responding MUs. To get more information about the latter, use the v 6 command. It returns the exact position of the MUs in the list including their MU ID.
Page 68
Voting Commands Example Start, Stop voting and get information about non-responding MUs Transmit: v 1 C2<CR> The v 1 command starts a voting session. The bitwise parameter n (in the example 0xC2 = 1100 0010) determines that the voting takes place secretly and that the voter can correct his vote;...
Microphone Mode Commands Microphone Mode Commands In addition to conference mode, the microphone mode is another possibility to operate the CU. Most of the typical conference functions of the CU are removed in favour of a multi-channel microphone function. Up to four microphones can be used simultaneously. These four microphones have a permanent audio connection with the CU and are assigned to a specific audio channel and an analog or digital audio output if desired.
Page 70
Microphone Mode Commands Commands for Mute Settings There are several mute modes that can be used in microphone mode as shown in the following subchapters. 7.2.1 Mute Mode Settings You can set whether push-to-mute or toggle mute should be used. In push-to-mute mode, the mute button must be pressed permanently to mute.
Page 71
Microphone Mode Commands Communication direction Controller -> CU Syntax Description E 105 Read byte at register 0x105 E 105 Write the value at register 0x105 Parameters Description Mute settings second command >> including: Mute Mode - Mute settings (8 bits) bit 7 bit 0 N.U.
Page 72
Microphone Mode Commands Examples Set Mute Mode to Push-to-Mute & Deactivate Global Mute & Read Mute Settings Transmit: J A 1<CR> The J A command is the first command needed to set the mute mode. In this example the mute mode is set to push-to-mute by parameter 1.
Page 73
Microphone Mode Commands Commands for Mute Status This command is used to mute or unmute the individual streams resp. channels of the CU. In addition to setting the mute status, the latter can also be queried; however, this only happens indirectly each time the mute status changes. To set and read the mute status of the four microphone channels, the corresponding DSP register 0x42 is addressed directly.
Page 74
Microphone Mode Commands Note At any change of DSP register 0x42, regardless of the source, the CU sends out the actual value read back from DSP, plus a variable service message. In the examples, two of these service messages that can occur are listed; in general, the following three different forms can occur: m=a-zn=b (Example: m=07-zn=02), zmA_B (Example: m=07- zn=02), pcgmN (Example: pcgm0).
Page 75
Microphone Mode Commands MU generated Mute Events MU is muted Receive: <CR><LF> As soon as the MU (in this example with the serial number 0xA225) is muted, the controller x 00A225 3720 79 263001 00<CR><LF> receives the following command structure. First an x message is sent, which is followed zm00A225_1z2<CR><LF>...
Page 76
Microphone Mode Commands Remembering Mic Channel (Channel Memory) The so-called channel memory can be activated so that the mic channels remain assigned unchanged when the CU is restarted. It is possible to route the individual channels discretely to the outputs of the CU. In such a case it is very important that the MUs remain on the correct channels even after restarting the CU.
Page 77
Microphone Mode Commands MU individual Volume (Channel Volume) In order to adjust the volume of the individual MUs (immediate volume change), it is necessary to directly address the DSP registers, which are responsible for the volume of the corresponding upstreams. Note This command is of the command form which addresses the DSP, reads it or writes into its registers as shown in chapter 8.
Page 78
Microphone Mode Commands Example Set MU individual Volume Transmit: P 63 15<CR> This command sets the volume of channel 2 to 0x15; the higher the hexadecimal values, the lower the volume will be. In the graphical feedback of the Quinta software the value 0x15 is displayed as -15. Receive: <CR><LF>...
Page 79
Microphone Mode Commands Parameters Description muad MU ID [range: 0x00000001 0xFFFFFFFF] Communication direction Controller -> CU -> MU Syntax Description ~E 2B Set MU individual persistent volume Wireless Write the value at register 0x2B Parameters Description Volume [range: 0x00 0x32] (The higher the number, the lower the volume.) Example Set a persistent Volume to a specific MU...
Audio Setup Commands Digital Signal Processing Audio Setup Commands Digital Signal Processing This chapter covers relevant areas of audio signal processing that may occur in the Quinta CU due to its functionality and connectivity. In this context, memory must be regularly read out and rewritten. The term memory register is therefore used very frequently in the following.
Page 81
Audio Setup Commands Digital Signal Processing Selected Audio Settings This chapter describes three important DSP registers and how to deal with the latter by way of example. In addition to correct addressing, the scale of possible parameters and their value interpretation is also given. 8.2.1 0x10 Volume Master...
Page 82
Audio Setup Commands Digital Signal Processing 8.2.2 0x14 Volume MU Loudspeaker The Volume MU Loudspeaker controls the volume of all loudspeakers. READ Reset Parameter Description WRITE Value Range [All parameters represented in bit positions] 0x00 0x1F 0x0F Change current volume value. A negative value is indicated by set bit 4.
Page 83
Audio Setup Commands Digital Signal Processing 8.2.3 0x1A Volume CU Mix Output The Volume CU Mix Output controls the volume of the MIX outputs of the CU. READ Reset Parameter Description WRITE Value Range [All parameters represented in bit positions] 0x00 0x1F 0x0F...
Use Cases Use Cases Remote Microphone Control (static ON/OFF) - applicable in stand-alone as well as PC-controlled mode To switch the microphone of an MU on and off statically without sending a speak request, only the A command has to be sent. In addition to the corresponding MU ID and the bit position for switching on and off, this command also contains information about the hardware type and MU flags.
Page 85
Use Cases Scenario IMPORTANT T 0 pp 0 If the command in the optional list query process is not executed, the corresponding information for the correct use of the A command must be taken from the x messages. OPTIONAL: Check List Positions for MU IDs, further information about the MUs and saved Names The list items must be queried for MU ID, further MU information and stored names.
Page 86
Use Cases Remote Microphone Control (speak request based) - applicable only in PC-controlled mode In contrast to the direct or hard switching on and off of the microphone of a certain MU, the speak request based remote microphone control means that the MU must first send a q message as a speak request.
Page 87
Use Cases Scenario Get a MU speak request As in the normal behavior of the Quinta system, four consecutive identical q messages (followed by a messages in PC-controlled mode) are issued. See chapter 4.3 and 4.4 for further information on the received messages resp. received messages. Receive: <CR><LF>...
Page 88
Use Cases 2.1) Microphone of MU is activated These commands are the same as for use case 9.1, but they are only executed based on the speak request. The speak request is thus the condition for the execution. See chapter 4.1 and 4.2 for further information on the used commands resp. received messages. Transmit: A 281 1 30<CR>...
Page 89
Use Cases Transmit: M 0<CR> After the command has been executed for the individually addressed MU, the individual addressing should be reset again. This is done with the M 0 Receive: <CR><LF> command, which switches back MUAD=0x00000000<CR><LF> broadcast mode. >...
Page 90
Use Cases Microphone Status (to be used for camera control) - applicable in stand-alone as well as PC-controlled mode Camera control means that information about open microphones is used to control a camera that captures the person talking. This can be done specifically using the Q message, which is sent by the CU when a microphone is allocated to or de-allocated from a stream.
Page 91
Use Cases Scenario NOTE: Check for room distribution of the MUs To program the camera, the room view in the Quinta software can be used. The latter serves only as optical orientation for the assignment of the individual MUs with corresponding MU ID to places in the room. Since the MUs are set manually in the room view, the latter can of course be faulty.
Page 92
Use Cases Transmit: A 281 1 30<CR> Use of A command as shown and explained in use case 9.2; in this case: MU start speaking. Receive: <CR><LF> switching microphone of the MU with the MU ID Q 00000281 01 0C<CR><LF> 0x281 by the preceding A command, an allocation to a stream takes place so that >...
Page 93
Use Cases Simple voting session (Start/Stop/Results) - applicable in stand-alone as well as PC-controlled mode This use case shows how a simple voting session can be realized. Besides the setup of the voting, the starting, stopping and querying of the results will be discussed. To be able to apply the voting commands to the individual MUs, their list positions in the MU list are required, since all voting commands address the MUs directly under their list positions.
Page 94
Use Cases Scenario Check List Positions for MU IDs, saved Names and further information about the MUs The list items must be queried for MU ID, further MU information and stored names. See chapter 5.1 and 5.2.2 for further information on the used commands resp. received messages. Transmit: T 0 00 0<CR>...
Page 95
Use Cases Start, Stop voting and read vote results This table shows the usual procedure for starting, stopping a voting and then querying the results. See chapter 6.3 for further information on the used commands resp. received messages. Transmit: v 1 C2<CR> The v 1 command starts a voting session.
Page 96
GmbH & Co. KG Theresienstraße 8 o 74072 Heilbronn o Germany For further distributors worldwide, please go to www.beyerdynamic.com Non-contractual illustrations. Subject to change without notice. Weitere Vertriebspartner weltweit finden Sie im Internet unter www.beyerdynamic.com Abbildungen nicht vertragsbindend. Änderungen vorbehalten.
Need help?
Do you have a question about the QUINTA Series and is the answer not in the manual?
Questions and answers