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
ole-b
From: Köln, Germany
Posts: 7
Wie kann man eigene Offsets mit XPUIPC definieren ?
Mein Versuch:

#Dataref wpt xpuipc/wpt_bitfield int
#Offset 0x2022 UINT8 3 rw $wpt >wpt @
#Dataref fd sim/custom/xap/fcu/fd int
#Dataref ils sim/custom/xap/fcu/ils int
#Dataref tcas sim/cockpit/switches/EFIS_shows_tcas int
#Dataref waypoints sim/cockpit/switches/EFIS_shows_waypoints int
#Dataref VORs sim/cockpit/switches/EFIS_vor_on int
#Dataref NDBs sim/cockpit/switches/EFIS_shows_NDBs int
#Dataref airports sim/cockpit/switches/EFIS_shows_airports int
#Offset 0x2022 UINT8 3 rw $fd 128 * $ils 64 * + $tcas 16 * + $waypoints 8 * + $VORs 4 * + $NDBs 2 * + $airports 1 * + _
# >fd @ 128 & 128 / _
# >ils @ 64 & 64 / _
# >tcas @ 16 & 16 / _
# >waypoints @ 8 & 8 / _
# >VORs @ 4 & 4 / _
# >NDBs @ 2 & 2 / _
# >airports @ 1 & 1 /



aber es funktioniert nicht....:blush:

gibt es eine anleitung dafür?!?!:confused:

Danke
Ole
2015-04-01 16:48
Avatar
DocMoebiuz
Moderator
From: EDSH, Germany
Posts: 1516
Hi Ole,

ich selber kenne nur das Config-File, welches im Zip-File von XPUIPC mitgeliefert wird. Die Kommentare müssten helfen, da was eigenes hinzuzufügen. Ich habe es selber leider noch nicht probiert und kann Dir daher auf die schnelle nicht weiterhelfen.

Vielleicht jemand anders aus dem Forum? Oder in einem x-plane forum?

Wenn Du was Neues weißt, dann gib Bescheid. Würde mich freuen.
Have a great day!
Sebastian

MobiFlight - Simply build your own home cockpit for your favorite flight sim - MSFS2020, FSX, Prepar3D (FSUIPC), X-Plane (XPUIPC)
2015-04-07 00:33
Avatar
slammer88
From: LTBJ, Turkey
Posts: 160
You should remove the #'s ;)
2017-10-25 10:28
icon