ADN Media Control Protocol
Table Of Contents
- Content
- Glossary
- Protocol Basics
- Overview of Commands
- Detailed List of Commands
- Table of Parameters
- AllMicsOff (Set)
- AmRfChannel (Get, Update, Set)
- AmRfOutputPower (Get, Update, Set)
- AutoFreqSelection (Get, Update, Set)
- BlinkOnReq (Get, Update, Set)
- ClearDoesCleanRequestList (Get, Update, Set)
- ConferenceMode (Get, Update, Set)
- EnableSUwShutdown (Get, Update, Set)
- FloorEqualizerHigh (Get, Update, Set)
- FloorEqualizerMid (Get, Update, Set)
- FloorEqualizerLow (Get, Update, Set)
- FloorMix (Get, Update, Set)
- FloorVolume (Get, Update, Set)
- HdRecordIsActive (Get, Update, Set)
- HdRecordError (Get, Update)
- LapsedTalkTime (Get, Update)
- LapsedTalkTimeSN (Get, Update)
- LimitOfTalkTime (Get, Update, Set)
- MaxOpenMic (Get, Update, Set)
- MaxSpeakReqListLength (Get, Update, Set)
- MicBatteryStatus (Get, Update)
- MicButton (Set)
- MicButtonSN (Set)
- MicExtPowerSupply (Get, Update)
- MicRfStatus (Get, Update)
- MicStatus (Get, Update)
- MicStatusSN (Get, Update)
- OpenAccessMode (Get, Update, Set)
- PremonitionTime (Get, Update, Set)
- ReinitSystem (Set)
- SetCUDateTime (Set)
- SpeakerFeedbackSuppression (Get, Update, Set)
- SwitchableMicVolumeIsActive (Get, Update, Set)
- TalkTimeExpirationHardCutOff (Get, Update, Set)
- TalkTimeLimitIsActive (Get, Update, Set)
- XLRMixMinusIsActive (Get, Update, Set)
- XLRinStatus (Get, Update, Set)
- XLRinSensitivity (Get, Update, Set)
- XLRinEqHigh (Get, Update, Set)
- XLRinEqMid (Get, Update, Set)
- XLRinEqLow (Get, Update, Set)
- XLRoutStatus (Get, Update, Set)
- XLRoutVolume (Get, Update, Set)
- XLRoutEqHigh (Get, Update, Set)
- XLRoutEqMid (Get, Update, Set)
- XLRoutEqLow (Get, Update, Set)
- XLROutFeedbackSuppression (Get, Update, Set)
- Error Codes
ADN MediaCtrl Protocol|5
Protocol Basics
Response: MicStatus 1 1;
The microphone at position 1 is ON.
Hint: For wired slave units the response will always be given with the EtherCat position.
• Request: MicButtonSN D1W100017;
Virtually press the microphone button of the wireless delegate speaking unit with serial
number D1W100017.
Response: MicStatusSN D1W100017 1;
The microphone of the wireless delegate speaking unit with given serial number
D1W100017 is ON.
• Request: MicStatusSN D1W100017;
Get the status of the wireless delegate speaking unit with given serial number 100017.
Response: MicStatusSN D1W100017 1;
The microphone of the wireless delegate speaking unit with given serial number 100017
is ON.
• Request: AmRfOutputPower AM100001;
Get the RF output power of the antenna module with the given serial number 100001.
Response: AmRfOutputPower AM100001 4;
The RF output power of the antenna module with the given serial number 100001 is at
level 4 = 60
%.
• Command: MicStatus 1 1;
The microphone at position 1 shall be set to ON directly, but ‘MicStatus’ is only a ‘Get’ (see
page 15).
Response: error 1060: set request not allowed;
• Command: BlinkOnReq 2;
Try to set the attribute ‘BlinkOnReq’ to 2.
Response: error 1020: value out of range;
• Command: FloorVolume 12;LimitOfTalkTime 21;
Concatenate two commands.
Response: FloorVolume 12;LimitOfTalkTime 21;