1
0
Fork 0
fgdata/Aircraft/c172p/Systems/als-lights.xml
Stuart Buchanan 1ab65221b1 Final V3.6.0 version of c172p-detailed.
https://github.com/Juanvvc/c172p-detailed
commit 874b89fedff35dfe1967e09365d3cb0d5b11522c
2015-07-24 18:37:16 +01:00

183 lines
5.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2015 onox
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<PropertyList>
<!--
Note: Properties in /systems/electrical/ are computed by
Nasal/electrical.nas during replay, thus do not need to be
recorded.
-->
<logic>
<name>Lighting Landing On/Off</name>
<input>
<and>
<less-than>
<property>/systems/electrical/outputs/landing-lights</property>
<value>31.5</value>
</less-than>
<greater-than>
<property>/systems/electrical/outputs/landing-lights</property>
<value>20.0</value>
</greater-than>
<not-equals>
<property>/sim/model/c172p/damage/left-wing</property>
<value>1</value>
</not-equals>
</and>
</input>
<output>
<property>/sim/model/c172p/lighting/landing</property>
</output>
</logic>
<logic>
<name>Lighting Taxi On/Off</name>
<input>
<and>
<less-than>
<property>/systems/electrical/outputs/taxi-light</property>
<value>31.5</value>
</less-than>
<greater-than>
<property>/systems/electrical/outputs/taxi-light</property>
<value>20.0</value>
</greater-than>
<not-equals>
<property>/sim/model/c172p/damage/left-wing</property>
<value>1</value>
</not-equals>
</and>
</input>
<output>
<property>/sim/model/c172p/lighting/taxi</property>
</output>
</logic>
<logic>
<name>ALS Lighting Landing</name>
<input>
<and>
<property>/sim/current-view/internal</property>
<property>/sim/model/c172p/lighting/landing</property>
</and>
</input>
<output>
<property>/sim/rendering/als-secondary-lights/use-landing-light</property>
</output>
</logic>
<logic>
<name>ALS Lighting Taxi</name>
<input>
<and>
<property>/sim/current-view/internal</property>
<property>/sim/model/c172p/lighting/taxi</property>
</and>
</input>
<output>
<property>/sim/rendering/als-secondary-lights/use-alt-landing-light</property>
</output>
</logic>
<filter>
<name>Instruments Lighting</name>
<type>gain</type>
<input>
<condition>
<and>
<less-than>
<property>/systems/electrical/outputs/instrument-lights</property>
<value>31.5</value>
</less-than>
<greater-than>
<property>/systems/electrical/outputs/instrument-lights</property>
<value>20.0</value>
</greater-than>
</and>
</condition>
<property>/controls/lighting/instruments-norm</property>
</input>
<input>
<value>0.0</value>
</input>
<output>
<property>/sim/model/material/instruments/factor</property>
</output>
</filter>
<logic>
<name>Lighting Beacon On/Off</name>
<input>
<and>
<less-than>
<property>/systems/electrical/outputs/beacon</property>
<value>31.5</value>
</less-than>
<greater-than>
<property>/systems/electrical/outputs/beacon</property>
<value>20.0</value>
</greater-than>
</and>
</input>
<output>
<property>/sim/model/c172p/lighting/beacon/enabled</property>
</output>
</logic>
<logic>
<name>Lighting Strobe On/Off</name>
<input>
<and>
<less-than>
<property>/systems/electrical/outputs/strobe</property>
<value>31.5</value>
</less-than>
<greater-than>
<property>/systems/electrical/outputs/strobe</property>
<value>20.0</value>
</greater-than>
</and>
</input>
<output>
<property>/sim/model/c172p/lighting/strobes/enabled</property>
</output>
</logic>
<logic>
<name>Lighting Navigation On/Off</name>
<input>
<and>
<less-than>
<property>/systems/electrical/outputs/nav-lights</property>
<value>31.5</value>
</less-than>
<greater-than>
<property>/systems/electrical/outputs/nav-lights</property>
<value>20.0</value>
</greater-than>
</and>
</input>
<output>
<property>/sim/model/c172p/lighting/nav-lights</property>
</output>
</logic>
</PropertyList>