MobiFlight Community Support

Welcome to the forum for MobiFlight! Feel free to reach out to the community in case you have questions, issues or just want to share great ideas or details about your latest home cockpit project.

You like MobiFlight? Donate via PayPal and support the MobiFlight development. Thanks! 

05/03/2024 - This forum is read-only

The community support for MobiFlight has moved exclusively over to our Discord server. Register for free and enjoy more interactive functions like image and video upload, voice chat. More than 7,000 registered users around the world make it a great experience!

See you on our MobiFlight Community Discord server.

A HUGE Thank You to everyone who participated in the forum, especially obviously to Pizman and Stephan who did an outstanding job over so many years providing an incredible service to the MobiFlight community.

The forum is still providing a lot of good content, hence we keep this information accessible.

icon
Avatar
Astor1963
Posts: 23
Supporter
Sorry for my English is a translator :-(


Mobiflight 9.0.0
FSUIPC 7 fs2020
Flight Simulator 2020


Hello, I have a button to put the motors in reverse mode with this event:
ID 68069 THROTTLE_REVERSE_THRUST_TOGGLE

but I want to turn on a led when it is in that mode and I can't find how to detect it, that is, I have the input, but I don't know how to look for the event in the output.

Do you know how I could do it?
Thank you very much and greetings to all.
2021-09-23 17:15
Avatar
pizman82
Moderator
From: ETSI, Germany
Posts: 6010
Supporter
Hi

Check the "Engines" Variables..... There are multiple with the "Reverse" Tag . May one of them work.
In the Past also the Throttle Position was working..... It was simply negative if Engine was run in reverse mode.

In easy words..... If there is a flag.... Use it directly..... If Not find a other Value and build a indication..... Like "If value is below Zero then set to 1 Else to 0" for your LED.
Good Luck !
2021-11-03 08:04
icon