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
michaelmeinl@gmx.de
Posts: 2
It seems I can not read strings via datarefs. Is this a known problem or are there any solutions to it?

Problem:
I try to read displays of the oldschool INS and display them in LED 7-segments.
For example:
"de/philippmuenzel/xciva/cdu/display_left"
does show " 24.7" in the DataRefTool
but shows "0" in mobiflight.

I tried several of these strings, but they all do show no valid data up to now.

Is this a known problem?
2023-01-18 05:57
Avatar
StephanHo
Moderator
From: EDDG, Germany
Posts: 1867
Supporter
Hi Michael,

welcome to MobiFlight!

Your Problem is well known. This has been a topic in Discord where Sebastian said that this is not supported in the moment.
There is also an issue opend on GitHub https://github.com/MobiFlight/MobiFlight-Connector/issues/1026 regarding strings from x-plane.

Be invited to github https://github.com/MobiFlight/MobiFlight-Connector + https://github.com/MobiFlight and discord https://discord.gg/99vHbK7 and follow the development of problems up to their solution
Grüße,
Stephan (Time: UTC+2)
2023-01-18 12:51
Avatar
pizman82
Moderator
From: ETSI, Germany
Posts: 6010
Supporter
Just to give my 5 Cents.....

Until this is working you pretty sure can go the old way....
Use XPUIPC (like we do all the years) and create there in the CFG file a Entry....
Get the Value from The Dataref there and "write" it to a free Offset adress you define yourself (Typ String)
Then MF can read this Offset ( Via XPUIPC/FSUIPC Offset) as a string i expect !
Good Luck !
2023-01-18 13:24
Avatar
michaelmeinl@gmx.de
Posts: 2
Thank you, I will work that way for the next time.
Hope this will be implemented in some time...
2023-01-18 19:14
icon