Fix some instrument installation instructions to prevent spamming MP properties
This commit is contained in:
parent
8e3ef0d2e4
commit
a90b331ce1
3 changed files with 21 additions and 21 deletions
|
@ -47,11 +47,11 @@ To install this instrument into your aircraft, you need to do the following:
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>/systems/electrical/outputs/flarm</property>
|
<property>systems/electrical/outputs/flarm</property>
|
||||||
<value>9</value>
|
<value>9</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/instrumentation/flarm/new-contact</property>
|
<property>instrumentation/flarm/new-contact</property>
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
</equals>
|
</equals>
|
||||||
</and>
|
</and>
|
||||||
|
@ -70,11 +70,11 @@ To install this instrument into your aircraft, you need to do the following:
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>/systems/electrical/outputs/flarm</property>
|
<property>systems/electrical/outputs/flarm</property>
|
||||||
<value>9</value>
|
<value>9</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/instrumentation/flarm/new-contact</property>
|
<property>instrumentation/flarm/new-contact</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
</and>
|
</and>
|
||||||
|
@ -94,11 +94,11 @@ To install this instrument into your aircraft, you need to do the following:
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>/systems/electrical/outputs/flarm</property>
|
<property>systems/electrical/outputs/flarm</property>
|
||||||
<value>9</value>
|
<value>9</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/instrumentation/flarm/warn</property>
|
<property>instrumentation/flarm/warn</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
</and>
|
</and>
|
||||||
|
@ -118,11 +118,11 @@ To install this instrument into your aircraft, you need to do the following:
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>/systems/electrical/outputs/flarm</property>
|
<property>systems/electrical/outputs/flarm</property>
|
||||||
<value>9</value>
|
<value>9</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/instrumentation/flarm/warn</property>
|
<property>instrumentation/flarm/warn</property>
|
||||||
<value>2</value>
|
<value>2</value>
|
||||||
</equals>
|
</equals>
|
||||||
</and>
|
</and>
|
||||||
|
|
|
@ -44,25 +44,25 @@ To install this instrument into your aircraft, you need to do the following:
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>/instrumentation/s3/te-reading-mps</property>
|
<property>instrumentation/s3/te-reading-mps</property>
|
||||||
<value>0.01</value>
|
<value>0.01</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
<property>/systems/electrical/outputs/S3</property>
|
<property>systems/electrical/outputs/S3</property>
|
||||||
<value>9</value>
|
<value>9</value>
|
||||||
</greater-than-equals>
|
</greater-than-equals>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/instrumentation/s3/start</property>
|
<property>instrumentation/s3/start</property>
|
||||||
<value>1.0</value>
|
<value>1.0</value>
|
||||||
</equals>
|
</equals>
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<pitch>
|
<pitch>
|
||||||
<property>/instrumentation/s3/sound-pitch</property>
|
<property>instrumentation/s3/sound-pitch</property>
|
||||||
<offset>0</offset>
|
<offset>0</offset>
|
||||||
</pitch>
|
</pitch>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/instrumentation/s3/volume</property>
|
<property>instrumentation/s3/volume</property>
|
||||||
<factor>1</factor>
|
<factor>1</factor>
|
||||||
<max>1</max>
|
<max>1</max>
|
||||||
</volume>
|
</volume>
|
||||||
|
@ -83,29 +83,29 @@ To install this instrument into your aircraft, you need to do the following:
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>/instrumentation/s3/te-reading-mps</property>
|
<property>instrumentation/s3/te-reading-mps</property>
|
||||||
<value>-10.00</value>
|
<value>-10.00</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
<less-than>
|
<less-than>
|
||||||
<property>/instrumentation/s3/te-reading-mps</property>
|
<property>instrumentation/s3/te-reading-mps</property>
|
||||||
<value>-0.01</value>
|
<value>-0.01</value>
|
||||||
</less-than>
|
</less-than>
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
<property>/systems/electrical/outputs/S3</property>
|
<property>systems/electrical/outputs/S3</property>
|
||||||
<value>9</value>
|
<value>9</value>
|
||||||
</greater-than-equals>
|
</greater-than-equals>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/instrumentation/s3/start</property>
|
<property>instrumentation/s3/start</property>
|
||||||
<value>1.0</value>
|
<value>1.0</value>
|
||||||
</equals>
|
</equals>
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<pitch>
|
<pitch>
|
||||||
<property>/instrumentation/s3/sound-pitch</property>
|
<property>instrumentation/s3/sound-pitch</property>
|
||||||
<offset>0</offset>
|
<offset>0</offset>
|
||||||
</pitch>
|
</pitch>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/instrumentation/s3/volume</property>
|
<property>instrumentation/s3/volume</property>
|
||||||
<factor>1</factor>
|
<factor>1</factor>
|
||||||
<max>1</max>
|
<max>1</max>
|
||||||
</volume>
|
</volume>
|
||||||
|
|
|
@ -23,7 +23,7 @@ You will need to :
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<pitch>
|
<pitch>
|
||||||
<property>/instrumentation/ilec-sc7/sound-pitch</property>
|
<property>instrumentation/ilec-sc7/sound-pitch</property>
|
||||||
<offset>0</offset><!-- Do not remove, default is 1 -->
|
<offset>0</offset><!-- Do not remove, default is 1 -->
|
||||||
</pitch>
|
</pitch>
|
||||||
<volume>
|
<volume>
|
||||||
|
@ -53,7 +53,7 @@ You will need to :
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<pitch>
|
<pitch>
|
||||||
<property>/instrumentation/ilec-sc7/sound-pitch</property>
|
<property>instrumentation/ilec-sc7/sound-pitch</property>
|
||||||
<offset>0</offset><!-- Do not remove, default is 1 -->
|
<offset>0</offset><!-- Do not remove, default is 1 -->
|
||||||
</pitch>
|
</pitch>
|
||||||
<volume>
|
<volume>
|
||||||
|
|
Loading…
Add table
Reference in a new issue