1
0
Fork 0

Updated Primus1000 PFD flightdirector bars to use autopilot properties in passive mode

Updated CitationX autopilot....
Autopilot is in flightdirector mode by default...
Until instruments are created , enable autopilot by setting "/autopilot/locks/passive-mode" to false
This commit is contained in:
sydadams 2007-03-16 05:48:22 +00:00
parent 970cb27b7b
commit f468880ad5
3 changed files with 46 additions and 12 deletions

View file

@ -32,10 +32,7 @@ Primus 1000 Primary Flight Display
<type>select</type> <type>select</type>
<object-name>FDbars</object-name> <object-name>FDbars</object-name>
<condition> <condition>
<not-equals> <property>instrumentation/primus1000/fdmode</property>
<property>instrumentation/kfc200/fdmode</property>
<value>off</value>
</not-equals>
</condition> </condition>
</animation> </animation>
@ -115,10 +112,12 @@ Primus 1000 Primary Flight Display
</condition> </condition>
</animation> </animation>
<!-- FLIGHT DIRECTOR BARS -->
<animation> <animation>
<type>translate</type> <type>translate</type>
<object-name>FDbars</object-name> <object-name>FDbars</object-name>
<property>instrumentation/kfc200/vbar-pitch</property> <property>autopilot/settings/target-pitch-deg</property>
<factor>0.0014</factor> <factor>0.0014</factor>
<axis> <axis>
<x>0.0</x> <x>0.0</x>
@ -128,14 +127,30 @@ Primus 1000 Primary Flight Display
<center> <center>
<x-m>0.002</x-m> <x-m>0.002</x-m>
<y-m>0</y-m> <y-m>0</y-m>
<z-m>0.052</z-m> <z-m>0.0516</z-m>
</center> </center>
</animation> </animation>
<animation> <animation>
<type>rotate</type> <type>rotate</type>
<object-name>FDbars</object-name> <object-name>FDbars</object-name>
<property>instrumentation/kfc200/vbar-roll</property> <property>autopilot/internal/target-roll-deg</property>
<axis>
<x>-1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>0.002</x-m>
<y-m>0</y-m>
<z-m>0.0516</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>FDbars</object-name>
<property>orientation/roll-deg</property>
<axis> <axis>
<x>1.0</x> <x>1.0</x>
<y>0.0</y> <y>0.0</y>
@ -144,10 +159,29 @@ Primus 1000 Primary Flight Display
<center> <center>
<x-m>0.002</x-m> <x-m>0.002</x-m>
<y-m>0</y-m> <y-m>0</y-m>
<z-m>0.052</z-m> <z-m>0.0516</z-m>
</center> </center>
</animation> </animation>
<animation>
<type>translate</type>
<object-name>FDbars</object-name>
<property>orientation/pitch-deg</property>
<factor>0.0014</factor>
<axis>
<x>0.0</x>
<y>0.0</y>
<z>-1.0</z>
</axis>
<center>
<x-m>0.002</x-m>
<y-m>0</y-m>
<z-m>0.0516</z-m>
</center>
</animation>
<!-- ATITUDE INDICATOR -->
<animation> <animation>
<type>texmultiple</type> <type>texmultiple</type>
<object-name>AI</object-name> <object-name>AI</object-name>