AHM Preset Recall Via UDP

Hi,
I am looking to trigger preset recalls via a network command.
Eg QLAB Show Control Would Send A UDP Message or similar.

Is this possible and is there a library of commands??
I am currently experimenting in the software using Offline Mode - would this still be triggered or do you need an actual device online??

Thanks

Hi James,

The control protocol is here: https://www.allen-heath.com/content/uploads/2024/10/AHM-TCP-Protocol-V1.5.pdf

We don’t test for local/same device triggering but it is possible. You’ll need the MIDI control driver (https://www.allen-heath.com/hardware/ahm/all-models/resources/) and you’ll need to use a loopback address (127.0.0.1) if you’re communicating from the same device.

Let me know if you’ve got any questions or need any help constructing commands!