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:
parent
970cb27b7b
commit
f468880ad5
3 changed files with 46 additions and 12 deletions
Binary file not shown.
Binary file not shown.
|
@ -32,11 +32,8 @@ Primus 1000 Primary Flight Display
|
|||
<type>select</type>
|
||||
<object-name>FDbars</object-name>
|
||||
<condition>
|
||||
<not-equals>
|
||||
<property>instrumentation/kfc200/fdmode</property>
|
||||
<value>off</value>
|
||||
</not-equals>
|
||||
</condition>
|
||||
<property>instrumentation/primus1000/fdmode</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
|
@ -114,11 +111,13 @@ Primus 1000 Primary Flight Display
|
|||
</equals>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
||||
<!-- FLIGHT DIRECTOR BARS -->
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>FDbars</object-name>
|
||||
<property>instrumentation/kfc200/vbar-pitch</property>
|
||||
<property>autopilot/settings/target-pitch-deg</property>
|
||||
<factor>0.0014</factor>
|
||||
<axis>
|
||||
<x>0.0</x>
|
||||
|
@ -128,14 +127,30 @@ Primus 1000 Primary Flight Display
|
|||
<center>
|
||||
<x-m>0.002</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0.052</z-m>
|
||||
<z-m>0.0516</z-m>
|
||||
</center>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<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>
|
||||
<x>1.0</x>
|
||||
<y>0.0</y>
|
||||
|
@ -144,10 +159,29 @@ Primus 1000 Primary Flight Display
|
|||
<center>
|
||||
<x-m>0.002</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0.052</z-m>
|
||||
<z-m>0.0516</z-m>
|
||||
</center>
|
||||
</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>
|
||||
<type>texmultiple</type>
|
||||
<object-name>AI</object-name>
|
||||
|
@ -993,4 +1027,4 @@ Primus 1000 Primary Flight Display
|
|||
</condition>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
||||
</PropertyList>
|
Loading…
Reference in a new issue