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!
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.
0C04 2 Rudder trim value/control: –16383 to +16383
Hi there,
I build a trimming plate inspired by Airbus
There are two offsets in FSUIPC
0BBA Rudder control input: –16383 to +16383
0BBC Rudder position indicator (maybe adjusted from input!)
How to convert the value from FSUIPC (=0bba) to display the correct value on my 4digit display on the 3rd and 4th digit?
How to display a "L" or a "P" (R is not possible) on the 1st digit depending on more left / more right or just nothing when zero?
How to convert the value in MF to be send to FSUIPC (0bbc) to do what it should do?
I'm still "at war" with the calculation syntax, tried some sutff but don't get it.
Thanks
Kai
@pizman82:
The solution, or better the way suggested from asessa is totally new to me, so i cannot rate it.
as the "Zero-Value" is not everytime really zero. -10 or 17 can happenCode:
if(M=0 || Abs($)<150, 999, if($<0,-1,1))
Code:
Round(Abs($/819.15),1)*10