Thought this would be easy, but can’t get it to work:
I want to use the GPIO out ports on an AHM16 to control the projection screen up/down function. Port 1 is “down” and port 2 is “up”, both NO connection.
I’ve made three presets (51-53) for this purpose, 51 that activates port 1, 52 that activates port 2 and 53 that resets both ports to ‘open’.
All is working apart from that I can’t get preset 53 to automatically load. I’ve put a embedded recall of preset 53 in bot preset 51 & 52, after 1 second, but it doesn’t trigger. If I run preset 53 manually, it resets the GPIO ports to open, but not automatically. What have I missed?
Did you ever find a solution? Facing this now.
I’ve attached a quick config file - it just contains the GPIO switching as described, and the front panel buttons assigned to recall the presets.
Your 51 is on button 1, preset 10
52 is on button 2, preset 11
53 is on button 3, preset 12.
It seems to work fine on this demo - would you be able to share your .cfg file so that I can test it on this side?
Demo file: GPIO Momentary switching.cfg - Google Drive
If I’ve completely missed the point and my demo file doesn’t do what you mean, please let me know!
I solved the problem I had at the time, but not sure I ever figured out the embedded recall… If I’m not mistaken, I had to solve it by building a Arduino relay box, as the AHM16 has too few GPIO ports for my need anyway. So the momentary on->off switching was in fact solved in Arduino, not an embedded recall.