1
0
Fork 0

No need to fast start all the time, now.

This commit is contained in:
legoboyvdlp R 2020-04-18 17:04:30 +01:00
parent a651bd1bfd
commit febdbf7a73
2 changed files with 50 additions and 22 deletions

View file

@ -121,7 +121,9 @@ var APU = {
waitStart: func() {
if (pts.APU.rpm.getValue() >= 4.9) {
me.GenericControls.cutoff.setValue(0);
if (me.fastStart) {
setprop("/fdm/jsbsim/propulsion/set-running", 2);
}
apuStartTimer.stop();
apuStartTimer2.start();
}

View file

@ -23,6 +23,11 @@
<fcs_function name="/systems/apu/egt-degC">
<function>
<ifthen>
<gt>
<property>/systems/apu/dn-dt</property>
<value>0</value>
</gt>
<table>
<independentVar lookup="row">/engines/engine[2]/n1</independentVar>
<tableData>
@ -44,8 +49,29 @@
100.0 415.0
</tableData>
</table>
<table>
<independentVar lookup="row">/engines/engine[2]/n1</independentVar>
<tableData>
2.0 200.0
8.0 220.0
12.0 225.0
18.0 240.0
30.0 250.0
50.0 265.0
60.0 295.0
75.0 380.0
90.0 410.0
100.0 415.0
</tableData>
</table>
</ifthen>
</function>
</fcs_function>
<washout_filter name="/systems/apu/dn-dt">
<input>/engines/engine[2]/n1</input>
<c1>1</c1>
</washout_filter>
</channel>
</system>