Earlier quoted context omitted.
Your parent is probably skeptical because in 1906 total human powered winged flight time could reasonably be measured in minutes. Europe still believed it was a hoax. Pilots didn't even have instruments let alone a cockpit. If you were a pilot, odds are your name was either Orville or Wilbur. Remember, the Wright brothers first flew in 1903. As another reply points out, it was likely blimp, balloon or some other form…
You forgot about Santos-Dumont, and many others besides. Europe definitely didn't believe it was a hoax, in fact there were lots of people working at attempting powered flight. That does not diminish the accomplishments of the Wright brothers in any way, but to make it seem as though Europe did not believe powered flight was possible is not true. http://en.wikipedia.org/wiki/Aviation_history The time was simply ripe,…
Why do pilots still die from not knowing which end is up?
31–40 of 81 posts
Re: Why do pilots still die from not knowing which end is up?
#32Earlier quoted context omitted.
I have a simple trick for that: I know the consumption of my car on a level road in 5th gear at 90 km/h, so when I'm in doubt about whether or not I'm going up, down or level I look at the fuel consumption indicator. If it is higher than 6.6L/100km then I'm going up, less is down. If you don't have a fuel consumption indicator then that will not work but lots of cars have them these days and I think using them as a l…
This is the first I've heard of fuel consumption indicators. What kind of car is it?
Re: Why do pilots still die from not knowing which end is up?
#33Earlier quoted context omitted.
Here is the fatal scenario: http://www.aerosafe.net/page6.html As a VFR pilot, you've received basic instrument training. Remember that training, trust your instruments, and you'll make it though.
With an altimeter, an artificial horizon and an airspeed indicator, you would expect a VFR pilot to be able to get through any light cloud safely. Untrained, never having touched the cockpit of a plane, I can get the meaning from these instruments. Is it simply that pilots fly without these, or that they simply disregard them during flight?
As the original article pointed out, the first reason is that the sensations are so compelling that doing what the instruments tell you will feel VERY unnatural and you will keep thinking that your instruments are broken or stuck (hence you HAVE to trust your instruments). And even if you remember not to trust your instincts, you will still often unconsciously apply slight pressure to the controls.
The second reason is that for every change in the plane's orientation and speed, several instruments will start moving at once. Without training it is very hard to integrate what the 6 instruments are telling you into a complete mental picture of what's going on with your airplane.
Re: Why do pilots still die from not knowing which end is up?
#34Given the analysis of what happened in the recent Air France crash, I can't imagine why the industry does not write better software to help combat this. It seems as if the programmers writing the software are more concerned about writing valid code to fit the designed system ("the pilot signaled us to climb at exactly 40 degrees, so do it") rather than writing code that models the real world situations accurately. I…
Pilots are very reluctant to hand over control to any kind of computer. It goes completely agains their self image. This is more true in certain company than other. A very similar phenomenon is how the USAF crashes more drones than the Army since they use pilots that insist on flying them in manual, vs the Army operators that do not consider themselves pilot. http://www.theregister.co.uk/2009/04/29/young_usaf_predato…
Re: Why do pilots still die from not knowing which end is up?
#35"According to a 2004 study, the average life expectancy of a non-instrument-rated pilot who flies into clouds or instrument conditions is 178 seconds." This statistic is the aviation equivalent of the "Bill Gates is going to give you $5" email forward. The study was in 1954, not 2004, and the pilots that were tested had zero instrument time (at least three hours are required to get a license now). They were put into…
[1] http://aviatorcollege.wordpress.com/2010/06/25/why-is-the-“d...
Re: Why do pilots still die from not knowing which end is up?
#36One of the precursor experiments was attaching electrodes to the hand that were tied into a compass. The subjects were able to eventually feel North.
A similar device could be attached to something like an altimeter or other instrument.
Re: Why do pilots still die from not knowing which end is up?
#37 The Turn
At the very heart of winged flight lies the banked turn, a procedure
that by now seems so routine and familiar that airline passengers
appreciate neither its elegance and mystery nor its dangerously
delusive character. The author, a pilot, takes us up into the subject.
http://www.theatlantic.com/past/docs/unbound/langew/turn.htmRe: Why do pilots still die from not knowing which end is up?
#38Earlier quoted context omitted.
What the pilot will do to keep the passenger and plane safe can't be foretold by software written in static situations on terra firma. Sensors can lie, equipment can break. Your software may have no better idea of the true situation than the pilot. In the end it is a judgment call and if you limit the ability of those judgment calls to a bunch of software then you are saying that those in a different time and place h…
I think a more robust model of N completely different systems (both mechanical and electrical) to compute the same variable could be found so that the probability that it is computing a value outside of x% of the actual real value is lower than the probability that the human could make a mistake. Even if a speed indicator model in the event of pitot tube loss had a 25% margin of error, autopilot could have done the r…
Studies in N-version programming (such as used in Airbus planes) show that software written by different teams often fail in the same corner cases (with differing outputs).
Eventually you might have software with "situational awareness" that can be trusted to make fewer mistakes than humans, but we're not there yet.
Re: Why do pilots still die from not knowing which end is up?
#39How are there not heads up systems that detect this? A simple "warning 5 seconds to impact with the ocean" would at least warn the pilot.
Re: Why do pilots still die from not knowing which end is up?
#40Given the analysis of what happened in the recent Air France crash, I can't imagine why the industry does not write better software to help combat this. It seems as if the programmers writing the software are more concerned about writing valid code to fit the designed system ("the pilot signaled us to climb at exactly 40 degrees, so do it") rather than writing code that models the real world situations accurately. I…