2006-01-30 19:33:23 +00:00
|
|
|
<?xml version="1.0"?>
|
2007-03-11 23:20:36 +00:00
|
|
|
<!--
|
|
|
|
Author : Syd Adams
|
|
|
|
Primus 1000 Autopilot Controller
|
|
|
|
-->
|
2006-01-30 19:33:23 +00:00
|
|
|
<PropertyList>
|
2007-03-11 23:20:36 +00:00
|
|
|
<path>AP-control.ac</path>
|
2006-01-30 19:33:23 +00:00
|
|
|
|
2007-12-05 06:18:49 +00:00
|
|
|
<animation>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>AP-on</object-name>
|
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>autopilot/locks/passive-mode</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>YD-on</object-name>
|
|
|
|
<condition>
|
|
|
|
<property>controls/flight/yaw-damper</property>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
2006-01-30 19:33:23 +00:00
|
|
|
|
2007-12-12 05:57:24 +00:00
|
|
|
<animation>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>Low-on</object-name>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>autopilot/settings/low-bank-deg</property>
|
|
|
|
<value>14</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
</PropertyList>
|