1
0
Fork 0

Electrical: GCU should be powered by PMG or by DC BAT bus. Therefore, you can control with GEN pb sw if you have PMG volts _or_ if you have DC BAT. Also, disc power is on DC BAT, not DC ESS, even though indication is on ESS. Typically weird Airbus

This commit is contained in:
legoboyvdlp R 2020-10-14 00:32:24 +01:00
parent 59c092a5bd
commit 117f0256f8
2 changed files with 20 additions and 22 deletions

View file

@ -3140,7 +3140,7 @@
<value>14.0</value> <value>14.0</value>
</greater-than-equals> </greater-than-equals>
<greater-than-equals> <greater-than-equals>
<property>systems/electrical/bus/dc-ess</property> <property>systems/electrical/bus/dc-bat</property>
<value>25</value> <value>25</value>
</greater-than-equals> </greater-than-equals>
<equals> <equals>
@ -3214,16 +3214,7 @@
<repeatable>false</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<condition> <condition>
<or> <property>/systems/electrical/sources/idg-1/gcu-1-powered</property>
<greater-than-equals>
<property>systems/electrical/bus/dc-bat</property>
<value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>systems/electrical/bus/dc-ess</property>
<value>25</value>
</greater-than-equals>
</or>
</condition> </condition>
<command>property-toggle</command> <command>property-toggle</command>
<property>controls/electrical/switches/gen-1</property> <property>controls/electrical/switches/gen-1</property>
@ -3536,16 +3527,7 @@
<repeatable>false</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<condition> <condition>
<or> <property>/systems/electrical/sources/idg-2/gcu-2-powered</property>
<greater-than-equals>
<property>systems/electrical/bus/dc-bat</property>
<value>25</value>
</greater-than-equals>
<greater-than-equals>
<property>systems/electrical/bus/dc-ess</property>
<value>25</value>
</greater-than-equals>
</or>
</condition> </condition>
<command>property-toggle</command> <command>property-toggle</command>
<property>controls/electrical/switches/gen-2</property> <property>controls/electrical/switches/gen-2</property>
@ -3643,7 +3625,7 @@
<value>14.0</value> <value>14.0</value>
</greater-than-equals> </greater-than-equals>
<greater-than-equals> <greater-than-equals>
<property>systems/electrical/bus/dc-ess</property> <property>systems/electrical/bus/dc-bat</property>
<value>25</value> <value>25</value>
</greater-than-equals> </greater-than-equals>
<equals> <equals>

View file

@ -770,6 +770,14 @@
</switch> </switch>
<!-- Source Relays --> <!-- Source Relays -->
<switch name="/systems/electrical/sources/idg-1/gcu-1-powered">
<default value="0"/>
<test logic="OR" value="1">
/systems/electrical/bus/dc-bat ge 25
/systems/electrical/sources/idg-1/pmg-volt ge 110
</test>
</switch>
<switch name="/systems/electrical/sources/idg-1/gcu-1-fault"> <switch name="/systems/electrical/sources/idg-1/gcu-1-fault">
<default value="0"/> <default value="0"/>
<test logic="OR" value="0"> <test logic="OR" value="0">
@ -805,6 +813,14 @@
</test> </test>
</switch> </switch>
<switch name="/systems/electrical/sources/idg-2/gcu-2-powered">
<default value="0"/>
<test logic="OR" value="1">
/systems/electrical/bus/dc-bat ge 25
/systems/electrical/sources/idg-2/pmg-volt ge 110
</test>
</switch>
<switch name="/systems/electrical/sources/idg-2/gcu-2-fault"> <switch name="/systems/electrical/sources/idg-2/gcu-2-fault">
<default value="0"/> <default value="0"/>
<test logic="OR" value="0"> <test logic="OR" value="0">