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
brixo
Posts: 10
Hi all,

Trying to configure a Mega2560 to cause XP11 flight failures (e.g. fuel pump, oil pressure, radio failure) using buttons but having issues with the offsets.

Here is my custom section in XPUIPCOffsets:

#Electrical System (Bus 1)
Dataref myFailure01 sim/operation/failures/rel_esys int
Offset 0x66C0 UINT8 1 rw $myFailure01

In MF, I can see the button being pressed with my config as 0x66C0 INT 1 BYTES Mask 0xFF and BCD not checked.

If there anything in XPUIPC or in XP11 where I can see if my custom offset is even being triggered? I have tested this config but using dataref to turn on strobe lights, but even that simple one doesn't work.
2021-05-09 21:18
Avatar
brixo
Posts: 10
#Electrical System (Bus 1)
Dataref Failure01 sim/operation/failures/rel_esys int
Offset 0x66C0 UINT8 3 rw $Failure01 >Failure01 @

This works!
2021-05-09 22:17
icon