1
0
Fork 0

autoland alarm fix - alert as specs and correct sound

This commit is contained in:
Inuyaksa 2022-01-28 00:14:32 +01:00
parent 00c6634a43
commit 8da8981acf
2 changed files with 21 additions and 21 deletions

View file

@ -1013,7 +1013,7 @@
<autolandwarning>
<name>autolandwarning-single</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/calvary-charge-once.wav</path>
<path>Aircraft/A320-family/Sounds/Cockpit/click.wav</path>
<condition>
<equals>
<property>/instrumentation/pfd/logic/autoland/autoland-alarm</property>

View file

@ -2521,11 +2521,11 @@
<test logic="AND" value="1">
/instrumentation/pfd/logic/autoland/autoland-armed eq 1
/instrumentation/pfd/logic/autoland/pitch-land eq 1
<test logic="OR">
<test logic="AND">
/it-autoflight/output/ap1 eq 0
/it-autoflight/output/ap2 eq 0
</test>
<test logic="OR">
/instrumentation/radar-altimeter-difference-ft gt 15
<test logic="AND">
<test logic="OR">