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
m2snd
Posts: 2
Hi,
When i tray to change de values from the rotary connected in my arduino, the values in 7 segments change fine, but dont change any value in the FSX cockpit.
Any help?
2016-11-18 12:00
Avatar
DocMoebiuz
Moderator
From: NW of KPWK, United States
Posts: 1516
Which value are you trying to change?

Usually it is
- read an offset and display it on LED digits
- read, update and write an offset when using a switch or encoder

Both actions use the Flightsim as source or target.

If your LEDs show the updated values then the value at the offset you read has been updated. That also means the flight sim should be aware of your changes.
Have a great day!
Sebastian

MobiFlight - Simply build your own home cockpit for your favorite flight sim - MSFS2020, FSX, Prepar3D (FSUIPC), X-Plane (XPUIPC)
2016-11-20 15:42
Avatar
m2snd
Posts: 2
Thanks Sebastian for this great piece of software!!!

Solved enabling the data comunication by adding the lines:
[SDK]
EnableDataBroadcast=1

The values that i am working are FLT ALT and LAND ALT on PMDG 737-800NGX:

OUTPUT OFFSETS INPUT EVENT ID PARAM
FLT ALT 0x64E4 69850 INC value 8192 / DEC value 16384
LAND ALT 0x64e8 69852 INC value 8192 / DEC value 16384

OK, so
When i change the LAND ALT/FLT ALT in rotary encoder, the values are updating on 737-800NGX overhead and 7 led segments, but i notice the first changes are ok, but the others instead of changing for FLT in steps of 500/LAND-50 the changes are steps 1000/100 or 1500/150 or 2000/200 and so on...

Do you thing that is a sensivity problem on the encoders?
https://youtu.be/Qmr7gx8rZ9E
[Last edited by m2snd, 2016-11-28 00:21]
2016-11-26 11:32
Avatar
DocMoebiuz
Moderator
From: NW of KPWK, United States
Posts: 1516
Nice!
Have a great day!
Sebastian

MobiFlight - Simply build your own home cockpit for your favorite flight sim - MSFS2020, FSX, Prepar3D (FSUIPC), X-Plane (XPUIPC)
2016-11-30 07:04
Avatar
pizman82
From: ETSI, Germany
Posts: 6010
Supporter
Hello

I can´t confirm this....

I test youre situation.....
The Input Event id´s and values for Mousewheel Up/down are correct and work fine on my system. I get no Double, tripple and so on like you suscribe......

Not sure if this help but i remember a simular issue long time ago when i used Mobiflight without Admin Status.
Try with Adming rights. Maby this will help.
Good Luck !
2016-11-30 11:22
icon