February 4, 20251 yr Hey, I'm trying to bind my honeycomb Bravo to the FCU panel with AAO. Using the function watch simulator events in AAO, I noticed that pulling or pushing for example the altitude knob gives following variables: (>IE:AIRLINER_MCU_ALT_PULL) (>IE:AIRLINER_MCU_ALT_PUSH) Pulling the knob with the mouse will make the aircraft go in open descent or climb mode. However, if I use AAO to bind my HC Bravo to these commands, the plane will not go in open descent or climb mode. When I operate the buttons, I can see on my screen that the knob is moving (popping out or in), but that is it. Any chance somebody can assist me with this?
February 5, 20251 yr Commercial Member 8 hours ago, gvdveire said: Using the function watch simulator events in AAO, I noticed that pulling or pushing for example the altitude knob gives following variables: What values are those IEs operated with (they are not variables)? Is there a sequence to them (like, on Key Down call the IE with value 1, on Key Up call it with 0?). In many cases, using BVars instead of IEs is the better option. But one would have to take a look at the behavior code using the MSFS developer mode to be sure. LORBY-SI
February 5, 20251 yr Author Diving into the behaviour page of MSFS did the trick! I found another input event AIRLINER_MCU_ALT_PULL_Set that I linked to 1 (>B:AIRLINER_MCU_ALT_PULL_Set). I have still a lot to learn, but this is already a nice start. thanks!
Create an account or sign in to comment