May 10May 10 Hi, I'm trying to bind the buttons of the G1000 MFD of the COWS DA40 to a stream deck via aao and the stream deck plugin. All works fine but one thing: I'm using input events - these should be AS1000_MFD_1_SOMETHING. And they all work as expected except one button: The CLR button. The event should be "AS1000_MFD_1_CLEAR". When watching thesimulator events I can see this event ist triggered when pushing the button using the mouse in the virtual cockpit. But when I try to trigger the event via a simple AAO-Script: 1 (>IE:AS1000_MFD_1_CLEAR) nothing happens. All other buttons are working fine (AS1000_MFD_1_ENTER; AS1000_MFD_1_FLIGHTPLAN, ...) - it's only CLEAR that is not working. Any idea what I'm doing wrong? Thanks, Thomas
May 11May 11 Commercial Member 23 hours ago, quambo said: Any idea what I'm doing wrong? Doesn't have to be you - sometimes IEs just don't work - Recheck the IEs name in the AAO list against the behavior debug dialog in MSFS - Check the value - doesn't have to be 1, could be anything (-1, 0, 100...) - Check if the IE has more than one parameter 1 1 (>IE:2:...) That is usually the case when there is more than one instance of a button - Try using the binding instead (the BVar). Best way to find out its name is again the behavior debug in MSFS LORBY-SI
May 11May 11 Author Thank's for the reply ... With the help of the behaviour dialog: The "non working" CLR button has some logic that seems to simulate a long press that cannot be triggered with the IE. But I could identify the correct BVar, it's: AS1000_MFD_1_Clear_Push Thomas
Create an account or sign in to comment