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
yaellejoki
Posts: 5
Hi, everyone!
Maybe someone can give me a tip.
I couldn't find anything suitable in the forum.

I've been trying to program an encoder for a long time, e.g. to adjust Com 1 or Nav 1.
But no matter which formula I use...I can't get any further.

I had tried the following (for Com1):
if($<118000,$-1000,136000), or $+5
Maybe i used the wrong offset´s?! (0x311A)

Both tips from a guy on Discord.
I use X Plane 10.
Maybe someone has an idea?
2022-01-15 23:53
Avatar
pizman82
Moderator
From: ETSI, Germany
Posts: 6010
Supporter
Hi

I think your problem is the "format"

Whatever Xplane work with the 8.33khz System ( 6 diggit COMs)
The XPUIPC System is a copy of the FSUIPC Software for FSX..... And THATS only support 25khz system.

So the Offset 311A shows pretty sure a value of 4 numbers (BCD) without the Leading "1".
E.g. a Frequency of 123,45 is shown as "2345"

so something like if($<1800,$-100,1360) is more logical !
Good Luck !
2022-01-16 00:47
icon