TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Embraer Phenom 300 yaw damper fail due to loss of GPS signal [pdf]

80 pointsby a-no-nover 8 years ago

9 comments

Animatsover 8 years ago
What a mess. We botched GPS&#x2F;AHRS integration in our 2005 Grand Challenge vehicle. Seen this type of problem.<p>Here&#x27;s the problem. You have an Attitude and Heading Reference System (AHRS) with three rate gyros and three accelerometers, plus a magnetometer as a compass. From this information, you want to get aircraft orientation and heading. Integrating the rate gyros gives orientation, but because you&#x27;re integrating a rate, there&#x27;s cumulative error over time. The accelerometers give you a down reference. Not always a good one. Some AHRS units will lose their down reference if you fly in a circle for a while, and the accelerometers see a consistent but wrong &quot;down&quot; direction from centrifugal force.<p>So AHRS systems are prone to cumulative error accumulation. You also have a GPS system, which is prone to short-term noise but does not accumulate cumulative error. GPS is position only; there&#x27;s no orientation info from GPS. (There are some multiple-antenna GPS systems that get orientation, but those are rare) So AHRS&#x2F;GPS systems try to combine the two using various filters. Those filters embody assumptions about the error properties of each system. Fusion of the two sources provides position information, with the GPS fixes being augmented with short-term info from the AHRS. However, it&#x27;s possible for GPS position to &quot;jump&quot; due to radio propagation problems. You see this on smartphones all the time. It&#x27;s not as bad for aircraft, which usually have a clear view of the sky. (It&#x27;s much harder for ground vehicles, which can&#x27;t always see enough GPS satellites. We had a lot of trouble with this in 2005.)<p>The important outputs are attitude (pitch, roll, and yaw) which drive the artificial horizon ball (or, today, a graphic which looks like one). There&#x27;s also heading, which drives the compass. The attitude outputs also drive the aircraft&#x27;s stability control systems. The AHRS data can be used raw, or combined with GPS data to get not only attitude but position.<p>Usually, the AHRS outputs are used without GPS info to drive the aircraft systems that just need attitude. But the fused AHRS&#x2F;GPS data is usually better, and dealing with inconstencies between the unaugmented AHRS info and the fused data is a pain. So there&#x27;s a temptation to use the fused data for everything. Embraer apparently did this.<p>There&#x27;s an argument for source integration. Air France 447 crashed because they lost airspeed and altitude data when the pitot tubes and static ports froze up. An integrated AHRS&#x2F;GPS system would have given them accurate info on vertical speed and altitude even without air sensors. So integration isn&#x27;t fundamentally a bad idea. If you integrate sources, though, you have to deal with sensor conflicts. That&#x27;s a hard problem. Filters alone will not do it.<p>The integration used by Embraer (who did the avionics, by the way?) apparently doesn&#x27;t handle GPS failures properly. The AHRS is still there, and that&#x27;s all you need for aircraft stability. But if the fused outputs are used for stability augmentation, stall warning, and such, apparently they can fail when the GPS data does.
评论 #12522317 未加载
dfsegoatover 8 years ago
This is a known issue - and old issue.<p>These jets cannot fly without GPS.<p>When they (the military) knocked out GPS intentionally around China Lake NAS a few months back (for testing aircraft in GPS denied environments) -- all Embraers were told to avoid the area:<p><i>THIS NOTAM APPLIES TO ALL AIRCRAFT RELYING ON GPS. ADDITIONALLY, DUE TO GPS INTERFERENCE IMPACTS POTENTIALLY AFFECTING EMBRAER PHENOM 300 AIRCRAFT FLIGHT STABILITY CONTROLS, FAA RECOMMENDS EMB PHENOM PILOTS AVOID THE ABOVE TESTING AREA AND CLOSELY MONITOR FLIGHT CONTROL SYSTEMS DUE TO POTENTIAL LOSS OF GPS SIGNAL.</i><p><a href="https:&#x2F;&#x2F;www.faasafety.gov&#x2F;files&#x2F;notices&#x2F;2016&#x2F;Jun&#x2F;CHLK_16-08_GPS_Flight_Advisory.pdf" rel="nofollow">https:&#x2F;&#x2F;www.faasafety.gov&#x2F;files&#x2F;notices&#x2F;2016&#x2F;Jun&#x2F;CHLK_16-08_...</a>
评论 #12521292 未加载
评论 #12521282 未加载
a-no-nover 8 years ago
<a href="http:&#x2F;&#x2F;forums.jetcareers.com&#x2F;threads&#x2F;emb-300-phenom-yaw-damper-fail-due-to-unreliable-or-unavalible-gps-signal.234746&#x2F;page-2" rel="nofollow">http:&#x2F;&#x2F;forums.jetcareers.com&#x2F;threads&#x2F;emb-300-phenom-yaw-damp...</a>
评论 #12519775 未加载
dogma1138over 8 years ago
How does an aircraft gets certified with out an INS for stability control?
smegelover 8 years ago
&gt; VENTRAL RUDDER FAIL, YAW DAMPER FAIL, AUTO PILOT FAIL, AND CAS MESSAGES ASSOCIATED WITH UNEXPECTED ROLLING AND YAWING OSCILLATIONS (DUTCH ROLL) AT HIGH AIRSPEEDS<p>Damn.
mmanfrinover 8 years ago
Can someone provide context?
评论 #12519857 未加载
评论 #12519843 未加载
0xcde4c3dbover 8 years ago
Anyone have a sense of what the primary failure is here? Is there some Kalman filter that gets out of whack when an error term can&#x27;t be calculated, or what?
rsyncover 8 years ago
Translation: we never tested flight with the GPS off.
评论 #12519868 未加载
throwaway_exerover 8 years ago
I have a commercial rating. The HN title is wrong.<p>What this is saying:<p>1) If you don&#x27;t have a yaw damper, then you&#x27;ll have a rough ride<p>2) because the autopilot will induce oscillation (dutch roll) after loss of GPS
评论 #12519772 未加载
评论 #12520584 未加载