Fixed some Checklist checks and bindings

Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
merspieler 2018-08-13 12:23:24 +02:00
parent 386caf10ae
commit c6e0d68353

View file

@ -8,6 +8,14 @@
<!-- Sven Seipp, Oct 2017 --> <!-- Sven Seipp, Oct 2017 -->
<!--
TODO: add conditions for not yet implemented stuff:
* TCAS
* RADAR
* Predictive windshear system
* DH/MDA
-->
<PropertyList> <PropertyList>
<checklist> <checklist>
<title>BEFORE START</title> <title>BEFORE START</title>
@ -280,17 +288,6 @@
<item> <item>
<name>PARKING BRAKE</name> <name>PARKING BRAKE</name>
<value>AS RQRD</value> <value>AS RQRD</value>
<condition>
<equals>
<property>controls/gear/brake-parking</property>
<value>1</value>
</equals>
</condition>
<binding>
<command>property-assign</command>
<property>controls/gear/brake-parking</property>
<value>1</value>
</binding>
<marker> <marker>
<x-m>5.0500</x-m> <x-m>5.0500</x-m>
<y-m>-0.0325</y-m> <y-m>-0.0325</y-m>
@ -325,17 +322,6 @@
<item> <item>
<name>PITCH TRIM</name> <name>PITCH TRIM</name>
<value>____SET</value> <value>____SET</value>
<condition>
<less-than>
<property>controls/flight/elevator-trim</property>
<value>-0.005</value>
</less-than>
</condition>
<binding>
<command>property-assign</command>
<property>controls/flight/elevator-trim</property>
<value>-0.03</value>
</binding>
<marker> <marker>
<x-m>4.6850</x-m> <x-m>4.6850</x-m>
<y-m>-0.1075</y-m> <y-m>-0.1075</y-m>
@ -491,6 +477,10 @@
<property>controls/flight/flap-lever</property> <property>controls/flight/flap-lever</property>
<value>3</value> <value>3</value>
</less-than> </less-than>
<equals>
<property>ECAM/to-config</property>
<value>1</value>
</equals>
</and> </and>
</condition> </condition>
<marker> <marker>
@ -503,32 +493,10 @@
<item> <item>
<name>CABIN CREW</name> <name>CABIN CREW</name>
<value>ADVISED</value> <value>ADVISED</value>
<condition>
<equals>
<property>/sim/sounde/prepareto</property>
<value>1</value>
</equals>
</condition>
<binding>
<command>property-assign</command>
<property>/sim/sounde/prepareto</property>
<value>1</value>
</binding>
</item> </item>
<item> <item>
<name>ENG MODE SEL</name> <name>ENG MODE SEL</name>
<value>AS RQRD</value> <value>AS RQRD</value>
<condition>
<equals>
<property>controls/engines/engine-start-switch</property>
<value>1</value>
</equals>
</condition>
<binding>
<command>property-assign</command>
<property>controls/engines/engine-start-switch</property>
<value>1</value>
</binding>
<marker> <marker>
<x-m>4.8617</x-m> <x-m>4.8617</x-m>
<y-m>-0.0333</y-m> <y-m>-0.0333</y-m>
@ -539,28 +507,6 @@
<item> <item>
<name>PACKS</name> <name>PACKS</name>
<value>AS RQRD</value> <value>AS RQRD</value>
<condition>
<and>
<equals>
<property>controls/pneumatic/switches/pack1</property>
<value>0</value>
</equals>
<equals>
<property>controls/pneumatic/switches/pack2</property>
<value>0</value>
</equals>
</and>
</condition>
<binding>
<command>property-assign</command>
<property>controls/pneumatic/switches/pack1</property>
<value>0</value>
</binding>
<binding>
<command>property-assign</command>
<property>controls/pneumatic/switches/pack2</property>
<value>0</value>
</binding>
<marker> <marker>
<x-m>4.8175</x-m> <x-m>4.8175</x-m>
<y-m>-0.1317</y-m> <y-m>-0.1317</y-m>
@ -753,17 +699,6 @@
<item> <item>
<name>MDA/DH</name> <name>MDA/DH</name>
<value>____SET(BOTH)</value> <value>____SET(BOTH)</value>
<condition>
<equals>
<property>modes/altimeter/std</property>
<value>0</value>
</equals>
</condition>
<binding>
<command>property-assign</command>
<property>modes/altimeter/std</property>
<value>0</value>
</binding>
<marker> <marker>
<x-m>4.5000</x-m> <x-m>4.5000</x-m>
<y-m>-0.2592</y-m> <y-m>-0.2592</y-m>
@ -854,6 +789,7 @@
<property>controls/flight/flap-lever</property> <property>controls/flight/flap-lever</property>
<value>4</value> <value>4</value>
</equals> </equals>
<!-- add possibility to use flaps 3 landing -->
</and> </and>
</condition> </condition>
<marker> <marker>
@ -908,7 +844,7 @@
<condition> <condition>
<and> <and>
<equals> <equals>
<property>controls/flight/speedbrake-lever</property> <property>controls/flight/speedbrake</property>
<value>0</value> <value>0</value>
</equals> </equals>
<equals> <equals>
@ -919,7 +855,7 @@
</condition> </condition>
<binding> <binding>
<command>property-assign</command> <command>property-assign</command>
<property>controls/flight/speedbrake-lever</property> <property>controls/flight/speedbrake</property>
<value>0</value> <value>0</value>
</binding> </binding>
<binding> <binding>
@ -937,22 +873,6 @@
<item> <item>
<name>APU</name> <name>APU</name>
<value>AS RQRD</value> <value>AS RQRD</value>
<condition>
<equals>
<property>controls/APU/start</property>
<value>true</value>
</equals>
</condition>
<binding>
<command>property-assign</command>
<property>controls/APU/master</property>
<value>true</value>
</binding>
<binding>
<command>property-assign</command>
<property>controls/APU/start</property>
<value>true</value>
</binding>
<marker> <marker>
<x-m>4.6817</x-m> <x-m>4.6817</x-m>
<y-m>0.0000</y-m> <y-m>0.0000</y-m>
@ -978,17 +898,6 @@
<item> <item>
<name>APU BLEED</name> <name>APU BLEED</name>
<value>ON</value> <value>ON</value>
<condition>
<equals>
<property>systems/pneumatic/bleedapu</property>
<value>34</value>
</equals>
</condition>
<binding>
<command>property-assign</command>
<property>controls/pneumatic/switches/bleedapu</property>
<value>1</value>
</binding>
<marker> <marker>
<x-m>4.7958</x-m> <x-m>4.7958</x-m>
<y-m>-0.0091</y-m> <y-m>-0.0091</y-m>
@ -1258,6 +1167,17 @@
<item> <item>
<name>EMER EXIT LT</name> <name>EMER EXIT LT</name>
<value>OFF</value> <value>OFF</value>
<condition>
<equals>
<property>controls/switches/emer-lights</property>
<value>0</value>
</equals>
</condition>
<binding>
<command>property-assign</command>
<property>controls/switches/emer-lights</property>
<value>0</value>
</binding>
</item> </item>
<item> <item>
<name>SIGNS</name> <name>SIGNS</name>