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
Mostafa.emad
Posts: 3
Hello Guys,
I am building Cessna 172 and I have an issue, I use this code for Right Brakes using MSFS2020-Custom Input : @-32.0293 * 16383/-16383 max 16383 mix(>K:BRAKES_RIGHT)
While for Left Brakes @400 - -42.3333 * 0 max 16383 min (>K:BRAKES_LEFT).
It works well in the simulator the only problem is when I stop increment the pedals and hold it to an position (stop movement) it automatically returns in the simulator to 0 position.
All I need is to hold brakes without getting to the 0 position in the simulator.
Thanks in advance.
2022-10-19 13:26
Avatar
Mostafa.emad
Posts: 3
I found out the solution is to make the signal : (>K:AXIS_BRAKE_RIGHT_SET)
2022-10-19 16:05
icon