-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed showing value if coming from STD, fixed leaving power saving, D…
…emo .mcc file
- Loading branch information
Showing
4 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
KAV_Simulation/Community/profiles/msfs2020/KavSim FBWA320 EFIS L Demo w_o Timer.mcc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<MobiflightConnector> | ||
<outputs> | ||
<config guid="6768a80d-bc0c-4302-8e87-2ec2bffbd45d"> | ||
<active>true</active> | ||
<description>EFIS L - State Condition (0=QFE, 1=QNH, 3=STD)</description> | ||
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=10.0.2.4, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||
<source type="SimConnect" VarType="CODE" Value="(L:XMLVAR_Baro1_Mode)" UUID="08af65f2-159e-45c3-8e94-4360e88046dc" /> | ||
<test type="Integer" value="0" /> | ||
<modifiers /> | ||
<display type="CustomDevice" serial="Kav RaspiPico/ SN-E6614C311B6BBF32" trigger="normal" customType="" customName="EFIS L" messageType="2" value="$" /> | ||
<preconditions /> | ||
<configrefs /> | ||
</settings> | ||
</config> | ||
<config guid="c11ed66b-0a00-4cbd-9ad5-ec40e67bb1a2"> | ||
<active>true</active> | ||
<description>EFIS L - QNH Value</description> | ||
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=10.0.2.4, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||
<source type="SimConnect" VarType="CODE" Value="(L:XMLVAR_Baro1_Mode) 1 > if{ 99 } els{ (L:XMLVAR_Baro_Selector_HPA_1,bool) ! if{ (A:KOHLSMAN SETTING HG, inHg) } els{ (A:KOHLSMAN SETTING HG, mbar) near } }" UUID="98d91496-0202-4e60-b0cc-5157ceb25af5" /> | ||
<test type="Float" value="123" /> | ||
<modifiers> | ||
<transformation active="True" expression="if($<100, Round($, 2)*100, $)" /> | ||
</modifiers> | ||
<display type="CustomDevice" serial="Kav RaspiPico/ SN-E6614C311B6BBF32" trigger="normal" customType="" customName="EFIS L" messageType="1" value="$" /> | ||
<preconditions> | ||
<precondition type="config" active="true" ref="6768a80d-bc0c-4302-8e87-2ec2bffbd45d" operand="<" value="2" logic="and" /> | ||
</preconditions> | ||
<configrefs> | ||
<configref active="True" ref="6768a80d-bc0c-4302-8e87-2ec2bffbd45d" placeholder="#" testvalue="1" /> | ||
</configrefs> | ||
</settings> | ||
</config> | ||
</outputs> | ||
<inputs /> | ||
</MobiflightConnector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters