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
Jomont
Posts: 22
Hi Sebastian, I still have some problems with the arduino settings.
I have found that if the names of the buttons or LED servos are very long or there are problems to work and you have to shorten names.
I've also noticed that sometimes the program does not find any button settings even if they are configured.

tell me if you have detected something and if you want me to send my files
thanks.
2016-03-08 12:51
Avatar
Jomont
Posts: 22
and now have an error
Erro on config execution. Reference toa object not established like instace from object :confused: :confused:
2016-03-09 18:03
Avatar
Jomont
Posts: 22
the error occurs when press RUN in debug mode
2016-03-09 19:34
Avatar
DocMoebiuz
Moderator
From: NW of KPWK, United States
Posts: 1516
Hi Jomont,
I am quite busy in my day job so I had and have no time to look into it until week of easter.

Maybe somebody else can help in the mean time?
Have a great day!
Sebastian

MobiFlight - Simply build your own home cockpit for your favorite flight sim - MSFS2020, FSX, Prepar3D (FSUIPC), X-Plane (XPUIPC)
2016-03-12 00:04
Avatar
FSlikerXY
From: REUTL @ STR, Germany
Posts: 57
Hi Jomont,

could you please post a screenshot of your Mobiflight config?
2016-03-12 09:43
Avatar
Jomont
Posts: 22
Hi this is my MCC file I Have tree arduinos mega configured...


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<MobiflightConnector>
<outputs>
<config guid="63f8b0b0-f014-4e88-9f02-4c3919db9eee">
<active>true</active>
<description>Drive 1</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6478" offsetType="Integer" size="4" mask="0xFFFFFFFF" multiplier="1" bcdMode="True" />
<comparison active="True" value="16843009" operand="=" ifValue="0" elseValue="1" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="Drive 1" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="98f70c2e-2e37-4aad-b1c0-7e63404937b2">
<active>true</active>
<description>Stand By Power</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x647A" offsetType="Integer" size="4" mask="0xFFFFFFFF" multiplier="1" bcdMode="True" />
<comparison active="True" value="16843009" operand="=" ifValue="1" elseValue="0" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="Stanby Power Off" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="f2145f6e-0da8-48d5-97c7-b9beb9d773b2">
<active>true</active>
<description>Drive 2</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6479" offsetType="Integer" size="4" mask="0xFFFFFFFF" multiplier="1" bcdMode="True" />
<comparison active="True" value="16842753" operand="=" ifValue="1" elseValue="0" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="Drive2" pinBrightness="255" />
<preconditions>
<precondition type="config" active="false" ref="98f70c2e-2e37-4aad-b1c0-7e63404937b2" operand="=" value="0" />
</preconditions>
</settings>
</config>
<config guid="1caeb473-d770-482f-af04-b28ddb9471c0">
<active>true</active>
<description>Battery discharge</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6470" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="=" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="Bat Discharge" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="e0a3de4e-09d1-4dd2-a9c6-4c0587febd3e">
<active>true</active>
<description>TR Unit</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6471" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="TR Unit" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="180ed628-3181-4244-bce5-fef630cd61ec">
<active>true</active>
<description>ELEC</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6471" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="ELEC" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="ac8b37f5-a596-4a0d-a1e8-c548f2587b62">
<active>true</active>
<description>GRDPWR avaliable</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x647E" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="GRDPWR Avaliable" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="820a4046-8fe0-4bdd-9001-f38701129ccb">
<active>true</active>
<description>Transfer BUS OFF 2</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6486" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="1" operand="=" ifValue="0" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="TRANSFER BUS OFF 2" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="30a9aead-f590-4df4-83aa-e3cf200bf035">
<active>true</active>
<description>Source OFF 2</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6487" offsetType="Integer" size="1" mask="0xFFFF" multiplier="1" bcdMode="False" />
<comparison active="False" value="1" operand="=" ifValue="0" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="Source OFF 2" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="27388398-3558-48ac-921a-46b813900a55">
<active>true</active>
<description>Source OFF 1</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6488" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="True" />
<comparison active="False" value="1" operand="=" ifValue="0" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="Source OFF 1" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="b5df590c-b720-4a9d-acd2-d341934891d7">
<active>true</active>
<description>GEN BUS OFF 1</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6489" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="1" operand="=" ifValue="1" elseValue="0" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="GEN OFF BUS 1" pinBrightness="255" />
<preconditions>
<precondition type="config" active="true" ref="f928b9dd-d971-4b40-809d-fb1aa76358e1" operand="=" value="1" />
</preconditions>
</settings>
</config>
<config guid="018983bd-41c7-4aac-8861-7e8924c8fa3f">
<active>true</active>
<description>GEN BUS OFF 2</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x648A" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="1" operand="=" ifValue="0" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="GEN OFF BUS 2" pinBrightness="255" />
<preconditions>
<precondition type="config" active="true" ref="f928b9dd-d971-4b40-809d-fb1aa76358e1" operand="=" value="1" />
</preconditions>
</settings>
</config>
<config guid="c9ec427e-311c-40b7-97ec-8ce098cb684d">
<active>true</active>
<description>APU GEN OFF BUS</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x648B" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="True" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="APUGEN OFF BUS" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="e17df86d-0237-4b5d-8f93-6f14adf3df21">
<active>true</active>
<description>APU GEN GAUGE SERVO</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x648C" offsetType="Float" size="4" mask="0xFFFFFFFF" multiplier="1" bcdMode="True" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Servo" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" servoAddress="APU Gauge Servo" servoMin="0" servoMax="800" servoMaxRotationPercent="100" />
<preconditions />
</settings>
</config>
<config guid="9190b9a7-2a6d-4c8f-8d87-e3387680d93b">
<active>true</active>
<description>APU MAINT</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6490" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="APU MAINT" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="6decdaba-7f6f-4d74-9664-0b7bc740307e">
<active>true</active>
<description>APU LOW OIL PRESS</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6491" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="APU LOW OIL PRESS" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="01392588-da31-4b6b-9ab5-7b1ffe4da637">
<active>true</active>
<description>APU FAULT</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6492" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="APU FAULT" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="d612286c-8fc0-4f6c-8dc7-c5f0a9b04f09">
<active>true</active>
<description>APU OVER SPEED</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6493" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="APU OVER SPEED" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="5e9eb2a6-cf20-4764-bb9d-f5b9540efef9">
<active>true</active>
<description>ENGINE SERVO ENGINE 1</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x2018" offsetType="Float" size="8" mask="0xFFFFFFFFFFFFFFFE" multiplier="1" bcdMode="True" />
<comparison active="True" value="56" operand="=" ifValue="35" elseValue="0" />
<display type="Servo" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" servoAddress="ENGINE SERVO" servoMin="0" servoMax="35" servoMaxRotationPercent="40" />
<preconditions>
<precondition type="config" active="false" ref="da068d50-ca4d-4d5b-aa4e-c34095e90f0c" operand="=" value="1" />
</preconditions>
</settings>
</config>
<config guid="480767b5-decd-41a0-9362-5fb5983f249a">
<active>true</active>
<description>ENGINE SERVO ENGINE 2</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x2118" offsetType="Float" size="8" mask="0xFFFFFFFFFFFFFFFE" multiplier="1" bcdMode="True" />
<comparison active="True" value="56" operand="=" ifValue="35" elseValue="0" />
<display type="Servo" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" servoAddress="ENGINE SERVO" servoMin="0" servoMax="35" servoMaxRotationPercent="40" />
<preconditions>
<precondition type="config" active="false" ref="da068d50-ca4d-4d5b-aa4e-c34095e90f0c" operand="=" value="1" />
</preconditions>
</settings>
</config>
<config guid="f4f3ea6a-4e9c-483b-8646-1c81065c8824">
<active>true</active>
<description>transfer BUS OFF 1</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6485" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="1" operand="=" ifValue="0" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="TRANSFER BUS OFF" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="03ee9b5e-f2a0-4fe1-a9a2-ba7737422ec0">
<active>true</active>
<description>FUEL PUMP L AFT LP</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x646C" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="FUEL PUMP L AFTL LP" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="c4487dbf-75d6-49c7-9849-237198dbca58">
<active>true</active>
<description>FUEL PUMP L FWD LP</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x646A" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="FUEL PUMP L FWD LP" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="b3bd9ac6-c314-4742-91da-ec02c0ee1f81">
<active>true</active>
<description>FUEL PUMP R FWD LP</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x646B" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="FUEL PUMP R FWD LP" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="a11ee241-1485-4a7c-9642-a960d3ce4191">
<active>true</active>
<description>FUEL PUMP R AFT LP</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x646D" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="FUEL PUMP R AFT LP" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="f6007e6d-75d4-4cf0-acf2-05e7fe909287">
<active>true</active>
<description>FUEL PUMP CTR L LP</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x646E" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="FUEL PUMP CTR L LP" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="a9f74d3b-b50e-4e82-909e-02b04c4a125b">
<active>true</active>
<description>FUEL PUMP CTR R LP</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x646F" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="FUEL PUMP CTR R LP" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="3d9454ad-ab16-4f36-af8a-789bd6b3ea6f">
<active>true</active>
<description>CROSSFEED VALVE OPEN</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6469" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="CROSSFEED VALVE OPEN" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="41453edf-a44b-4e87-b408-2e5a49e229bc">
<active>true</active>
<description>FILTER BYPASS L</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6467" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="FILTER BYPASS L" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="4ac8f5b2-bdcd-4491-a3a9-5606d1e88aeb">
<active>true</active>
<description>FILTER BYPASS R</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6468" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="FILTER BYPASS R" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="c1a0df99-76e1-464c-a730-e8ea342e8a12">
<active>true</active>
<description>SPAR VALVE CLOSED L</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6465" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="SPAR VALV CLO L" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="75e7a8d6-4ffb-4a38-9a51-2d167c827681">
<active>true</active>
<description>SPAR VALVE CLOSED R</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6466" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="SPAR VALV CLO R" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="7ef9ea8a-9588-45bd-83e6-4fa5b66fabae">
<active>true</active>
<description>ENGINE VALVE CLOSED L</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6463" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="ENGVALV CLO L" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="3a969830-681d-4c3e-8812-8c4588ab7127">
<active>true</active>
<description>ENGINE VALVE CLOSED R</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x6464" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="ENGVALV CLO R" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="0af99c5a-27ac-4098-a6cf-b78918eb55f3">
<active>true</active>
<description>DUAL BLEED</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64D0" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="DUAL BLEED" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="d2d079c7-aed2-4c58-8155-26a4912caa14">
<active>true</active>
<description>RAM DOOR L</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64D1" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="RAM DOOR L" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="4c7de61b-8bd5-4bb8-a8d7-e7bd2a0798ce">
<active>true</active>
<description>RAM DOOR R</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64D2" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="RAM DOOR R" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="6bd952ad-5995-4540-a163-b7d20ba35481">
<active>true</active>
<description>L PACK</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64DB" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="L PACK " pinBrightness="113" />
<preconditions />
</settings>
</config>
<config guid="1784f893-06e0-4a1a-bad0-0d50cf915ae1">
<active>true</active>
<description>R PACK</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64DC" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="R PACK" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="675837d9-2bfc-4dc1-b269-d874ca01c036">
<active>true</active>
<description>L WING </description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64DD" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="L WING BODY" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="523da629-25b2-4203-ab3c-b492ef86008f">
<active>true</active>
<description>R WING </description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64DE" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="R WING BODY " pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="d7eabc5f-6e5f-4e70-b477-8510ed935c3d">
<active>true</active>
<description>L BLEED</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64DF" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="L BLEED" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="5bbd209f-0d17-412b-ae33-a57d15e389c0">
<active>true</active>
<description>R BLEED</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64E0" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="R BLEED" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="6b5c12cc-8577-4c8d-9fb2-f32c99c1605a">
<active>true</active>
<description>FWD ENTRY</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x3367" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-309-920" trigger="normal" pin="DOOR" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="eca18cbb-f8eb-4bc8-865e-e3869d1fad38">
<active>true</active>
<description>EXHAUST OFF</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x649B" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="True" value="" operand="=" ifValue="1" elseValue="0" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="EXHAUST OFF" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="bf826772-b5ee-4480-8cdf-bf42d210d419">
<active>true</active>
<description>SUPPLY OFF</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x649A" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="SUPPLY OFF" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="0b955bff-703b-4a56-b952-f162b4a6f856">
<active>true</active>
<description>EMERGENCY EXIT NOT ARMED</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x649C" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="NOT ARMED" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="86ba4d38-3ab1-467f-9e5d-19f224032ade">
<active>true</active>
<description>OVERHEAT L 1</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64A2" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="OVERHEAT L 1" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="f92466a9-e747-4b28-b14e-6ebc05ef1067">
<active>true</active>
<description>OVERHEAT L 2</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64A3" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="OVERHEAT L 2" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="6d2b04fe-7456-4f90-87ef-668d9a941575">
<active>true</active>
<description>OVERHEAT R 1</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64A4" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="OVERHEAT R 1" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="42d51e2a-044b-4ea2-ba5d-2c5b70f3dd66">
<active>true</active>
<description>OVERHEAT R 2</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64A5" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="OVERHEAT R 2" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="ae787245-b340-4351-b701-a0dbe13b89b6">
<active>true</active>
<description>ON L1</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64A6" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="ON L1" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="8a7b67c0-959b-46c9-bb45-7ae19a8daf42">
<active>true</active>
<description>ON L2</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64A7" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="ON L2" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="32f55671-12c9-45df-be90-959acf3a518c">
<active>true</active>
<description>ON R1</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64A8" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="ON R1" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="e33b0523-3dbc-42b1-a612-22d3f7d2902b">
<active>true</active>
<description>ON R2</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64A9" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="ON R2" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="875c72fe-9dce-4f89-8575-4f0d297bd612">
<active>true</active>
<description>CAP PITOT</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64AE" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="CAP PITOT" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="31f16ff4-b21f-4513-863d-1793cb4618a1">
<active>true</active>
<description>FO PITOT</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64B2" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="FO PITOT" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="b1e36a9f-f784-4f1c-ac29-b47b0022d4f1">
<active>true</active>
<description>L ELEV PITOT</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64AF" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="L ELEV PITOT" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="2d6e78d8-e86e-40c3-a448-ed6a2d6901a7">
<active>true</active>
<description>R ELEV PITOT</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64B3" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="R ELEV PITOT" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="81b11540-a486-45a4-8c2f-ffaf691a7618">
<active>true</active>
<description>L ALPHA PITOT</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64B0" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="L ALPHA PITOT" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="4aef02de-171c-4829-afca-2eec04a8c1eb">
<active>true</active>
<description>R ALPHA PITOT</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64B4" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="R ALPHA PITOT" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="9eaa14ee-0bb2-4abe-ba9f-836597933cd1">
<active>true</active>
<description>TEMP PROBE</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64B1" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="TEMP PROBE" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="5e47e729-ebc6-4942-ada6-164cbdbf0e1b">
<active>true</active>
<description>AUX PITOT</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64B5" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="AUX PITOT" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="0b3acead-084d-49fc-9066-ba5488e8daa2">
<active>true</active>
<description>COWL ANTI-ICE L</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64BA" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="COWL ICE L" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="3b66dfa9-4a1e-48cc-958e-759aa3e07432">
<active>true</active>
<description>COWL ANTI-ICE R</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64BB" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="COWL ICE R" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="3c433007-96d4-4601-ba98-68d5bdb56045">
<active>true</active>
<description>L VALVE OPEN</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64B8" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="L VALVE OPEN" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="b17352b8-a8ff-4b3a-80ca-3bca404f1cdb">
<active>true</active>
<description>R VALVE OPEN</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64B9" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="R VALVE OPEN" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="5e7b49c0-2027-48f1-b2d8-5a7bdddd8b0d">
<active>true</active>
<description>COWL VALVE OPEN L</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64BC" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="COWL VALVE L" pinBrightness="255" />
<preconditions />
</settings>
</config>
<config guid="7b4472f9-04c7-43bd-b8ce-7041297665ae">
<active>true</active>
<description>COWL VALVE OPEN R </description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x64BD" offsetType="Integer" size="1" mask="0x00FF" multiplier="1" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="MobiFlight Mega/ SN-1f8-424" trigger="normal" pin="COWL VALVE R" pinBrightness="255" />
<preconditions />
</settings>
</config>
</outputs>
<inputs>
<config guid="2d416518-f4c2-45e5-ac81-ca9ddfdaa8d5">
<active>true</active>
<description>Bateria</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="Bateria" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69633" param="536870912" />
<onRelease type="EventIdInputAction" eventId="69633" param="-2147483648" />
</button>
<preconditions />
</settings>
</config>
<config guid="886608b2-b42a-40a6-9fb0-ab159f18ae3d">
<active>true</active>
<description>Apu Generator Start</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="Apu Start" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69750" param="536870912" />
<onRelease type="EventIdInputAction" eventId="69750" param="-2147483648" />
</button>
<preconditions />
</settings>
</config>
<config guid="23515012-4b03-41a9-8431-5ceab41b9394">
<active>true</active>
<description>Apu Generator Off</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="Apu OFF" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69750" param="-2147483648" />
<onRelease type="EventIdInputAction" eventId="69750" param="536870912" />
</button>
<preconditions />
</settings>
</config>
<config guid="c8328602-c573-452a-a084-067e5aa7a9cc">
<active>true</active>
<description>DC Selector Stanby</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="DC Selector Standby" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69635" param="0" />
<onRelease type="EventIdInputAction" eventId="69635" param="0" />
</button>
<preconditions />
</settings>
</config>
<config guid="40dc3951-7d89-4388-ad06-80d3546d56f6">
<active>true</active>
<description>DC Selector BAT</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="DC Selector BAT" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69635" param="2" />
<onRelease type="EventIdInputAction" eventId="69635" param="1" />
</button>
<preconditions />
</settings>
</config>
<config guid="086d39e5-207b-4240-94f8-e0d0aad72c89">
<active>true</active>
<description>AC Selector Stanby</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="AC Selector Standby" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69636" param="0" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="6c38c2b8-1063-4500-97de-9b8797dba47a">
<active>true</active>
<description>AC Selector GNDPWR</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="AC Selector GNDPWR" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69636" param="1" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="1afd7a1d-a6e0-4894-b277-521af1472091">
<active>true</active>
<description>AC Selector GEN1</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="AC Selector GEN1" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69636" param="2" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="c814f5d4-804e-4a41-b360-872f30f304e0">
<active>true</active>
<description>AC Selector APUGEN</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="AC Selector APU GEN" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69636" param="3" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="16bed9eb-927e-42e5-9579-6444fb7ed25c">
<active>true</active>
<description>AC Selector GEN2</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="AC Selector GEN2" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69636" param="4" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="c47d257d-635d-48a2-9702-c4bf7cbea033">
<active>true</active>
<description>GRDPWR ON</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="GRDPWR ON" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69649" param="536870912" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="3c66f5b7-53da-4dbf-8a50-a4d9d1a501f4">
<active>true</active>
<description>GRDPWR OFF</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="GRDPWR OFF" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69649" param="-2147483648" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="7d851f7f-6f94-4f09-b263-152c2fdff55e">
<active>true</active>
<description>GEN1 ON</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="GEN1 ON" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69659" param="536870912" />
<onRelease type="EventIdInputAction" eventId="69659" param="-2147483648" />
</button>
<preconditions />
</settings>
</config>
<config guid="b5d174ca-a760-4862-af1f-5b0042657233">
<active>true</active>
<description>GEN1 OFF</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="GEN1 OFF" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69659" param="-2147483648" />
<onRelease type="EventIdInputAction" eventId="69659" param="536870912" />
</button>
<preconditions />
</settings>
</config>
<config guid="1e435f1c-929c-43b5-9dde-5e4ca859e7e5">
<active>true</active>
<description>GEN2 ON</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="GEN2 ON" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69662" param="536870912" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="0b7d21d5-8bf3-47cf-833e-b8d9b5d7305d">
<active>true</active>
<description>GEN2 OFF</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="GEN2 OFF" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69662" param="-2147483648" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="dda85d7f-176a-4d00-a6f2-fa43a6c11cca">
<active>true</active>
<description>APU GEN1 ON</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="APU GEN1 ON" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69660" param="536870912" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="a888a012-67ea-475e-99ca-7c747b631824">
<active>true</active>
<description>APU GEN1 OFF</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="APU GEN1 OFF" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69660" param="-2147483648" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="e6640b92-221c-4f8a-a31f-faa11030c901">
<active>true</active>
<description>APU GEN2 ON</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="APU GEN2 ON" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69661" param="536870912" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="4b930e1c-b16f-4cde-a0b0-d18c8a000318">
<active>true</active>
<description>APU GEN2 OFF</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="APU GEN2 OFF" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69661" param="-2147483648" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="389c6bdf-25e0-4948-9be1-718a69b22ece">
<active>true</active>
<description>WIPER LEFT park</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="WIPER LEFT park" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69668" param="0" />
<onRelease />
</button>
<preconditions />
</settings>
</config>
<config guid="9ad1504c-bd53-4be1-8184-bfab86c01a90">
<active>true</active>
<description>WIPER LEFT int</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="WIPER LEFT int" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69668" param="2" />
<onRelease type="EventIdInputAction" eventId="69668" param="0" />
</button>
<preconditions />
</settings>
</config>
<config guid="09230b63-a867-426b-8356-9c2cdae6ba70">
<active>true</active>
<description>BUS TRANSFER</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="BUS TRANFER" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69650" param="536870912" />
<onRelease type="EventIdInputAction" eventId="69650" param="-2147483648" />
</button>
<preconditions />
</settings>
</config>
<config guid="f178270e-10f6-4717-b3be-50ab1081e312">
<active>true</active>
<description>STANDBY POWER BAT</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="STANDBY POWER BAT" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69642" param="536870912" />
<onRelease type="EventIdInputAction" eventId="69642" param="-2147483648" />
</button>
<preconditions />
</settings>
</config>
<config guid="971ab5d5-ac05-4d38-ad84-721399593bae">
<active>true</active>
<description>CROSSFEED</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="CROSSFEED" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69681" param="536870912" />
<onRelease type="EventIdInputAction" eventId="69681" param="-2147483648" />
</button>
<preconditions />
</settings>
</config>
<config guid="0b02796f-a294-41c9-af8f-1118833b267f">
<active>true</active>
<description>STANDBY POWER AUTO</description>
<settings msdata:InstanceType="MobiFlight.InputConfigItem, MFConnector, Version=6.3.0.0, Culture=neutral, PublicKeyToken=null" serial="MobiFlight Mega/ SN-1f8-424" name="STANDBY POWER AUTO" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<button>
<onPress type="EventIdInputAction" eventId="69642" param="536870912" />
<onRelease type="EventIdInputAction" eventId="69642" param="-2147483648" />
</button>
<preconditions />
</settings>
</config>
<config guid="05f66d31-ebb6-444a-a5cb-0060dc249b1c">
2016-03-14 11:15
Avatar
FSlikerXY
From: REUTL @ STR, Germany
Posts: 57
Do you have that error on all boards?
Could you also please send a screenshot of the config when they are in use?
2016-03-14 16:28
Avatar
Jomont
Posts: 22
I dont know what board makes the error occurs. i have tree arduinos megas connected i show you a screenshot of the tree .mfmc files.:confused:
I try to make a OVERHEAD panel. everything work fine until the config error.
ARDUINO 1

<?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>
<Button Name="Bateria" Pin="3" />
<Output Name="Drive 1" Pin="2" />
<Output Name="Drive2" Pin="4" />
<Button Name="Apu Start" Pin="6" />
<Button Name="Apu OFF" Pin="5" />
<Output Name="Bat Discharge" Pin="7" />
<Output Name="TR Unit" Pin="8" />
<Output Name="ELEC" Pin="9" />
<Button Name="DC Selector Standby" Pin="10" />
<Button Name="DC Selector BAT" Pin="11" />
<Button Name="AC Selector Standby" Pin="12" />
<Button Name="AC Selector GNDPWR" Pin="13" />
<Button Name="AC Selector GEN1" Pin="14" />
<Button Name="AC Selector APU GEN" Pin="15" />
<Button Name="AC Selector GEN2" Pin="16" />
<Button Name="GRDPWR ON" Pin="17" />
<Button Name="GRDPWR OFF" Pin="18" />
<Output Name="GRDPWR Avaliable" Pin="19" />
<Output Name="TRANSFER BUS OFF" Pin="20" />
<Output Name="Source OFF 1" Pin="21" />
<Output Name="Source OFF 2" Pin="22" />
<Output Name="GEN OFF BUS 1" Pin="23" />
<Output Name="GEN OFF BUS 2" Pin="24" />
<Output Name="APUGEN OFF BUS" Pin="25" />
<Button Name="GEN1 ON" Pin="26" />
<Button Name="GEN1 OFF" Pin="27" />
<Button Name="GEN2 ON" Pin="28" />
<Button Name="GEN2 OFF" Pin="29" />
<Button Name="APU GEN1 ON" Pin="30" />
<Button Name="APU GEN1 OFF" Pin="31" />
<Button Name="APU GEN2 ON" Pin="32" />
<Button Name="APU GEN2 OFF" Pin="33" />
<Button Name="WIPER LEFT park" Pin="34" />
<Button Name="WIPER LEFT int" Pin="35" />
<Servo Name="APU Gauge Servo" DataPin="46" />
<Output Name="Stanby Power Off" Pin="36" />
<Output Name="APU MAINT" Pin="37" />
<Output Name="APU LOW OIL PRESS" Pin="38" />
<Output Name="APU FAULT" Pin="39" />
<Output Name="APU OVER SPEED" Pin="40" />
<Button Name="BUS TRANFER" Pin="44" />
<Button Name="STANDBY POWER BAT" Pin="41" />
<Button Name="STANDBY POWER AUTO" Pin="42" />
<Servo Name="ENGINE SERVO" DataPin="49" />
<Output Name="TRANSFER BUS OFF 2" Pin="47" />
<Button Name="CROSSFEED" Pin="45" />
<Button Name="IGN SEL LEFT" Pin="43" />
<Button Name="IGN SEL RIGHT" Pin="53" />
<Button Name="DRIVE 1" Pin="50" />
<Button Name="DRIVE 2" Pin="51" />
</Config>


ARDUINO 2
<?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>
<Button Name="FUEL PUMP L AFT" Pin="2" />
<Button Name="FUEL PUMP L FWD" Pin="3" />
<Button Name="FUEL PUMP R FWD" Pin="4" />
<Button Name="FUEL PUMP R AFT" Pin="5" />
<Output Name="FUEL PUMP L AFTL LP" Pin="6" />
<Output Name="FUEL PUMP L FWD LP" Pin="7" />
<Output Name="FUEL PUMP R FWD LP" Pin="8" />
<Output Name="FUEL PUMP R AFT LP" Pin="9" />
<Button Name="FUEL PUMP CTR L" Pin="10" />
<Button Name="FUEL PUMP CTR R" Pin="11" />
<Output Name="FUEL PUMP CTR L LP" Pin="12" />
<Output Name="FUEL PUMP CTR R LP" Pin="13" />
<Output Name="CROSSFEED VALVE OPEN" Pin="14" />
<Output Name="FILTER BYPASS L" Pin="15" />
<Output Name="FILTER BYPASS R" Pin="16" />
<Output Name="SPAR VALV CLO L" Pin="17" />
<Output Name="SPAR VALV CLO R" Pin="18" />
<Output Name="ENGVALV CLO L" Pin="19" />
<Output Name="ENGVALV CLO R" Pin="20" />
<Button Name="LIGHT FIXED L" Pin="25" />
<Button Name="LIGHT FIXED R" Pin="26" />
<Button Name="LIGHT TAXI" Pin="29" />
<Output Name="DUAL BLEED" Pin="35" />
<Output Name="RAM DOOR L" Pin="36" />
<Output Name="RAM DOOR R" Pin="37" />
<Button Name="L RECIRC FAN" Pin="38" />
<Button Name="R RECIRC FAN" Pin="39" />
<Button Name="OVHT TEST" Pin="40" />
<Button Name="L PACK HIGH" Pin="41" />
<Button Name="L PACK OFF" Pin="42" />
<Button Name="R PACK HIGH" Pin="43" />
<Button Name="R PACK OFF" Pin="44" />
<Button Name="ISOL VALVE CLOSE" Pin="45" />
<Button Name="ISOL VALVE OPEN" Pin="46" />
<Output Name="L PACK " Pin="47" />
<Output Name="R PACK" Pin="48" />
<Output Name="L WING " Pin="49" />
<Output Name="R WING " Pin="50" />
<Output Name="L BLEED" Pin="51" />
<Output Name="R BLEED" Pin="52" />
<Output Name="DOOR" Pin="53" />
<Button Name="L RET L ON" Pin="21" />
<Button Name="L RET R ON" Pin="23" />
<Button Name="L LOGO" Pin="30" />
<Button Name="L STROBE" Pin="31" />
<Button Name="L WIN" Pin="33" />
<Button Name="L WHEEL" Pin="34" />
<Button Name="L ANTICOL" Pin="32" />
<Button Name="LTURN L" Pin="27" />
<Button Name="LTURN R" Pin="28" />
<Button Name="L R L OFF" Pin="22" />
<Button Name="L R R OFF" Pin="24" />
</Config>


ARDUINO 3

<?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>
<Button Name="AIR BLEED 1" Pin="2" />
<Button Name="AIR BLEED 2" Pin="3" />
<Button Name="APU BLEED" Pin="4" />
<Button Name="ENGINE START L" Pin="5" />
<Button Name="ENGINE START R" Pin="6" />
<Button Name="EXHAUST" Pin="7" />
<Button Name="SUPPLY" Pin="8" />
<Output Name="EXHAUST OFF" Pin="9" />
<Output Name="SUPPLY OFF" Pin="10" />
<Button Name="EMER EXIT" Pin="11" />
<Output Name="NOT ARMED" Pin="12" />
<Button Name="NO SMOKING" Pin="13" />
<Button Name="FASTEN SEAT" Pin="14" />
<Button Name="ATTND CALL" Pin="15" />
<Button Name="GRND CALL" Pin="16" />
<Button Name="WIPER RIGHT INT" Pin="17" />
<Output Name="OVERHEAT L 1" Pin="18" />
<Output Name="OVERHEAT L 2" Pin="19" />
<Output Name="OVERHEAT R 1" Pin="20" />
<Output Name="OVERHEAT R 2" Pin="21" />
<Output Name="ON L1" Pin="22" />
<Output Name="ON L2" Pin="23" />
<Output Name="ON R1" Pin="24" />
<Output Name="ON R2" Pin="25" />
<Button Name="PROBE HEAT A" Pin="26" />
<Button Name="PROBE HEAT B" Pin="27" />
<Button Name="WINDOW HEAT 1" Pin="28" />
<Button Name="WINDOW HEAT 2" Pin="29" />
<Button Name="WINDOW HEAT 3" Pin="30" />
<Button Name="WINDOW HEAT 4" Pin="31" />
<Button Name="WINDOW TEST" Pin="32" />
<Output Name="CAP PITOT" Pin="33" />
<Output Name="FO PITOT" Pin="34" />
<Output Name="L ELEV PITOT" Pin="35" />
<Output Name="R ELEV PITOT" Pin="36" />
<Output Name="L ALPHA PITOT" Pin="37" />
<Output Name="R ALPHA PITOT" Pin="38" />
<Output Name="TEMP PROBE" Pin="39" />
<Output Name="AUX PITOT" Pin="40" />
<Output Name="COWL ICE L" Pin="41" />
<Output Name="COWL ICE R" Pin="42" />
<Output Name="L VALVE OPEN" Pin="43" />
<Output Name="R VALVE OPEN" Pin="44" />
<Output Name="COWL VALVE L" Pin="45" />
<Output Name="COWL VALVE R" Pin="46" />
<Button Name="WING ANTI-ICE" Pin="47" />
<Button Name="ENGINE ANTI-ICE L" Pin="48" />
<Button Name="ENGINE ANTI-ICE R" Pin="49" />
</Config>
2016-03-14 16:58
Avatar
Julesta
Posts: 129
I´ve the same problem. When I´m using several leds and buttons all is ok, but when I use al lot of LEDS and buttons some of them don´t work. Sometimes yes, other no and I´ll try all and change Arduino, etc. I started all new again but I get the same frustration. I think that the program is good and very vlever, but perhaps it has bugs because I can untherstand why sometimes yes sometimes not.work. I´ll try to get out the progrma but I´ve a great problem: I don´t know program C++

I´m uding descriptions like this: Button of Altitude Autopilot, Lights of gear, etc, etc. I don´nt know if those descriptions are too long .

I have 16 LEDS and 20 Buttons. Now I´m going to translate 9 buttons and 8 LEDS to Arduino UNO, buy also I´ve problems

I´m using Arduino mega. Now I´m trying some of the in a arduino UNO and Mobiflight don´t detect the arduino Uno. ??? Really I´m frustrated with this program. I can´t tell notinght because it´s free. Thanks.
2016-03-20 14:06
Avatar
DocMoebiuz
Moderator
From: NW of KPWK, United States
Posts: 1516
Hi all,

in deed there is a maximum length for device configs that you want to upload to your mega. Anyway, there is a notification built in, in case your config exceeds this limit.

@Julesta: It is clearly stated, that only Arduino Mega is supported. The firmware is too big in size for the RAM of an Arduino UNO. 16 LEDS and 20 Buttons should not be a problem. How are you powering the Arduino? By hub only or do you provide external power supply?
Have a great day!
Sebastian

MobiFlight - Simply build your own home cockpit for your favorite flight sim - MSFS2020, FSX, Prepar3D (FSUIPC), X-Plane (XPUIPC)
2016-03-24 11:40
Avatar
Jomont
Posts: 22
hi sebastian, what is the maximun lenght of then labels????
2016-03-25 11:25
Avatar
Jomont
Posts: 22
solved i rename all the labels and now it works!!!
thanks
2016-03-30 13:46
Avatar
DocMoebiuz
Moderator
From: NW of KPWK, United States
Posts: 1516
Great to hear that ist worked. It should show a message when labels are too long. This somehow is strange.
Have a great day!
Sebastian

MobiFlight - Simply build your own home cockpit for your favorite flight sim - MSFS2020, FSX, Prepar3D (FSUIPC), X-Plane (XPUIPC)
2016-03-31 23:08
icon