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
Luisoo_89
Posts: 11
Hello, i have a little problem. I have made mi 6 pack annunciator and configure with arduino and mobiflight. When y press TEST, all leds light light on without problem. But when i open the sim and try this with my PMDG 737 it doesnt light on when in the Sim are Light on. Someone could help me? I have the same problem with all the indicators of 6 pack annunciator but i show you the example with " doors indicator"

I configure mobiflight making VENDOR: PMDG / AIRCRAFT: B 737-700 / SYSTEM: Miscellanous/ SELECT PRESET: PMDG B 737 DOORS

This is the preset code: (L:switch_434_73X, number) 0 >

thanks. Luis
2022-09-23 23:59
Avatar
pizman82
Moderator
From: ETSI, Germany
Posts: 6010
Supporter
As i know the 6Pack Variables currently not work via Simconnect in case PMDG not offer the right Variables.
Within there SDK ( FSUIPC supported) it should work like in the past.

Install FSUIPC (Free Version)
Enable the Data Boradcast Setting in the INI File ( Explaned in the manual)
And then you can read Offsets ( Via FSUIPC) that include the Sixpack Outputs.
Good Luck !
2022-09-24 15:02
Avatar
treeb52
Posts: 17
This may help:
For each of your 6 Pack outputs, select FSUIPC Offset instead of SimConnect (MSFS202). Set Value Type to "Int" and Size in Bytes to "1". Mask value should read 0xFF. for the offset use "0x" plus the offset below. Ex. Doors would be 0x65B0

DOORS 65B0
AIR COND 65B3
OVHD 65B2
ANTI ICE 65AE
HYD 65AF
FLT CONT 65A8
ELEC 65AB
ENG 65B1
IRS 65A9
OVHT 65AD
APU 65AC

Be sure you've enabled data broadcast in the 737_Options.ini file by adding this:
[SDK]
EnableDataBroadcast=1

For CDU screen data you also need one or both of these lines:
EnableCDUBroadcast.0=1
EnableCDUBroadcast.1=1

Not sure if this was what you were asking, but I hope it helps. All of the offsets you need for lights are in the "Offset Mapping for PMDG 737-700.pdf" located in the documents folder of FSUIPC
2022-10-20 18:52
Avatar
hermann2441
Posts: 38
Thanks for the Variables!
Was very helpful for me!
Rgds Hermann
Best wishes:
Hermann
2022-12-24 09:46
Avatar
hermann2441
Posts: 38
FUEL 65AA
Best wishes:
Hermann
2023-02-18 11:06
Avatar
sonxu
Posts: 6
iconhermann2441:

Thanks for the Variables!
Was very helpful for me!
Rgds Hermann



hi man,something want to help about 6 pack leds,thanks.
so this offset list is work?I can't let it wrok for my setting.:confused: :cry:
//
DOORS 65B0
AIR COND 65B3
OVHD 65B2
ANTI ICE 65AE
HYD 65AF
FLT CONT 65A8
ELEC 65AB
ENG 65B1
IRS 65A9
OVHT 65AD
APU 65AC
FUEL 65AA

thank you very much...
2023-04-07 22:00
Avatar
Ehmes1
Posts: 14
Hi sonxu,

your offsets are correct!

I had also problems with the 6 pack LEDs, but now it works all correct.

My solution was an update of the PMDG737 (PMDG Operation Center) and an update of FSUIPC.
After the update, the LEDs are working.

Maybe you can try the same.
2023-04-11 20:39
Avatar
sonxu
Posts: 6
iconEhmes1:

Hi sonxu,

your offsets are correct!

I had also problems with the 6 pack LEDs, but now it works all correct.

My solution was an update of the PMDG737 (PMDG Operation Center) and an update of FSUIPC.
After the update, the LEDs are working.

Maybe you can try the same.



:rolleyes: thx
2023-05-26 22:30
icon