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
parvazi
Posts: 12
Hi Guys,

I am building a G1000 using Flight sim maker's PCB boards:

https://docs.google.com/presentation/d/1siKPc6BkJSg9kihLLKLU8frNLp2IIBlw_dUE9n4Btq4/edit#slide=id.g934cc8ab18_5_0

( very simple setup) every single button connects to a pin header which is connected to the board.
it is using the MSFS2020 Event IDs.

when I press a button once, it detects 2 presses. here are the logs:


6/13/2021 2:30:30 AM(440): Config found for Button: SW-SOFTKEY01 (RELEASE)@SN-1f1-65b
6/13/2021 2:30:30 AM(404): Config found for Button: SW-SOFTKEY01 (RELEASE)@SN-1f1-65b
6/13/2021 2:30:29 AM(749): Executing OnPress: SW-SOFTKEY01@SN-1f1-65b
6/13/2021 2:30:29 AM(701): Config found for Button: SW-SOFTKEY01 (PRESS)@SN-1f1-65b
6/13/2021 2:30:29 AM(656): Executing OnPress: SW-SOFTKEY01@SN-1f1-65b
6/13/2021 2:30:29 AM(616): Config found for Button: SW-SOFTKEY01 (PRESS)@SN-1f1-65b



config:

<description>PFD-SOFTKEY01</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=8.1.4.8, Culture=neutral, PublicKeyToken=null" serial="MF-PFD/ SN-1f1-65b" name="SW-SOFTKEY01" type="Button" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="MSFS2020EventIdInputAction" eventId="AS1000_PFD_SOFTKEYS_1" />
<onRelease />
</button>
<preconditions />
<configrefs>
<configref active="False" ref="09a02e7b-b30b-43fa-8d4e-0793f4a2779d" placeholder="#" />
</configrefs>
</settings>
</config>
<config guid="a470845e-3fcb-4053-98ea-701743a477cd">
<active>true</active>

Arduino Board Setting:

<Button Name="SW-SOFTKEY01" Pin="31" />

Using version 8.1.4.8 Beta

Any Idea?

Regards,
Ali
2021-06-12 18:47
Avatar
parvazi
Posts: 12
Hi,

I have downgraded from Beta to 8.1.4 Hotfiix and it resolved the issue.

Thanks,
Ali
2021-06-12 19:03
Avatar
pizman82
Moderator
From: ETSI, Germany
Posts: 6010
Supporter
Hi

We not explore this issue in our systems.

Sometimes those things happens if you not RESTART after a update....... Sebastian technical like a system, where restarts are not needed..... But i already explore those situations..... Mostly if you change something on the board ( Upgrade Firmware, create new devices, update MF to a new release or so).

For me a RESTART of Mobiflight and also of the Mega itself ( Reconncet USB, wait 3 seconds.... reconnect it) solved these problems !
Good Luck !
2021-06-12 23:53
icon