Improve FBW

This commit is contained in:
Joshua Davidson 2017-05-29 23:20:00 -04:00
parent 11a43f589d
commit d00f5cb912
3 changed files with 30 additions and 28 deletions

View file

@ -1,7 +1,9 @@
# A3XX EFIS controller by Joshua Davidson (it0uchpods). # A3XX EFIS controller by Joshua Davidson (it0uchpods).
setlistener("sim/signals/fdm-initialized", func { setlistener("sim/signals/fdm-initialized", func {
setprop("instrumentation/efis/mfd/pnl_mode-num", 3); setprop("/instrumentation/efis/nd/display-mode", "NAV");
setprop("/instrumentation/efis/mfd/pnl_mode-num", 2);
setprop("/instrumentation/efis/inputs/range-nm", 20);
setprop("/controls/lighting/ndl-norm", "1"); setprop("/controls/lighting/ndl-norm", "1");
setprop("/controls/lighting/ndr-norm", "1"); setprop("/controls/lighting/ndr-norm", "1");
}); });

View file

@ -53,7 +53,7 @@
<expression> <expression>
<sum> <sum>
<property>/controls/flight/elevator</property> <property>/controls/flight/elevator</property>
<value>0.05</value> <value>0.15</value>
</sum> </sum>
</expression> </expression>
</input> </input>

View file

@ -38,19 +38,19 @@
<table> <table>
<independentVar lookup="row">/controls/flight/aileron</independentVar> <independentVar lookup="row">/controls/flight/aileron</independentVar>
<tableData> <tableData>
-1.0 -0.15 -1.0 -0.1
-0.7 -0.1 -0.7 -0.05
-0.5 -0.05 -0.5 -0.02
-0.3 -0.025 -0.3 -0.011
-0.15 -0.01 -0.15 -0.004
-0.05 -0.005 -0.05 -0.0015
0.00 0.00 0.00 0.000
0.05 0.005 0.05 0.0015
0.15 0.01 0.15 0.004
0.3 0.025 0.3 0.011
0.5 0.05 0.5 0.02
0.7 0.1 0.7 0.05
1.0 0.15 1.0 0.1
</tableData> </tableData>
</table> </table>
</sum> </sum>
@ -97,19 +97,19 @@
<table> <table>
<independentVar lookup="row">/controls/flight/elevator-input</independentVar> <independentVar lookup="row">/controls/flight/elevator-input</independentVar>
<tableData> <tableData>
-1.0 0.1 -1.0 0.06
-0.7 0.05 -0.7 0.04
-0.5 0.02 -0.5 0.025
-0.3 0.01 -0.3 0.008
-0.15 0.005 -0.15 0.0017
-0.05 0.001 -0.05 0.0005
0.00 0.00 0.00 0.0000
0.05 -0.001 0.05 -0.0005
0.15 -0.005 0.15 -0.0017
0.3 -0.01 0.3 -0.008
0.5 -0.02 0.5 -0.025
0.7 -0.05 0.7 -0.04
1.0 -0.1 1.0 -0.06
</tableData> </tableData>
</table> </table>
</sum> </sum>