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
jonas_llubi
Posts: 2
Hi Community,

i build a litte MCDU Panel for my homecockpit.
Now i tried to connect these panel-buttons to Xplane-11.
I have the newest version of XPUIPC and Xplane11 installed.

I tried to create a custom offset for XPUIPC:

Command 0x66C0 UINT8 1 0 a320/MCDU1/Line1_button _
0 1 a320/MCDU1/Line1_button

I also tried this:

Command 0x6001 UINT8 1 1 a320/MCDU1/Line1_button
Command 0x6001 UINT8 0 0 a320/MCDU1/Line1_button _
0 0 a320/MCDU1/Line1_button
Both did not work. The buttons are working and are displayed in the debug console of MobiFlight.
The XPUIPC config is valid and i entered my local ip address.

Is here someone who knows about this topic and can help me?
Im new into this topic.


Thanks a lot !

Jonas
2021-01-08 00:10
Avatar
solihindin90
Posts: 10
Hi, here is tips for troubleshooting. Monitor the Offset value corresponding to the button press. You may do so by creating an output in mobiflight and link to the same offset you use for input. Monitor the output value when you press the button. If the value changes accordingly, then the problem is from XPUIPC to the command. You may want to explore on overwriting dataref next.
2021-08-07 18:56
icon