A32X: Add Steep ILS option for future A318
This commit is contained in:
parent
daf216540f
commit
88f29f7d9e
2 changed files with 19 additions and 1 deletions
|
@ -554,6 +554,7 @@
|
|||
<sidestick-pos userarchive="y" type="bool">0</sidestick-pos>
|
||||
</pfd>
|
||||
<old-gpws type="bool">0</old-gpws>
|
||||
<steep-ils type="bool">0</steep-ils>
|
||||
</options>
|
||||
|
||||
<instrumentation n="0">
|
||||
|
|
|
@ -516,7 +516,24 @@
|
|||
<input>/instrumentation/nav[0]/gs-rate-of-climb-fpm</input>
|
||||
<output>/it-autoflight/internal/nav1-rate-of-climb-fpm</output>
|
||||
<gain>1.0</gain>
|
||||
<min>-1500</min>
|
||||
<min>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/options/steep-ils</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<value>-1500</value>
|
||||
</min>
|
||||
<min>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/options/steep-ils</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<value>-2200</value>
|
||||
</min>
|
||||
<max>0</max>
|
||||
</filter>
|
||||
|
||||
|
|
Reference in a new issue