1
0
Fork 0

Rudder trim now on DC2 as well as DC ESS

This commit is contained in:
legoboyvdlp R 2020-04-18 13:58:41 +01:00 committed by Jonathan Redpath
parent 2525fc5b08
commit 9d8b857549

View file

@ -527,10 +527,16 @@
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<condition> <condition>
<greater-than-equals> <or>
<property>systems/electrical/bus/dc-ess</property> <greater-than-equals>
<value>25</value> <property>systems/electrical/bus/dc-ess</property>
</greater-than-equals> <value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>systems/electrical/bus/dc-2</property>
<value>25</value>
</greater-than-equals>
</or>
</condition> </condition>
<command>nasal</command> <command>nasal</command>
<script> <script>
@ -553,10 +559,16 @@
<repeatable>true</repeatable> <repeatable>true</repeatable>
<binding> <binding>
<condition> <condition>
<greater-than-equals> <or>
<property>systems/electrical/bus/dc-ess</property> <greater-than-equals>
<value>25</value> <property>systems/electrical/bus/dc-ess</property>
</greater-than-equals> <value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>systems/electrical/bus/dc-2</property>
<value>25</value>
</greater-than-equals>
</or>
</condition> </condition>
<command>nasal</command> <command>nasal</command>
<script> <script>
@ -593,10 +605,16 @@
<repeatable>false</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<condition> <condition>
<greater-than-equals> <or>
<property>systems/electrical/bus/dc-ess</property> <greater-than-equals>
<value>25</value> <property>systems/electrical/bus/dc-ess</property>
</greater-than-equals> <value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>systems/electrical/bus/dc-2</property>
<value>25</value>
</greater-than-equals>
</or>
</condition> </condition>
<command>nasal</command> <command>nasal</command>
<script> <script>