Hi, first post!
I recently started using Axis and Ohs and I went all out and setup an arduino and rotary encoders as a midi device. It’s working great for altitude and speed because they have built in INC and DEC events. It feels really good, but I’m having trouble getting the heading bug to work.
Things I’ve tried:
- Looking for any kind of script that has a INC/DEC for heading instead of just a SET. Don’t seem to see anything
- Using a MIDI value coming out of the control as an axis. This works well except that I can only send values because 0-127, meaning I can’t do small changes
- Creating a RPN script and binding the LEFT and RIGHT events. Something like (PMDG:MCP_Heading) 1 +/- (>K:SET_HDG)
This last one is as close as I can get but because of the nature of the script, it doesn’t actually increment with each turn because of what I’m guessing is a lag between setting the heading and the variable updating.
A solution (maybe) could be setting up the script to only run one at a time which would be super slow but atleast be accurate? I’m not sure.
I’m also having the same issue with setting the altimeter except there does seem to be an event for kollsman inc/dec. Except they don’t work on PMDG, atleast the 737 :( Any direction here would also be greatly appreciated.
Hoping I did this right, thank for any help!
JP