Get parameters from dm0 dynamically

Hello!

I’m working on a project where I need to dynamically retrieve parameters from my Allen & Heath dLive DM0 MixRack using PHP. Specifically, I want to create a PHP page with a label that displays “ON AIR” in red whenever the fader level on a particular DCA channel is above 0. I’ve attempted to get these parameters using MIDI, but I only receive values when I physically move the fader, not the actual current fader level, which is what I need. Is there a way to obtain the current fader values?

@Daniel Frank

The dLive MIDI protocol (https://www.allen-heath.com/content/uploads/2024/06/dLive-MIDI-Over-TCP-Protocol-V2.0.pdf) includes a ‘get’ message you can send to return fader values.

Is this what you’ve been using?
If so and it’s not working, please contact us through support.allen-heath.com so we can log it correctly if there is a problem there.

Thanks,
Keith.