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!
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.
Nach langer Abstinenz beim weiterbau meines A320 Overhead´s, wollte ich jetzt wieder weitermachen.
WIN 10 ( alles aktuell ) wurde gestartet , Jeehell ( aktuell 49.1 ) ,Mobiflight ( aktuell ) und P3D v4.1
Tausche ich die Button-Anschlüße z.B. mit einem
funktionierenden Anschluß arbeitet der Taster, nur an dem für ihn vorgesehenden Pin nicht mehr.
Code:
<?xml version="1.0" encoding="utf-8"?> <Config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ModuleName /> <PowerSavingTime>600</PowerSavingTime> <Output Name="LED_ENG_1_PUMP_FAULT" Pin="14" /> <Output Name="LED_ENG_1_PUMP_OFF" Pin="16" /> <Button Name="Button_ENG_1_PUMP" Pin="15" /> <Output Name="LED_ELEC_PUMP_FAULT" Pin="17" /> <Button Name="Button_ELEC_PUMP" Pin="18" /> <Output Name="LED_ELEC_PUMP_OFF" Pin="19" /> <Output Name="LED_PTU_FAULT" Pin="20" /> <Button Name="Button_PTU" Pin="21" /> <Output Name="LED_PTU_OFF" Pin="22" /> <Output Name="LED_ENG_2_PUMP_FAULT" Pin="23" /> <Button Name="Button_ENG_2_PUMP" Pin="24" /> <Output Name="LED_ENG_2_PUMP_OFF" Pin="25" /> <Output Name="LED_ELEC_PUMP_2_FAULT" Pin="26" /> <Button Name="Button_ELEC_PUMP_YELLOW" Pin="27" /> <Output Name="LED_ELEC_PUMP_2_ON" Pin="28" /> <Button Name="Button_RAT_MAN_ON" Pin="29" /> <Output Name="LED_L_TANK_1_FAULT" Pin="30" /> <Button Name="Button_L_TANK_1" Pin="31" /> <Output Name="LED_L_TANK_1_OFF" Pin="32" /> <Output Name="LED_L_TANK_2_FAULT" Pin="33" /> <Button Name="Button_L_TANK_2" Pin="34" /> <Output Name="LED_L_TANK_2_OFF" Pin="35" /> <Output Name="LED_C_TANK_1_FAULT" Pin="36" /> <Button Name="Button_C_TANK_1" Pin="37" /> <Output Name="LED_C_TANK_1_OFF" Pin="38" /> <Output Name="LED_FUEL_MODE_FAULT" Pin="39" /> <Button Name="Button_FUEL_MODE_SEL" Pin="40" /> <Output Name="LED_FUEL_MODE_MAN" Pin="41" /> <Output Name="LED_C_TANK_2_FAULT" Pin="42" /> <Button Name="Button_C_TANK_2" Pin="43" /> <Output Name="LED_C_TANK_2_OFF" Pin="44" /> <Output Name="LED_R_TANK_1_FAULT" Pin="45" /> <Button Name="Button_R_TANK_1" Pin="46" /> <Output Name="LED_R_TANK_1_OFF" Pin="47" /> <Output Name="LED_R_TANK_2_FAULT" Pin="48" /> <Button Name="Button_R_TANK_2" Pin="49" /> <Output Name="LED_R_TANK_2_OFF" Pin="50" /> <Output Name="LED_FUEL_XFEED_OPEN" Pin="51" /> <Button Name="Button_FUEL_XFEED" Pin="52" /> <Output Name="LED_FUEL_XFEED_ON" Pin="53" /> </Config>