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
AvionicaySimulacion
Posts: 2
Hello!

We are trying to program the keyboard of the FMC but we are having problems.
We have coded the numbers on the keyboard in Mobilflight as buttons, and mobilflight recognises it when we press them, but we are having problems because it does not write anything in the FMC. Could anyone help us and tell us what the problem could be? Thank you!
2023-03-06 13:16
Avatar
pizman82
Moderator
From: ETSI, Germany
Posts: 6010
Supporter
What Aircraft do you use ? AddOn ? and what Sim do you use ?

Each single Aircraft work different. For FSX/P3D we need to go a fully different way as if we use FS2020.

Can you confirm you use the right Events ?
Good Luck !
2023-03-06 14:18
Avatar
AvionicaySimulacion
Posts: 2
We are using the zibo 737-800X in XPlane 11. The plugins that we are using for searching the DataRef is DataRefTool, and we are activating each DataRef to be sure they work inside the Sim. In the MobiFlight settings we are using FSUIPC-Offset with a custom archive called XPUIPC-Offset with lines of code calling to commands with custom numbers, for example: Command 0x6800 UINT8 0 1 sim/radios/com1_standy_flip _
The command written above works perfectly but just by changing the last digits, for example, to 0x6890 and the same DataRef, doesn´t work. We have been advised to use XPlane all versions as action type, but our ecosystem is mostly written with FSUIPC-Offset action.
We are using two Arduino Mega, and we have scanned the inputs of the FMC buttons and they work (are detected).
As you recommended in the other thread, we followed all the steps and none of them have solved the problem. For easier communication, we suggest to talk through this thread.
We want to thank you for your fast response, and we hope that you can help us.
2023-03-07 09:45
Avatar
pizman82
Moderator
From: ETSI, Germany
Posts: 6010
Supporter
Hi again.

XPUIPC is still possible.
We meanwhile work with our new Direct Input System..... But sure you can still do it the old way.

What i not fully understand is if you correctly create all this needed funtions in XPUIPC ?
Cause all this ZiboMod Stuff is not directly possible.... You must create hundrets of code lines in XPUIPC CFG file.
Thats why we make direct Imput today to avoid this work and to also avoid the unneeded "bypass" via XPUIPC.

I call you on Discord.
Lets solve it there.
Good Luck !
2023-03-07 12:21
icon