This commit is contained in:
commit
32057d3a95
6 changed files with 69 additions and 8 deletions
|
@ -122,10 +122,10 @@
|
||||||
<path>Aircraft/A320Family/Systems/libraries.xml</path>
|
<path>Aircraft/A320Family/Systems/libraries.xml</path>
|
||||||
</autopilot>
|
</autopilot>
|
||||||
<autopilot n="8">
|
<autopilot n="8">
|
||||||
<path>Systems/fl2070_sound.xml</path>
|
<path>Aircraft/A320Family/Systems/fl2070_sound.xml</path>
|
||||||
</autopilot>
|
</autopilot>
|
||||||
<property-rule n="100">
|
<property-rule n="100">
|
||||||
<path>Systems/pfd.xml</path>
|
<path>Aircraft/A320Family/Systems/pfd.xml</path>
|
||||||
</property-rule>
|
</property-rule>
|
||||||
</systems>
|
</systems>
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 28 KiB |
BIN
Models/Instruments/PFD/res/horizonhdg.png
Normal file
BIN
Models/Instruments/PFD/res/horizonhdg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -170,6 +170,21 @@
|
||||||
</sum>
|
</sum>
|
||||||
</expression>
|
</expression>
|
||||||
</input>
|
</input>
|
||||||
|
<input>
|
||||||
|
<condition>
|
||||||
|
<or>
|
||||||
|
<equals>
|
||||||
|
<property>/it-autoflight/output/ap1</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/it-autoflight/output/ap2</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</or>
|
||||||
|
</condition>
|
||||||
|
<property>/it-autoflight/internal/elevator-cmd</property>
|
||||||
|
</input>
|
||||||
<input>/controls/flight/elevator</input>
|
<input>/controls/flight/elevator</input>
|
||||||
<output>/controls/flight/elevator-input</output>
|
<output>/controls/flight/elevator-input</output>
|
||||||
<max-rate-of-change>2.0</max-rate-of-change>
|
<max-rate-of-change>2.0</max-rate-of-change>
|
||||||
|
|
|
@ -277,20 +277,66 @@
|
||||||
<name>Ground Horizon</name>
|
<name>Ground Horizon</name>
|
||||||
<type>gain</type>
|
<type>gain</type>
|
||||||
<gain>1</gain>
|
<gain>1</gain>
|
||||||
<update-interval-secs type="double">0.05</update-interval-secs>
|
<update-interval-secs type="double">0.01</update-interval-secs>
|
||||||
<input>
|
<input>
|
||||||
|
<condition>
|
||||||
|
<and>
|
||||||
|
<equals>
|
||||||
|
<property>/gear/gear[1]/wow</property>
|
||||||
|
<value>0</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/gear/gear[2]/wow</property>
|
||||||
|
<value>0</value>
|
||||||
|
</equals>
|
||||||
|
</and>
|
||||||
|
</condition>
|
||||||
<expression>
|
<expression>
|
||||||
<sum>
|
<dif>
|
||||||
<property>/orientation/pitch-deg</property>
|
|
||||||
<table>
|
<table>
|
||||||
<property>/position/gear-agl-ft</property>
|
<property>/position/gear-agl-ft</property>
|
||||||
<entry><ind> 2</ind><dep> 0</dep></entry>
|
<entry><ind> 1</ind><dep> 0</dep></entry>
|
||||||
<entry><ind>150</ind><dep>16</dep></entry>
|
<entry><ind>150</ind><dep> 16</dep></entry>
|
||||||
</table>
|
</table>
|
||||||
</sum>
|
<table>
|
||||||
|
<property>/orientation/pitch-deg</property>
|
||||||
|
<entry><ind> 0</ind><dep> 0</dep></entry>
|
||||||
|
<entry><ind>16</ind><dep>-16</dep></entry>
|
||||||
|
</table>
|
||||||
|
</dif>
|
||||||
|
</expression>
|
||||||
|
</input>
|
||||||
|
<input>
|
||||||
|
<condition>
|
||||||
|
<or>
|
||||||
|
<equals>
|
||||||
|
<property>/gear/gear[1]/wow</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/gear/gear[2]/wow</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</or>
|
||||||
|
</condition>
|
||||||
|
<expression>
|
||||||
|
<dif>
|
||||||
|
<table>
|
||||||
|
<property>/position/gear-agl-ft</property>
|
||||||
|
<entry><ind> 1</ind><dep> 0</dep></entry>
|
||||||
|
<entry><ind>150</ind><dep> 16</dep></entry>
|
||||||
|
</table>
|
||||||
|
<table>
|
||||||
|
<property>/orientation/pitch-deg</property>
|
||||||
|
<entry><ind>-16</ind><dep> 16</dep></entry>
|
||||||
|
<entry><ind> 0</ind><dep> 0</dep></entry>
|
||||||
|
<entry><ind> 16</ind><dep>-16</dep></entry>
|
||||||
|
</table>
|
||||||
|
</dif>
|
||||||
</expression>
|
</expression>
|
||||||
</input>
|
</input>
|
||||||
<output>/instrumentation/pfd/horizon-ground</output>
|
<output>/instrumentation/pfd/horizon-ground</output>
|
||||||
|
<min>-16</min>
|
||||||
<max>16</max>
|
<max>16</max>
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
|
|
Reference in a new issue