Hello
I have one AHM32, I want to fix it at my client company,
I want to program html page (with node.js server by telnet sending commands) with some buttons.
each button have to send packet to control my AHM.
I tried on my windows different apps to sending packet. anything work
can you help me please?
I tried chataigne in TCP client mode
I tried CSC (like qlab)
I tried Putty (by telnet)
I tried TCP Client
I tried packet sender
I don’t understand about Authentication how to send login and password.
Can you explain me how about control it on my window computer?
Certainly! You appear to be having trouble controlling your AHM32 device via Telnet on your Windows computer. Set up a Node.js server on your computer to handle Telnet connections and respond to commands sent from an HTML page with buttons. Check that the HTML page executes the necessary Telnet commands to control the AHM32. Verify the IP address, port, and login credentials in your commands using tools such as Putty or Packet Sender.
Check server logs, confirm network connectivity, and seek help from relevant online communities to troubleshoot. Prioritise security measures as well, and consider encrypted communication for sensitive data. You can successfully control the AHM32 by meticulously configuring your server, understanding Telnet commands, and addressing authentication.
I agree. Allen and Heath has created the Custom Control software for situations like this. It won’t be imbedded in a webpage, but you can easily design a screen with whatever buttons and graphical elements (you company logo for example) on it that users access to control the system.
The authentication is only required for the TLS/SSL connection. With the TCP connection on port 51325, no authentication is required. I would suggest using this port first, to test and verify control messages, before moving on to a secure connection if needed.
All of the apps you listed should be able to communicate with your AHM without the MIDI Control driver in between.
Make sure you’re referencing the latest TCP protocol from https://www.allen-heath.com/hardware/ahm/ahm-32/resources/ and give us some examples of hex strings you’re trying to send.
I can’t achieve to receive information about level, or mute.
I tried to get level of in1 with
\xF0\x00\x00\x1A\x50\x12\x01\x00\x00\x01\x0B\x17\x00\xF7
but there is not return.
I watched about midi, it means there is a midi return, but not in TCP connection.
and when I change the volume, the midi message return don’t change.
The return connection works because, when I use the AHM application, all actions return message by tcp connection.
I don’t understand, it’s the last point which I can’t use…