737 'Tailstrike' Caused By Typo On a Tablet (arstechnica.com)
An anonymous reader writes: In August of last year, a Boeing 737 operated by Qantas experienced a tailstrike while taking off — the thrust wasn't great enough for the tail to clear the runway, so it clipped the ground. The investigation into the incident (PDF) has finally been completed, and it found the cause of the accident: the co-pilot accidentally entered the wrong plane weight data into the iPad used to make calculations about the takeoff thrust. "First, when working out the plane's takeoff weight on a notepad, the captain forgot to carry the "1," resulting in an erroneous weight of 66,400kg rather than 76,400kg. Second, the co-pilot made a "transposition error" when carrying out the same calculation on the Qantas on-board performance tool (OPT)—an iPad app for calculating takeoff speed, amongst other things. "Transposition error" is an investigatory euphemism for "he accidentally hit 6 on the keyboard rather than 7." This caused the problem: "For a weight of 76,400kg and temperature of 35C, the engine thrust should've been set at 93.1 percent with a takeoff speed of 157 knots; instead, due to the errors, the thrust was set to 88.4 percent and takeoff speed was 146 knots."
It still boggles my mind how we live in the Information Age and this data was not automatically uploaded and calculated. I'm not saying it dosent require a human to sign off on, but it's mildly insane it isn't all automatically calculated and simply checked.
.
Why can't the source of the data convey the data to the tablet apps automatically? Why involve an error-prone human in the process?
So somebody entered bad data into the Flight Management Controller.
Happens all the time with Qantas, which has been caught out for having extremely lax protocols.
Search the ATSB database, there have been more than a dozen incidents in the past decade which by pure luck didn't result in mass casualties.
Then read the BS excuses Qantas gives. Such as "the ladder wasn't tall enough to check the engine cowling was locked".
Seems to me 5% should be well within the margin or error. Are they trying to save fuel by cutting it that close?
As if the co-pilot couldn't have made the exact same mistake with a calculator or even paper.
They could have just as easily mistyped the weight using the on-board flight management system's keyboard.
Is *not* an "off by one" error.
"I don't know, therefore Aliens" Wafflebox1
you always have both the pilot and co-pilot make the calculations to make sure that they both come up with the same number. That is if you can't have the plane download and measure the necessary inputs in order to calculate the values for you automatically.
I used to be a Ramp Agent at a major international shipping firm. We did weight and balance for the flights. We had several layers of redundancy for our numbers: Every container number and weight was rechecked by another Ramp Agent, and then once again at the gate to match with the load sheets. We realized if we put the numbers in wrong, that could result in loss of life (not to mention aircraft assets and cargo). We took this job very seriously. Once we turned that paperwork (now done via ACARS, supposedly), I would hate to think that the cockpit just fat fingered the numbers in on their end without having a secondary check. "Hey Captain, can we check the numbers real quick?" Probably take them 15-30 seconds at most since they'd be concerned with big picture numbers and not individual positions.
If you were me, you'd be good lookin'. - six string samurai
That'll make for some angry birds.
"Okay. I found 5 restaurants like 'calculate takeoff thrust' near you"
On a recent flight from SYD to MEL our Qantas pilot ranted on the PA about how evil the ATSB was because they wouldn't let the plane take off, because Qantas engineering accidentally put an incorrect black box into our plane. He said that Qantas maintenance made mistakes like that all the time, and that, since it wasn't a safety issue to fly without a black box, the ATSB were just being pricks.
I will never set foot on a Qantas plane ever agin.
Not just fuel but engine wear and air frame stress which reduces the life of the aircraft.
Umm...Tail Strikes on take off are caused by over rotation.
Regardless, seems to me that pilots calculating the take off weight is anachronistic. Manufacturers can easily incorporate weight sensing devices into the gear. Or, weight sensors could be incorporated into a Wheel Chock device. There is no reason for guesstimates.
When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
"76,860 kg" autocorrected to "Settings thousand ate sexy cardiograms"
That does not mean it can handle 10,000 lbs, it means it can handle MORE than 10,000 lbs - the excess is called a margin of safety. It can be expressed as a "factor of safety". If your factor of Safety is 2, then the engineer believes the bridge can handle twice the stated load.
For aircraft and spacecraft, the US government generally requires Factor of Safety of at least 1.2, but as high as 3 is common. That means that if the tire is expect to hold 10 tons, it was built to actually hold at least 12 tons. (All above info from Wikipedia)
Apparently the idiots that write these programs thought, hey, we don't need to use a reasonable Factor of Safety. They calculated they needed 93.1 units of thrust, but failed only 88.4. That means their Safety Factor was less than 1.12
If the morons had put in the expected margin of safety of 1.2, then the plane should have been able to take off even if they had only applied 77.67 units of thrust.
Clear failure of the programmer to build a sufficient margin of safety into their calculations
excitingthingstodo.blogspot.com
...but then the stupidity of taking off at less than 100% throttle to save a little bit of fuel at the expense of increasing risk is also a pretty dumb thing to do, engineering wise.
Taking off at less than 100% throttle means reduced acceleration, which reduces stress on the airframe (and passengers). It reduces wear on the engines and - more important - reduces the risk of turbine failure. It makes the aircraft easier to control (less unbalanced thrust) if it does lose an engine immediately before or after takeoff.
So...not just to save fuel.
~Idarubicin
First of all, tail strikes on take-off are obviously the result of overrotation, but this usually happens because the pilot rotates at the wrong speed. You pull back, expecting the plane to leave the ground, but instead the plane remains on the ground while the nose keeps going up. Also, you may be running out of runway if the calculations were off, so you'll pull back regardless.
About the weight sensors: good idea, but this is aviation, where everything has to work reliably in pretty difficult environmental circumstances. Even something as simple as a proximity switch to determine whether or not the gear is down, fails from time to time. We often deal with incorrect tire pressure indications, temperature indications, etcetera. Measuring the weight of a plane with sufficient precision is quite a bit more complex than a simple tire pressure reading, so I can't see any manufacturer trusting that kind of system enough to let it determine take-off settings by itself. Maybe as an extra crosscheck for the data from the loadsheet, sure, but not as the primary source of information.
People always go "we should replace the pilots with automated systems because pilots make too many mistakes", but they have no idea how many mechanical failures we deal with as part of the routine of our job. We make mistakes, sure. But so does automation.
As a software developer I love it when people forget that computers run software written by humans who are error prone too :)