Slashdot Mirror


Boeing Unveils 737 Max Software Fixes (cnbc.com)

hcs_$reboot shares a report from CNBC: Boeing previewed its software fix, cockpit alerts and additional pilot training for its 737 Max planes on Wednesday, saying the changes improve the safety of the aircraft which has been involved in two deadly crashes since October. By the end of this week, Boeing plans to send the software updates and plan for enhanced pilot training to the FAA for certification approval. After the FAA approves the fix, Boeing said it will send the software update to customers. Among the notable changes to the MAX flight controls:
  • The plane's Maneuvering Characteristics Augmentation System, or MCAS, automated flight control system, will now receive data from both "angle of attack" sensors, instead of just one.
  • If those disagree by more than 5.5 degrees, the MCAS system will be disabled and will not push the nose of the plane lower.
  • Boeing will be adding an indicator to the flight control display so pilots are aware of when the angle of attack sensors disagree.
  • There will also be enhanced training required for all 737 pilots so they are more fully aware of how the MCAS system works and how to disable it if they encounter an issue.

139 of 249 comments (clear)

  1. enhanced training by zlives · · Score: 2, Interesting

    so.. a youtube link?

    also these are workarounds, why not fix the actual problem of sensor reading incorrectly?

    1. Re:enhanced training by Anonymous Coward · · Score: 1

      1. Because the pilots should already be trained for runaway elevatior stablisiation trim and should execute the same actions that they're supposed to have done for every 737.

      2. Err, that's because it's a faulty / blocked individual sensor. There's no problem with the design of the sensor, it just can be faulty or blocked. And they can easily disagree by a few degrees due to air current changes around the plane.

    2. Re:enhanced training by viperidaenz · · Score: 1

      just having two on a plane is already borderline minimalist

      I would assume there are only two optimal places to put the AoA sensor, one on each side of the plane at the front in the centreline, where the airflow over that section of the plane is just right.

      Also, why do they need to have separate indicators for every possible failure mode? Nowadays, you have a bunch of large screens in there, you can certainly log some warnings on one of them if essential instruments disagree.

      That's what they already do. Boeing offers an optional extra to display the angle of attack to the pilot on one of those screens. It also shows a warning when the two sensors disagree. The angle display is going to continue to be a paid extra, the warning is going to be made standard.

      Just to make the previous point clear: Boeing deliberately made a malfunctioning sensor warning to a critical system a paid optional add-on.

    3. Re:enhanced training by UnknowingFool · · Score: 1

      Because under the simulations, Boeing themselves found pilots might have under 40 seconds to override the software or the plane might go into a unrecoverable dive. And that’s in a simulator where the pilots were expecting it.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
  2. patch by Anonymous Coward · · Score: 4, Funny


    if (crashing() && uncrashFeatureEnabled()) {
      uncrash();
    }

    1. Re:patch by hcs_$reboot · · Score: 1
      if ( faulty(MCAS) ) {
      1. /* crash(); */
        disable(MCAS); // fix

      }

      --
      Slashdot, fix the reply notifications... You won't get away with it...
  3. Changes to the MAX flight controls ... by fahrbot-bot · · Score: 4, Funny

    Before engaging MCAS the control software will display an animated dialog:

    Clippy: It looks like you're plane may stall. Would you like help?

    --
    It must have been something you assimilated. . . .
    1. Re:Changes to the MAX flight controls ... by shanen · · Score: 1

      I'd give you the funny mod if I ever had one to give. (I think the comment that currently follows this one is also bidding for a funny mod, but I'm not getting the joke yet...) Anyway, I just wrote about a reincarnation of Clippy, though I wasn't joking.

      If I was a comedian, I'd try to come up with a funny expansion of MCAS. Something like Mud Capture Attack System.

      --
      Freedom = (Meaningful - Coerced) Choice != (Speech | Beer^2), and sad sock puppets' bad mods avail them naught.
    2. Re:Changes to the MAX flight controls ... by fahrbot-bot · · Score: 2

      I'd try to come up with a funny expansion of MCAS.

      May Cause Air Sickness

      --
      It must have been something you assimilated. . . .
    3. Re:Changes to the MAX flight controls ... by hcs_$reboot · · Score: 1

      And In keeping with tradition Clippy's help will be totally useless.

      --
      Slashdot, fix the reply notifications... You won't get away with it...
    4. Re:Changes to the MAX flight controls ... by drinkypoo · · Score: 1

      I'd try to come up with a funny expansion of MCAS.

      May Cause Air Sickness

      May Cure Air Sickness. It's hard to have air sickness when you're smeared across the runway as a chunky paste.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:Changes to the MAX flight controls ... by shanen · · Score: 1

      I'd try to come up with a funny expansion of MCAS.

      May Cause Air Sickness

      May Cure Air Sickness. It's hard to have air sickness when you're smeared across the runway as a chunky paste.

      May Cure All Sickness. Ditto.

      But no one got any funny mod points, not even the OP.

      --
      Freedom = (Meaningful - Coerced) Choice != (Speech | Beer^2), and sad sock puppets' bad mods avail them naught.
  4. Sensors are physical objects by Firethorn · · Score: 5, Informative

    Because the sensors are physical devices, and are this subject to all physical device problems. They can break, corrode, be bent by a physical impact, etc...

    They're regularly inspected, which is about the best you can do.

    --
    I don't read AC A human right
    1. Re:Sensors are physical objects by zlives · · Score: 4, Interesting

      which again goes to question the logic behind an automated system based on sensors that could be faulty forcing correction while on manual flight control... but i am sure i don't understand as I am not an industry insider.

    2. Re:Sensors are physical objects by PPH · · Score: 5, Interesting

      It might not be the physical sensor. Data from both the LION and Ethiopian flights shows an offset between the two AoA sensors of 22 degrees. Neither appear to be stuck, as they both track airplane movements. But with this offset. Same physical fault causing the exact same offset? Doubtful.

      One theory is that the 22 degree figure is pretty close to the value of one bit in the ARINC 429 word for AoA (22.5 degrees). So, software might be flipping a bit. This might be a tough bug to run down.

      --
      Have gnu, will travel.
    3. Re:Sensors are physical objects by Firethorn · · Score: 5, Interesting

      I was keeping my response simple, but for "flight critical" sensors the general idea is to have at least 3 and use a voting system. For sensors that are 99.X% reliable, the odds that two will be out such that they are throwing the same erroneous value(or at least within error margins) is quite low. Though there are differences between 'simple' sensors that report back a simple voltage or resistance where determining a fault can be difficult, and complex ones like radar, GPS, that are more likely to tell the system they have a problem. The vanes here are simple sensors.

      Though with the MCAS it was supposed to assist, not be critical, thus 1 vane being enough. Pilots were supposed to be able to override with just more stick application. That assessment is being challenged, and the 2 vane + alarm thing is Boeing hoping to avoid having to avoid installing another sensor for proper 3 sensor + voting reliability, as the extra sensor will be expensive.

      3 good sensors: all good
      2 good sensors: all good(less redundancy)
      2 good sensors, 1 whack - get fixed after landing
      1 good, 1 whack - system unreliable, turn off. Consider landing early.
      1 good - 2 whack(different values) - system unreliable, turn off, consider landing early
      1 good - 2 whack(same values) - hope you notice before crash/fire. Turn off system. Seriously consider landing early. Last good sensor may or may not be usable(does it have an output you can use?). Consider firing maintainers as it is likely at least one was whack when you took off.
      0 good - 2 whack(same values) - same as previous, really. Without minor hope of good sensor being useable.
      3 whack - same as previous. Consider firing maintenance department out of a cannon.

      --
      I don't read AC A human right
    4. Re:Sensors are physical objects by Firethorn · · Score: 2

      If the crashes were due to software bug, ouch. Didn't the LION flight take off with a known defective AoA sensor though?

      --
      I don't read AC A human right
    5. Re:Sensors are physical objects by Compuser · · Score: 2

      I am not sure why we do not do five sensors for critical stuff and three for less critical. This whole cost cutting business is shady as hell when lives are at stake.

    6. Re:Sensors are physical objects by rtb61 · · Score: 1

      Still the idiot version. You have total engine thrust at that time and measured airspeed (airspeed that can be defined by not just onboard instruments but by external data from the air' traffic control system). The design is inherently bad and unsafe, brought about by cheap shitty shortcuts and a corrupt approval system for US aircraft.

      Reality the only safe choice now, DO NOT BUY US AIRCRAFT, the approval system has been entirely corrupted, with the manufacturers self approving the aircraft and the FAA an empty rubber stamp, that will lie to protect the profits of US manufacturers. US aircraft will become more shoddy and more dangerous as time goes on and will fall from the sky more often. Sane passengers will start avoiding US aircraft.

      All foreign competing manufacturers could pile on about the corrupt unreliable nature of US aircraft. People do no even realise the biggest problem. It ain't how many people Boeing murdered by greed, from the greedy perspective, it is how great a risk that investment is, spend so much and they approval process is corrupt and those aircraft likely to fall from the sky with massive losses, it makes them un extremely unsound financial investment, simply not worth the risk at any price.

      --
      Chaos - everything, everywhere, everywhen
    7. Re:Sensors are physical objects by dgatwood · · Score: 5, Interesting

      It might not be the physical sensor. Data from both the LION and Ethiopian flights shows an offset between the two AoA sensors of 22 degrees. Neither appear to be stuck, as they both track airplane movements. But with this offset. Same physical fault causing the exact same offset? Doubtful.

      One theory is that the 22 degree figure is pretty close to the value of one bit in the ARINC 429 word for AoA (22.5 degrees). So, software might be flipping a bit. This might be a tough bug to run down.

      It seems unlikely that software would suddenly start flipping a bit repeatedly. That usually implies faulty hardware. The real question is how two pieces of hardware could experience the exact same fault on exactly the same bit.

      My money is on thermal expansion of a BGA fastened with lead-free solder.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    8. Re:Sensors are physical objects by giampy · · Score: 2

      In these cases when the sensors disagree for whatever reason, it looks like a light will turn on but essentially they will lose reliability of both sensor ans they won't know which one is faulty (assuming they won't fault at the same exact time, which i sa safe assumption).

      If so it's a little stupid, and sad, as there are plenty of techniques to decide which one is correct and which one is faulty based on the reading of the other sensors (and a small internal model of the aircraft). I hope they implement a better system.

      --
      We learn from history that we learn nothing from history - Tom Veneziano
    9. Re: Sensors are physical objects by mSparks43 · · Score: 1

      Exactly why they are pushing for the "guess a fix and hope no one else dies" approach.
      Suppose it is slightly better than the "pay the faa to not make them fix it and hope no one dies" approach.

      But you'll never find me on a 737 either way.

    10. Re:Sensors are physical objects by PPH · · Score: 2

      That usually implies faulty hardware.

      It would seem so. Like an open/shorted lead on a parallel bus. Maybe a bad pin on an A/D chip. ARINC 429 is a serial protocol, so it's not likely something loose between boxes. What really rules the h/w angle out is the similar fault on (at least) two unrelated flights.

      --
      Have gnu, will travel.
    11. Re:Sensors are physical objects by viperidaenz · · Score: 5, Informative

      No, it's intended to stop a stall from happening by automatically adjusting the stabilizer trim as the elevators don't have enough pitch authority to counteract the pitch-up caused by the more powerful engines.

      The system is intended to allow the plane to be certified without redesigning the elevators.

    12. Re:Sensors are physical objects by Anonymous Coward · · Score: 1

      Five? Why not 10 or 20 of each. Forget transporting people - let's transport sensors!

    13. Re:Sensors are physical objects by PPH · · Score: 5, Interesting

      The LION plane had an AoA system problem on a previous flight. The sensor was replaced. It appears that didn't fix it.

      --
      Have gnu, will travel.
    14. Re: Sensors are physical objects by viperidaenz · · Score: 4, Informative

      thrust is what causes the stall this system is designed to mitigate.

      The most thrust you apply to an aircraft the low mounted engines, the more the aircraft pitches up, making a stall more likely.

      If the aircraft has tiny elevators, like the 737, there is a point where the thrust is pitching the aircraft up more than they can correct, given the current angle of attack.
      In that situation, there are only two things you can do to stop a stall
      1) lower the thrust that is pitching the aircraft up
      2) use the stabilizer trim to change the angle of the rear stabilizer - which is what MCAS does automatically.

    15. Re:Sensors are physical objects by dgatwood · · Score: 4, Informative

      What really rules the h/w angle out is the similar fault on (at least) two unrelated flights.

      It only rules out hardware if you assume that the failure is a random fluke. If it is the result of a mechanical design flaw or an under-specified simple component like a resistor, capacitor, or transistor, hardware failing in the same way isn't particularly rare. For example:

      GPU thermal failures often result in a small number of different sets of identical symptoms; the same solder balls break more frequently because of their location and the way that the chip expands.

      At one point, I was involved in a group buy of some preamplifier hardware from a manufacturer in China. There was something like a 40% failure rate, and it was caused by a single transistor being substituted with a lower-quality part that became unstable in the presence of too little capacitance. And they all failed with the exact same symptom, en masse.

      And a particular age range of certain models of TV failed en masse because of capacitor plague. In every case, the symptom was that they wouldn't turn on.

      Or consider the T-Con board that drives various LCD panels in TVs. They fail with alarming regularity, to such a degree that there's actually a third-party company manufacturing new replacement boards for old TVs. There are only a few different failure modes, usually involving one color channel stuck off or on, and statistically if you buy a used board, nearly 100% of the time you'll get a bad one, because it's the #1 cause of replacing TVs that contain certain models of T-Con board.

      And I can also recall a hard drive connector built by a major manufacturer that was attached by a screw on only one end, and repeatedly would work its way lose, requiring a complete redesign of the hardware in the next generation.

      You get the idea.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    16. Re:Sensors are physical objects by Applehu+Akbar · · Score: 3, Insightful

      Reality the only safe choice now, DO NOT BUY US AIRCRAFT

      A whole set of EU pitot tubes would never ice over above a tropical storm, any more than an EU rudder would snap off in wake turbulence, would they now?

    17. Re:Sensors are physical objects by Darinbob · · Score: 5, Insightful

      Just your industry standard screwup. A better design is expensive, more testing is expensive, any delay is expensive. To the product managers will push and push and push for you to ship the product. The plan was not designed from scratch, it's an incremental modification of the 737 line and this feature was essentially a patch that was less expensive than a redesign.

    18. Re: Sensors are physical objects by Anonymous Coward · · Score: 1


      Medical device certification in the EU is a joke compared with the US.

      That must be why practically every EU country has life expectancy higher than the US.

      The shitty medical device certification.

      We found the cure for old age, let's party.

    19. Re:Sensors are physical objects by brausch · · Score: 1

      Another thought is that the system needs to have a sense of time as well when working with real sensors. There should be some time smoothing (exponential is simple to implement and usually pretty good at reducing noise in the signal) as well as some tracking of rate of change of the readings as a reality check.

      --
      "Almost every wise saying has an opposite one, no less wise, to balance it." - George Santayana
    20. Re:Sensors are physical objects by joe_frisch · · Score: 1

      Cost - which of course matters. There are always safety / cost tradeoffs. Overall commercial aviation is very safe, and very inexpensive per passenger-mile, so in general there seems to be a pretty good tradeoff. In this case they may have not gotten it right.

    21. Re:Sensors are physical objects by brausch · · Score: 2

      Pretty much every industry worldwide is like this. Auditors check that various reviews and things have been done. The reviews etc. are done by the manufacturers. Take a look at the auto industry and the emissions issues the last few years. The government seldom does the testing, etc. They just set the standards and the manufacturers claim they meet them. Same with the drug manufacturers (see the recent worldwide recall of the blood pressure medicine irbesartan). There isn't enough government expertise or manpower to check everything.

      --
      "Almost every wise saying has an opposite one, no less wise, to balance it." - George Santayana
    22. Re:Sensors are physical objects by weilawei · · Score: 4, Funny

      You started out with such a level atittude in the first paragraph, then you really stalled. Are you sure your MCAS was enabled?

    23. Re:Sensors are physical objects by mrbester · · Score: 1

      Reminds me of something I watched about erroneous reporting of multiple AE-35 unit failures by supposedly bug free software. There was only one survivor of that incident.

      --
      "Wait. Something's happening. It's opening up! My God, it's full of apricots!"
    24. Re:Sensors are physical objects by war4peace · · Score: 1

      I was keeping my response simple, but for "flight critical" sensors the general idea is to have at least 3 and use a voting system.

      Great. How do you determine whether the vote has a correct outcome?

      3 good sensors: all good

      /

      Unless the sensors have a design flaw and under certain weather conditions they all report an erroneous value. Like the Pitot tubes on the ill-famed Air France crash a few years back.

      1 good - 2 whack(different values) - system unreliable, turn off, consider landing early

      Unless the two different values are identical, in which case the system would think they are good and crash the plane. But let's see...

      1 good - 2 whack(same values) - hope you notice before crash/fire. Turn off system. Seriously consider landing early. Last good sensor may or may not be usable(does it have an output you can use?). Consider firing maintainers as it is likely at least one was whack when you took off.

      The idea is that crash tendency is noticed. Remember that both MAX 8 crashes happened very soon after take-off, when plane is still at a relatively low altitude and likely to still be in a cloud with no visibility. It is what happened back in 1995 at Balotesti, when the plane suffered from a software bug and the captain had a stroke. Even both, combined, would not have been enough to crash the plane, had the co-pilot had visibility outside the cockpit. However, the plane was in the clouds, so the co-pilot only realized the plane was hurtling straight down when it exited the cloud, 7 to 8 seconds before impact.

      --
      ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
    25. Re:Sensors are physical objects by cats-paw · · Score: 1

      You really don't think that Boeing has thought to do accelerated life testing on lead-free solder connections ?

      after all this time, they've just been "hoping" that all those thousands of lead-free connections will hold up for a long time with drastic changes in temperature ?

      really ?

      yeah- i'm positive you're wrong about that. Not every bad thing that happens to electronics is because of the world-wide conspiracy to take lead out of solder.

      --
      Absolute statements are never true
    26. Re:Sensors are physical objects by hcs_$reboot · · Score: 1

      LION air has poor Maintenance

      That would make things easy. But no, maintenance was not the cause of these 2 crashes.

      --
      Slashdot, fix the reply notifications... You won't get away with it...
    27. Re:Sensors are physical objects by dgatwood · · Score: 2

      You really don't think that Boeing has thought to do accelerated life testing on lead-free solder connections?

      If you had asked me a month ago whether Boeing would build hardware that could command huge amounts of trim using only a single AoA sensor, I'd have said no. So if you're seriously asking whether I think that a design team who would sign off on MCAS might also have underestimated the impact of using a different epoxy in some BGA part, not realizing that it would overstress some solder ball because of its composition, then yeah, I'd say that's entirely possible. And if you don't think so, I hope you're not involved in the certification process. :-)

      And it's not just thermal stress. Lead-free solder is subject to random formation of tin whiskers that can short things out. If two solder pads just happen to be slightly closer to one another than other similar pads, the odds of catastrophic whisker formation occurring between those pads would be much higher than between the other similar pads, which could easily cause a much higher failure rate of a specific bit on some parallel bus or similar.

      Not every bad thing that happens to electronics is because of the world-wide conspiracy to take lead out of solder.

      No, but a lot of them are, including some that you might not be aware of. For example, many cases of Toyota's unexpected acceleration were likely caused by tin whiskers resulting from certain lead-free solder formulations (NESC Assessment #TI-10-00618).

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    28. Re:Sensors are physical objects by yes-but-no · · Score: 1

      They can detect if a sensor is malfunctioning - atleast give a probablity. The recent crashes happened 'coz the sensor was constantly giving a high value.. likely say a high stuck value like 50 degrees. With some past values/ML/AI etc you can reasonably guess the instrument is stuck/malfunctioning. [because even after doing lot of trimming, why it still shows the same 50 degree]. The point is as a machine and something capable of analyzing lot of data in short time, it should provide as much insight to the pilot. Many times the pilot has to guess if the instrument is wrong and they do it wrongly like in the air france 447 - the speed sensor was working fine, just the pilot forgot he is holding the aoa too steep.

    29. Re:Sensors are physical objects by yes-but-no · · Score: 1

      MCAS was not just assisting, it was flying. The first critical flaw was in the naming of the system. It's not augmentation. Once you name it wrong, you sneakily got away with doing things like using single sensor - not letting pilot know of its working / how to disable it.
      this fix is just a software fix and no hardware/maintenance fix is needed. So lot less expensive.

    30. Re: Sensors are physical objects by ath1901 · · Score: 4, Insightful

      So by disabling the MCAS you can't go full throttle without manually adjusting trim. That's not exactly ideal.

      I've heard elsewhere that the purpose of the MCAS was also to make the Max fly like previous 737 and thus reduce retraining. With MCAS disabled, the pilot is flying a plane he is not trained for.

      I'm not sure if I'm comfortable with this solution. Instead of a crash you get a high risk situation which sure is better but far from good.

    31. Re:Sensors are physical objects by ilguido · · Score: 3, Insightful

      The airplane in the LION air crash was 2 months old (delivered new mid-August, crashed in October). They had no time to do poor maintenance.

    32. Re:Sensors are physical objects by mvdwege · · Score: 1

      And how long ago were those incidents? And how many of the same model aircraft did they hit?

      Idiot.

      --
      "I know I will be modded down for this": where's the option '-1, Asking for it'?
    33. Re:Sensors are physical objects by Gimric · · Score: 1

      The problem is that you can't tell the difference between 2 good sensors and 1 bad versus 2 bad sensors and one good.

    34. Re:Sensors are physical objects by JaredOfEuropa · · Score: 2

      Wait, so if the sensor craps out and MCAS is disabled, the pilots will be unable to prevent a pitch-up when opening up the throttle, unless they manually dial in stabiliser down trim? Somehow that doesn’t make me feel a whole lot better about this fix.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    35. Re:Sensors are physical objects by serviscope_minor · · Score: 1

      RoHS is for consumer electronics. Aerospace is very much exempt and will still use leaded solder. While many components aren't available with lead free balls, even pretty small contact manufacturers will have reballing kit. It's the same in the medical industry which is where I know this from.

      --
      SJW n. One who posts facts.
    36. Re: Sensors are physical objects by stealth_finger · · Score: 1

      Medical device certification in the EU is a joke compared with the US.

      That must be why practically every EU country has life expectancy higher than the US.

      The shitty medical device certification.

      We found the cure for old age, let's party.

      I'd say that's probably more because healthcare is actually affordable across most of europe rather than the quality of the machines. Plus we don't run around shooting each other all the time.

      --
      Wanna buy a shirt?
      https://www.redbubble.com/people/stealthfinger/shop?asc=u
    37. Re:Sensors are physical objects by stealth_finger · · Score: 1

      It should also check with other sensors. Like the plane would see the dodgy AoA data and think shit we're going to stall, except our speed is fine and out altitude isn't changing. Maybe our AoA isn't a problem after all and I shouldn't nose dive this thing to prevent a stall that doesn't seem to be happening

      --
      Wanna buy a shirt?
      https://www.redbubble.com/people/stealthfinger/shop?asc=u
    38. Re: Sensors are physical objects by stealth_finger · · Score: 1

      You're right here, Johnny, dying in a crashing 737 is the very definition of the adventure of a lifetime.

      And what if you survive while paraplegic and burned up?

      You'd hate your children missing that opportunity, if you could have them.

      Your chances of dying in a car crash are still waaaaaaaay higher? Do you not drive anywhere either?

      --
      Wanna buy a shirt?
      https://www.redbubble.com/people/stealthfinger/shop?asc=u
    39. Re:Sensors are physical objects by dunkelfalke · · Score: 1

      An EU rudder never snapped off in a wake turbulence. It was an American pilot using the rudder pedals like a dance dance revolution pad that broke it because he was so scared like a girl of wake turbulences.

      --
      "It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
    40. Re: Sensors are physical objects by Anonymous Coward · · Score: 1

      Indeed. I hear the telemetry has 100% uptime.

    41. Re:Sensors are physical objects by ti1ion · · Score: 4, Informative

      No, you are wrong. It is not specifically intended to stop a stall. Read up on the issue. It is intended to let all qualified 737 pilots fly the Max WITHOUT EXTRA TRAINING. This plane has different stall characteristics, meaning it does different things when it stalls. Normally, you would train a pilot to notice what it is doing and adjust accordingly. But, that requires training that Boeing told airlines they would not have to do. So, Boeing designed MCAS specifically to make the Max behave like a regular 737 when approaching a stall, ie. kick the nose down. By doing that, the pilot is supposed to be able to see a familiar characteristic and say *ding* *ding* *ding*, my plane is stalling. NO EXTRA TRAINING. MCAS is not a stall prevention system, but a Maneuvering Characteristics Augmentation System. To learn more, at least read the first three paragraphs of this article:

      https://theaircurrent.com/avia...

      And all the white nationalists talking about foreigners in this thread is sickening. Sad to see Slashdot being overrun by these maggots.

    42. Re:Sensors are physical objects by AmiMoJo · · Score: 1

      I hear the Russians make good planes.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    43. Re:Sensors are physical objects by AmiMoJo · · Score: 1

      Do they use lead-free in aerospace applications? The lead-free requirement of RoHS rules only really applies to consumer items. Stuff like aerospace, automotive and medical are all exempt.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    44. Re:Sensors are physical objects by AmiMoJo · · Score: 1

      Also, do they use BGA for aerospace? Automotive is sticking to leaded devices for the most part, because of the problems with BGA reliability in systems that experience a lot of vibration and temperature cycling.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    45. Re:Sensors are physical objects by 6Yankee · · Score: 1

      Those EU pitot tubes were fitted to replace ones made in the good ol' USA by Goodrich - because of safety issues with the Goodrich ones So nobody exactly covered themselves in glory.

      But it's so cute how you pout and wrap yourself in that star-spangled blankie.

    46. Re:Sensors are physical objects by jbengt · · Score: 3, Insightful

      The more redundant devices you use, the more likely that there is a failure of at least one, which is not good, because now you have to decide what' going on. And if the failure modes are not different enough, it may be common that when one fails, many fail. You could be no better off with more and, depending on the math of the specifics, you might be actually worse off with more.

    47. Re:Sensors are physical objects by jbengt · · Score: 1

      A single bit, not the least significant bit.

    48. Re:Sensors are physical objects by Travelsonic · · Score: 1

      Now I can't get the image of someone attempting PARANOiA Survivor MAX on ONI with airplane rudder petals out of my head... 0__o

      --
      If you believe in privacy, and believe you have "nothing to hide" at the same time, you're a goddammed idiot
    49. Re:Sensors are physical objects by dgatwood · · Score: 1

      The requirements, AFAIK, don't apply to aerospace, but that's not the same thing as guaranteeing that no electronic component contains lead-free solder internally; the same parts can be used for multiple things.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    50. Re:Sensors are physical objects by dgatwood · · Score: 1

      I'm honestly not sure whether BGAs are used in aerospace tech. For sure, some companies have been testing them for aerospace use for many years. It probably depends on whether a non-BGA version exists for whatever chip they need, and whether the alternative is worse (e.g. LGA).

      Of course, the same problems can happen just as easily with any other surface-mount parts; it's just somewhat less common because it's easy to inspect and verify the soldering work when it isn't under a chip. I guess I probably should have said SMT rather than going for the worst-case package. Either way, the point still mostly applies. :-)

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    51. Re:Sensors are physical objects by mjwx · · Score: 2

      which again goes to question the logic behind an automated system based on sensors that could be faulty forcing correction while on manual flight control... but i am sure i don't understand as I am not an industry insider.

      That is Airbuses model, if all 3 flight computers cant agree, they throw control back to the pilot and say "sorry, your plane now". A system that has been fantastically safe and Boeing has spend billions trying to rubbish.

      The system in the 737 MAX is there because they've changed the position of the engines from under the wing to in front of the wing which pushes the thrust directly under the surface of the wing. This has the nasty side effect of being able to increase the pitch of the aircraft without the direction of the pilot or flight control computers up to a point where the engines might stall. The anti stall measure in the MCAS is there because of this and will over-ride the pilot so it's not like the Airbus system. It is, a bad hardware design and you can't simply patch out bad hardware design in software.

      It's my hope that it doesn't take another fatal crash to realise this.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    52. Re:Sensors are physical objects by drinkypoo · · Score: 1

      They're regularly inspected, which is about the best you can do.

      The best you (they) could do is to have implemented sensor cross-checking in the first place, not after people died. Our 2006 Sprinter has two pots on the accelerator pedal, and cross-checks them. WTF was Boeing thinking by not using both sensors? On what basis is that not criminal negligence? At very best, it's gross incompetence.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    53. Re:Sensors are physical objects by drinkypoo · · Score: 1

      Somehow that doesnâ(TM)t make me feel a whole lot better about this fix.

      You must be sane. It's totally bananas to build an airliner which isn't neutral and stable by its basic design. While not cross-checking the two sensors they actually had in place should probably be considered criminal negligence, the real root cause is building this plane with these engines at all. They should have built a new airframe, but they couldn't do that in a timely fashion, so they glued big engines onto a small plane — and people died.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    54. Re:Sensors are physical objects by werepants · · Score: 1

      3 good sensors: all good
      2 good sensors: all good(less redundancy)
      2 good sensors, 1 whack - get fixed after landing
      1 good, 1 whack - system unreliable, turn off. Consider landing early.

      Correction - with a TMR (triple modular redundancy) you may not know when a sensor is good or bad. If it is a sensor that can throw an error code or an impossible value, then yeah, it is easy, but what if you just have two sensors that agree and one that doesn't? It could be that you have one failure, or it could be that you have two, and while a single failure is more likely, it's impossible to know for sure. So really, any time you have a sensor anomaly it should notify the pilot and suggest a failover to a manual system or something.

      Granted, this mostly applies with really dumb binary stuff - I worked for a while on error-correction systems that operated on a bit level and were corrected autonomously, so 2 wrong values, one right was a real concern. If you have two sensors reporting an airspeed of 300mph and one reporting -100mph for instance, the error is obvious, and I would agree with your table.

    55. Re:Sensors are physical objects by strikethree · · Score: 1

      And all the white nationalists talking about foreigners in this thread is sickening. Sad to see Slashdot being overrun by these maggots.

      Your userid is what, 20 years old... and yet

      Slashdot being overrun by these maggots

      Really?! I mean REALLY?! You don't recall GNAA or any of that other crap? Slashdot has ALWAYS had some of the most obnoxious people on the Internet trying to troll since forever. There is nothing new about this. Nothing new at all.

      Did you recently change your filters? Maybe that is why you are sensing that this is a new change?

      The Slashdot moderation system is absurdly bad, but compared to every other system out there, it is a shining example of perfection. Rather like the fundamental ideas behind Capitalism and Democracy: absurdly bad, but a shining example of perfection compared to everything else.

      --
      "Someone needs to talk to the tree of liberty about its ghoulish drinking problem." by ohnocitizen
    56. Re:Sensors are physical objects by PPH · · Score: 1

      It's not likely to be a design flaw of the AoA sensor for a few reasons:

      The AoA sensor is an RVDT. A very simple device with only a few well known failure modes.

      The same part is used on other aircraft models. It's not likely that the 737 Max is placing stresses on the unit beyond its other applications.

      --
      Have gnu, will travel.
    57. Re:Sensors are physical objects by strikethree · · Score: 1

      I hear you man. I hear you; however, it does seem like American manufacturers have been infected by the same disease that infected American Automobile companies back in the 60s. I have not willingly paid money to use a car built by an American company for my entire life. Apparently, it is now extending to aircraft manufacturers too.

      Cutting costs is fine. Cutting costs without valuing the customer is what America has done, which is absolutely 100% completely NOT fucking fine.

      In the 70s, American Car manufacturers perfected cutting costs without regard to consumer experience. If you bought an American built car, it was guaranteed (by GM!) that you would have something major fail on the car within the first 20 thousand miles. An American vehicle that made it to 70k miles was completely unsellable as a used car. You would be lucky to be able to get the vehicle to a junk yard without towing it.

      In the 80s, the American vehicle manufacturers were all going bankrupt (sound familiar?!) and Chrysler ended up in a crisis bankruptcy that the American government bailed them out of (sound familiar again?!).

      The Japanese got it. They knew that the customer had to get some amount of value for their money or there would not be repeat customers. Furthermore, they weren't lazy like American executives and now, American executives get trained in (but only give lip service to) a technique created by Toyota, called ... Continuous Improvement? Crap, I forget the exact term. Anyways, it was basic common sense to everyone on the fucking planet except the privileged executives in charge of American vehicle manufacturing.

      TL;DR, you have a valid point, but fuck Boeing for killing people like that.

      Continued rant:
      I am not ever flying on another Being product as long as I live, and I used to absolutely adore Boeing over Airbus because Boeing planes were designed to honor the pilot rather than fear the pilot. *sigh*

      STOP STEALING ALL THE MONEY YOU FUCKERS! Use it to make a quality fucking product and to hire quality employees! Sure, you saved a million dollars by paying some third-world recent graduate to write the code (with poor/no specifications!), but you KILLED PEOPLE. I get it, you and your loved ones were not one of the people killed, so it doesn't matter to you, but it does matter to other people and those other people are the ones that give you money. How can you be SO FUCKING STUPID?

      Meh. That was fun and a bit catharctic. Airbus might not be much better, but they have yet to intentionally kill someone through willful negligence.

      Jesus H fucking Christ... the more I find out about this debacle, the more I am horrified. Why aren't executives explaining themselves in front of judges right now?

      I read a comment a few days ago about how the FAA may have lost its assumed authority throughout the world over this fiasco. As I learn more, I am seeing the truth of this.

      This is EXACTLY what a crumbling and unrecoverable empire looks like. I wonder if anyone will take up the banner of quality, accuracy, and pride in work now that America has completely fallen away from those ideals... It won't be China or Russia. The Japanese do some interesting stuff, but TEPCO and the subsequent handling of that disaster tells me no.

      I really don't see anyone picking it up. Are we doomed to retreat back to trees and caves (over thousands of years, not tomorrow)?

      --
      "Someone needs to talk to the tree of liberty about its ghoulish drinking problem." by ohnocitizen
    58. Re:Sensors are physical objects by mnmn · · Score: 1

      Aircraft are not designed to be as reliable as possible by throwing in unlimited amount of redundancy. Usually if an environmental factor affects a sensor, it has a very high chance of affecting other similar redundant items (Remember the birdstrike and landing on the Hudson?).

      In fact this is a frequent item of discussion when one is deciding between a single engine airplane and a twin. A twin engine has double the chance of AN engine failing and dramatically less chance of both failing at the same time. Unless an environmental factor was the cause of engine failure. And too many deaths came from just one engine failing and pilot trying to fight the remaining engine instead of focusing on a forced landing.

      Most aircraft systems (check out the technical differences between non-TSO and TSO GPS, steamgauges etc) are designed to INDICATE a failure and stop working when there is a failure, rather than try to be as reliable as possible. This way, the pilot has an option to switch to a completely different system. Of course you need some redundancy, especially if the other item works in a different way.

      So 5 AoA indicators would not be as good a design as a single AoA indicator that can reliably flag a failure. Since it can't two indicators can show a failure by showing the disagreement between them. Just fly through icing if you have 5 indicators and you'll see why that's not as good an idea. Once a failure is flagged, a pilot can disable systems that depend on it (if not done automatically) and remain in control.

      Ideally a transducer that does not depend on vanes (maybe some kind of movement/capacitance sensor that can sense the movement of air along its surface) would be a perfect backup.

      --
      "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
    59. Re:Sensors are physical objects by dunkelfalke · · Score: 1

      The only neutral and stable airliners are the ones with straight wings - so basically turboprops and a couple of old regional jets (Dornier 328Jet, Yak-40). All swept wing airliners need a yaw damper because they tend to Dutch roll and they also tend to pitch up a bit.

      It is really ironic, I actually dislike the 737 with a passion and generally prefer Airbus to Boeing, but in these 737Max topics somehow I am pushed into this stupid position of having to explain that this shitty airplane isn't as bad as people think (or at least that their reasons for disliking it don't have much merit).

      --
      "It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
    60. Re:Sensors are physical objects by Obfuscant · · Score: 1

      Aircraft are not designed to be as reliable as possible by throwing in unlimited amount of redundancy.

      The need for unlimited redundancy is supposed to be eliminated by having a pilot who can make decisions that the designers might not have considered. Who can recognize similar if not identical effects of a failure and use similar if not identical emergency procedures to mitigate or prevent a disaster.

      For example, when seeing a "runaway trim" condition caused by an unknown source, use the "runaway trim" emergency procedure to stop it.

      Ideally a transducer that does not depend on vanes (maybe some kind of movement/capacitance sensor that can sense the movement of air along its surface) would be a perfect backup.

      Something like, if air is flowing the wrong direction over the leading edge of a wing, that wing is at too high an angle of attack and will stall if the situation gets worse. Put a small thingy sticking out into the airflow that can tell if the air is going the right way or the wrong way. Such a novel device can be found on almost every aircraft, at least all the small ones.

    61. Re:Sensors are physical objects by Obfuscant · · Score: 1

      No, it's intended to stop a stall from happening by automatically adjusting the stabilizer trim as the elevators don't have enough pitch authority to counteract the pitch-up caused by the more powerful engines.

      This is patent nonsense. If the elevators don't have enough authority to correct the pitch-up, then trimming them won't give them more authority.

      Maybe you really don't understand what a trim system does? A trim system adjusts a small "tab" on the control surface to apply a force in a direction to cancel an input control force needed to maintain a certain position of the control surface. In other words, if you want to pitch an aircraft nose-down, you push forward on the yoke and that moves the elevator surface trailing edge down. This increases the angle of attack of the stabilizer and increases lift, bringing the tail up. Adjusting the trim, which is on the elevator, for more nose-down pitch means the trim tab moves to deflect airflow UP, thus pushing the elevator DOWN. The downward deflection of the elevator again increases angle of attack and lift, pulling the tail up -- nose down.

      If the elevator doesn't have enough authority to counter a pitch-up equilibrium state, then the trim tab can't solve that.

      It might be helpful if you look up aircraft incidents where the control surfaces have been frozen in place, either water in the control cables or forgetting to remove a control lock. When that happens, the trim system cannot deflect the control surfaces, and in those limited circumstances the trim controls then function OPPOSITE their panel markings. I.e., a nose-up adjustment doesn't move the elevator as a whole, but the small area of the trim control moving DOWN (which would deflect the elevator UP and cause a nose-UP attitude change) actually increases elevator lift overall and causes a nose-DOWN pitch change.

      The system is intended to allow the plane to be certified without redesigning the elevators.

      No, the system was intended to remove the need to retrain pilots on an aircraft that is 99% the same as what they already know.

    62. Re:Sensors are physical objects by Obfuscant · · Score: 1

      If you had asked me a month ago whether Boeing would build hardware that could command huge amounts of trim using only a single AoA sensor, I'd have said no.

      And if you asked me if any airline would ignore an FAA AD and notices from Boeing about a flight control system, I would have said "no". If you asked me if four presumably trained pilots would completely ignore the emergency procedures intended to solve a runaway trim condition when faced with a runaway trim condition, I would have said "no".

      But if you asked me whether a flight control system failure could result in a runaway trim situation, I would have said "of course YES, and pilots are trained how to deal with that."

      But hey, pilots make mistakes.

    63. Re:Sensors are physical objects by Pentium100 · · Score: 1

      A trim system adjusts a small "tab" on the control surface to apply a force in a direction to cancel an input control force needed to maintain a certain position of the control surface.

      On most airplanes, yes. On the 737 (and probably other Boeings) trim moves the entire horizontal stabilizer and, in turn, has more authority than the elevator which is part of the stabilizer.

    64. Re:Sensors are physical objects by Shotgun · · Score: 1

      But, those physical objects are meant to provide information about the physical world, which should correlate with the information garnered from other physical devices meant to provide information about the physical world. Barring a micro-burst, which by definition is very small, all of the sensors should correlate. If the AoA indicator is reading high, the altimeter should be increasing, or the airspeed should be very low. The GPS would confirm the readings of all three. This is how actual pilots confirm their instruments are reading correctly when they are in the clouds and have no ground reference.

      Question: Why does Boeing NOT have a computer that cross references all available data and flag a bad indicator? Hell, I could do that in a spreadsheet with the data that my Dynon D-100 flight computer provides, and it's over ten years old.

      --
      Aah, change is good. -- Rafiki
      Yeah, but it ain't easy. -- Simba
    65. Re:Sensors are physical objects by Shotgun · · Score: 1

      More sensors of the same type is not good FEMA. You want to cross reference sensors of completely different type. This is what actual pilots do when they do not have outside reference.

      The altimeter is increasing. The engine is at a climb RPM. Airspeed is near stall. GPS confirms speed and shows altitude is increasing. The AoA sensor indicates high. ALL of these conditions are necessary for a power on stall. It is criminally irresponsible to modify the flight characteristics without a crosscheck.

      The engine is nearly over revving. The VSI indicates a descent. Airpseed is high. GPS says ground speed is high and altitude is decreasing. AoA indicator is high. A clear indication that the AoA is BROKEN.

      FUCK BOEING!! They didn't even need to add the second sensor. ALL of that data is in their computer and transmitted to the airlines flight controllers already. Please, for the love of God, would somebody please tell me I have something wrong here!

      --
      Aah, change is good. -- Rafiki
      Yeah, but it ain't easy. -- Simba
    66. Re:Sensors are physical objects by denbesten · · Score: 1

      AA587 was an Airbus A300B4-605R. Just goes to show that preventing accidents requires substantial international cooperation.

    67. Re:Sensors are physical objects by iserlohn · · Score: 2

      >The system is intended to allow the plane to be certified without redesigning the elevators.

      Actually the whole airframe has to be redesigned because the original 737 was designed too low to fit the larger, more efficient engines of the MAX fully underneath it's wings. The workaround was for the engines mounts have to be moved forward, changing the handling of the aircraft and leading to the introduction of MCAS.

    68. Re:Sensors are physical objects by tzanger · · Score: 2

      My UID is pretty old. I remember GNAA, frosty piss, hot gritz, JonKatz and Roblimo, etc., etc..

      Slashdot is a mere shadow of what it once was. The moderation system is beyond broken. MOST of the posts here should be moderated away yet aren't. The seedy underbelly was always there, but now it's being elevated to the top. OP is right, /. has been overrun with the maggots. I'd estimate a good 80% of every story's comments are shitposts and racist bullshit. It didn't used to be that way.

    69. Re:Sensors are physical objects by dunkelfalke · · Score: 1

      My point is, that rudder didn't snap because of wake turbulences. It actually exceeded its requirements and design expectations (the requiremends say that it should be able to withstand 150% of the maximum expected load, it only snapped at twice the maximum load) and snapped because of excessive rudder inputs by the pilot.

      --
      "It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
    70. Re:Sensors are physical objects by ti1ion · · Score: 1

      You are right. My ID is almost 20 years old (and even that is not my original one as I decided I did not want my name as my ID). I was not in my teens even then. And you know what, I check out Slashdot headlines daily and have done so for almost every single day of those 20 years (vacations and such aside, of course). It is part of my daily routine. When I first arrived here the stories were interesting and much more tech/science based, but that was largely because of what the web was back then and the excitement that was being generated by new ideas that appeared almost daily. And tech was changing quickly. Linux was growing and expanding in exciting ways and processors were increasing in speed all the time. You'd read about overclocking (yes, I ran the Abit board with dual, overclocked Celerons after reading about it here), and certainly lots of Linux news. And the discussions were fun and often hilarious. I was so impressed by what some people had to say I started collecting my favorite comments in a document. The "Slashdot effect" was fun.

      Were there always trolls? Sure, but even they were different. By the way, one or two obvious trolls who post some crazy, long winded cut and paste comment that used to get cut off when it reached the character limit is one thing, they were easy to ignore. And they were drowned out (or ignored) by the majority. Today's persistent and coordinated attack groups that use sophisticated tactics to spread hatred are a very different matter.

      The last 10 years (with roots going back further still) have changed society, and not necessarily for the better. This revival of hatred goes far beyond Slashdot, but that does not mean it is not sad to see it here. And the web has changed by becoming weaponized. I don't know how many paid trolls spend their days here just for the purpose of injecting hatred and division now, but it was not like that 20 years ago. Slashdot is still interesting though not as fun. I still come here every day and, once in a while, comment. I still like to read what people have to say, but I have to admit that the quality of the discussion is not what it was. I see an old timer has mentioned some of the old "topics" of discussion. I loved all the articles posted by the original Slashdot team and the jokes people made about them. I also enjoyed every article written by Jon Katz. Different time.

  5. I have a dream by Ungrounded+Lightning · · Score: 1

    "I dream of a world where a chicken can cross the road without having its motives questioned."

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    1. Re:I have a dream by zlives · · Score: 1

      can the chicken cross the road with a faulty sensor?

    2. Re:I have a dream by Hognoxious · · Score: 1

      Evidence suggests it's more likely to tunnel underneath.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    3. Re:I have a dream by CanadianMacFan · · Score: 1

      I have a dream where no chicken is afraid to walk across the road.

    4. Re:I have a dream by angel'o'sphere · · Score: 1

      I live mostly in Thailand, and trust me, they are not scared to cross the road.

      You already have trouble to explain to the dogs sleeping on the road that my tire is bigger than him ... and then don't mind the buffaloes. There is one buffalo that is always dreaming somewhere on the field. When his herd goes home, he misses it often. No idea if he is def or something. As soon as he realizes he is alone he gallops over the field home, up the small slope to the road then with full speed over the road.

      So far he did not hit anyone/anything ... thumbs up.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    5. Re:I have a dream by zlives · · Score: 1

      LOL, man i just experienced a coffee nose malfunction

    6. Re:I have a dream by Hognoxious · · Score: 1

      Manual override! Where's the Manual override?

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  6. How will they certify it? by Ecuador · · Score: 1

    So, the FAA previously left the MCAS certification (along with other systems) to Boeing engineers. Is this how the "fix" is going to go through again? Normally they should go back and have FAA engineers redo the certification of every 737 Max system that might affect safety.
    But that would take years and FAA/Boeing wouldn't like that, would they ;)

    And all the above is without talking about what is the major cause of concern: software trying to compensate for the hardware design shortcomings an airplane... We could put these new engines on that 50+ year old frame that safely, but, don't worry, some software will take care of it... Only that software will have to turn off if there are issues with the sensors... What do you mean "how is turning off a safety feature safe"? Are you a commie or something?

    --
    Violence is the last refuge of the incompetent. Polar Scope Align for iOS
    1. Re:How will they certify it? by 0100010001010011 · · Score: 4, Insightful

      As someone that has worked in both functional safety and off-highway vehicles.

      How the fuck did this ever make it into production. Why is a 'second sensor' an upsell?

      When given the option to completely update the cockpit to the latest and greatest with digital displays.

      They chose to replicate the old mechanical dials so the pilots couldn't be retrained.

      The entire thing from start to finish was rushed. Mechanical design comes first. There is no 'try and develop software in parallel'. A clean software design depends on a good mechanical design.

      The plane should have been a white board redesign, it should have been balanced such that a pilot could fly it stable with no avionics. This isn't a jet fighter.

      But it was rushed because Europe invested in R&D and beat them to economy routes. How much money did Boeing C-suites make before 2011? During the 2009 crash there was a hiring spree by some companies because the market was flooded with cheap, good engineers that just got laid off. Companies invested in talent. Did Boeing?

      People died because... Boeing sat on R&D from post WWII while making a ton of money so when Airbus released a good plane they scrambled to retrofit an old design by putting huge engines on an airframe causing it to pitch up but to appease its clients it added software to mimic the old plane behavior and tested it themselves and told the FAA they promise they did it right.

      More or less.

    2. Re:How will they certify it? by hcs_$reboot · · Score: 1
      --
      Slashdot, fix the reply notifications... You won't get away with it...
    3. Re:How will they certify it? by yes-but-no · · Score: 1

      B is a for-profit company in a capitalist economy. What do you expect? You need to question as a society how did you let B be the only player in the field? what happened to competition within the country? when someone claims B is greedy; no everyone in the society is greedy (likely your 401k is invested in B). You take shortcuts. and at times you pay the cost..collateral damage.
      If with good software you can reuse 80% plus of your previous design, why wouldn't you do it?

    4. Re:How will they certify it? by Comrade+Ogilvy · · Score: 1

      I get your drift, but what exactly does "can resuse" mean?

      The engine change introduced a new failure mode. The software change does seem to mitigate that particular risk effectively, while adding a worse failure mode.

      If the software change is viewed only through the lens of fixing a narrow problem, then it makes sense. But that is bollocks engineering. The software change itself was very clearly not analyzed as a feature that might have its own novel failure mode(s).

  7. Outside Audit by jmcharry · · Score: 1

    That new software needs to be audited, source code and all, by outside experts. The first thing that was drilled into me in basic instrument flight training was never to fixate on one gauge. Boeing seems to have committed a transport category aircraft to just that.

  8. the PHB is not an Professional Engineer! also H1B by Joe_Dragon · · Score: 1

    the PHB is not an Professional Engineer! also an H1B can take your job if you don't ship now.

  9. Re:Why wasn't it done in the first place!? by bobbied · · Score: 4, Informative

    MCAS wasn't *supposed* to be life critical. Quite the opposite, the Pilots where supposed to be able to override it by grabbing the controls. The problem was that it *became* life critical over time and nobody properly noted the design change's impact and then they failed to see (or just flat ignored) this fact.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  10. Re:Look at all the Boeing Apopogists by bobbied · · Score: 1, Troll

    Nothing is wrong with the aircraft beyond the MCAS system's design and human factors aspect of how it works in a specific failure mode. There is no need to send these aircraft to the scrap yard, yet...

    Arguably the pilots flying the two ill fated flights where not up to par and better training could have saved them, what I see happened is the lack of training ran headlong into a human factors issue of the MCAS design. The failed system confuses pilots, the human factors part of the design sucked badly enough to cause them to crash their aircraft, even though it was fully flyable had they known what to do and popped out a single breaker. Where this is BAD, it's also very fixable, both though pilot training and modifications of the software.

    To me, apart from the senseless deaths, what scares me the most is how such a situation can exist where the processes should be in place to avoid stuff like this. Where else has this process failed? When will we find the next dangerous problem? THAT is what would keep me up at night. The MAX 8 will be one of the safest planes in the sky after this design review is done and the software gets updated. I'm worried about what else is waiting to bite us, because flying is dangerous business, even when you do it all right, people are going to die sometimes.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  11. apt update && apt upgrade by grumpy-cowboy · · Score: 1

    Done.

    --
    Will $CURRENT_YEAR be the year of the Linux Desktop?
    1. Re:apt update && apt upgrade by hcs_$reboot · · Score: 1

      dpkg: error processing package mcas:8088 (--configure): dependency problems - leaving unconfigured

      --
      Slashdot, fix the reply notifications... You won't get away with it...
  12. Not an implementation problem by Todd+Knarr · · Score: 1

    The problem isn't implementation bugs, it's the basic design that gives the autopilot control authority over the pilot. This exact sort of accident has been with us since the introduction of the first A320 (the first fly-by-wire aircraft where the autopilot could overrule the pilot's control inputs). The fix is in 2 parts:

    1. The flight control systems should always implement the pilot's inputs regardless of what the computers think, unless the pilot's actively told it to disengage his set of controls.
    2. Teach your pilots that their first and overriding priority is to fly the plane. Everything else that isn't preventing them from flying the plane takes a back seat. As long as the plane's still flying you've got time and space to figure everything else out. Once it stops flying, all bets are off.
    1. Re:Not an implementation problem by Todd+Knarr · · Score: 1

      Not really, it's in the setting "Controlling input when commands from MCAS conflict with inputs from pilot: Obey pilot? Obey MCAS?". The "Obey MCAS?" option should simply be removed, then the other settings simply control how often a reportable incident will occur and not whether the aircraft will crash. At least as long as the pilots themselves know how to actually fly the aircraft, and if they don't that's not a problem that the aircraft's control software should be even trying to solve because, as a software engineer by profession, is that trying to do that's equivalent to the halting problem.

    2. Re:Not an implementation problem by dunkelfalke · · Score: 1

      The first A320 accident showed that a fly by wire aircraft that overrides the pilot actually saves lifes.
      The pilot actively tried to stall the aircraft. Had he succeded, there likely would have been no survivors. Since the aircraft fought the pilot, it managed to decent much slower and onto the top of the trees cushioning the impact, only killing three people.
      This is why the flight control systems must disregard the pilot's inputs if they would put the aircraft outside of its flying envelope.

      https://www.flightglobal.com/n...

      Bateman's research has also revealed that loss of control accidents are 10 times more likely to occur in non-fly-by-wire aircraft than their digitally flight-envelope-protected counterparts.

      --
      "It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
  13. My Patch = another plane please by spinitch · · Score: 1

    Quick patch. Another plane please. Boeing and the airline industry will bounce back better but an expensive lesson.

  14. Re:Why wasn't it done in the first place!? by Ungrounded+Lightning · · Score: 4, Interesting

    Why wasn't this done in the first place!? It is an industry standard to use redundancy for life critical applications. They have redundancy already, why didn't they use it?

    Also: Applying the patch creates TWO single points of failure for the system. If EITHER of the angle of attack sensors fails, goes off-calibration by more than 5 1/2 degrees, or angle of attack at the two sensors differs by more than that small amount, the MCAS will shut down.

    The MCAS is there to bring the nose down if the aircraft is about to stall, which it is prone to do because of the relocation of the engines (relative to the previous model) forward and up, along with the reshaping of their nacelles. With the MCAS shut down the aircraft is back to having a risk of a sudden stall, which can ALSO cause it to have an "uncontrolled flight into ground" if it's too low for the pilots to recover (which is pretty darned high).

    As with aircraft carrier naval groups, continents also ALWAYS have the right-of-way over airliners.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  15. Boeing screwed up ROYALLY by JustAnotherOldGuy · · Score: 1

    Boeing screwed up ROYALLY and they'll pay for this, likely to the tune of hundreds of millions of dollars.

    This was an egregious engineering fuckup that was completely 100% avoidable. So many mistakes, it's horrendous and shameful for a company like Boeing to implement these insane design choices.

    Basic SOL and mission-critical applications are always always ALWAYS supposed to use a minimum of two sensors and in most cases they should use three (with an arbitrated voting system).

    In addition there was very little in the manual on it plus virtually no pilot training and consequently no pilot awareness, leading to two completely avoidable accidents.

    So Boeing says that now they'll add a "plane-is-trying-to-kill-you" lamp, as well as a "please-stop-trying-to-kill-us" switch that turns off the MCAS.

    That's nice, but it's a little late for 360+ people.

    --
    Just cruising through this digital world at 33 1/3 rpm...
    1. Re:Boeing screwed up ROYALLY by hcs_$reboot · · Score: 1

      Boeing screwed up ROYALLY

      Certainly.

      and they'll pay for this, likely to the tune of hundreds of millions of dollars.

      Should be more in the billion(s), total including indirect costs (decline in orders, reputation, stock, ...). But we'll see, what actually happens. Boeing being a national treasure...

      --
      Slashdot, fix the reply notifications... You won't get away with it...
  16. Re:Why wasn't it done in the first place!? by viperidaenz · · Score: 1

    You've confused MCAS with something else.

    The only "control grabbing" you can do to stop MCAS is to grab the stabilizer trim wheel while it's spinning and physically stop it. Which only to be done if cutting the power to the stabilizer trim motor doesn't fix the problem.

    To be fair though, the pilots should have noticed the trim moving by itself and pitching the plane down. If they didn't know why it was happening they should have gone through their runaway stabilizer trim checklist, which every 737 pilot should already know.

  17. No, no, no... by Grog6 · · Score: 2

    If
    {Audio.conv.facebook.newposts == "Oh my god, we're gonna die!!!" >120
    }
    then
    {
    Push.stick.omg.enable==1
    Set NOCRASH=1
    Reset OMG mode
    }
    endif

    *note for the pedantic: this is not code. :)

    --
    Truth isn't Truth - Guliani
    1. Re:No, no, no... by houghi · · Score: 1

      For code, use the ecode syntacs.

      That last line crashed my code and then my plane. Please use the apropriate way to add comments.

      // *note for the pedantic: this is not code. :)

      --
      Don't fight for your country, if your country does not fight for you.
  18. Re:Encouraging news. Still nervous. by viperidaenz · · Score: 5, Informative

    The amount of pitch up with the newer more powerful engines got to a point where when the plane is already at a high angle of attack, the elevator don't have enough authority to counter act it. The entire rear stabilizer needs to be moved using the stabilizer trim.

    Other planes have larger elevators or less pitch-up under full thrust.

  19. Re:Look at all the Boeing Apopogists by angel'o'sphere · · Score: 4, Insightful

    The MAX 8 will be one of the safest planes in the sky after this design review is done and the software gets updated.
    A plane where the engines have to much power and push the nose so far up that the plane can stall: does not sound safe to me.

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  20. Re:Why wasn't it done in the first place!? by sjames · · Score: 4, Interesting

    Actually, it's more confusing, and that's the problem.

    If the pilot manually re-trims, MCAS is overridden for 5 seconds, then it adjusts the trim again. It's not hard to see how the pilot might mis-identify the ongoing problem as a recurrent momentary problem.

  21. Re:Why wasn't it done in the first place!? by Chrontius · · Score: 4, Informative

    Per recent reports, the cockpit voice recorder shows that they were in the middle of it.

    And according to Boeing's simulations, they only had forty seconds between stick shaker activation and a rapid unplanned deceleration, so...

  22. Re:Why wasn't it done in the first place!? by sjames · · Score: 2

    The difference is that with the patch, it fails to a less unsafe condition compared to before the patch, with a warning light now to let the pilot know he'll need to be more vigillent. Before the patch, a single failure would cause the plane to repeatedly try to crash.

  23. Primtive, but good ideas by yanestra · · Score: 1

    Passengers will keep debugging.

    1. Re:Primtive, but good ideas by hcs_$reboot · · Score: 2

      Passengers will keep debugging.

      This is the global trend. But unfortunately that pattern does not apply well for aviation (or medical)

      --
      Slashdot, fix the reply notifications... You won't get away with it...
  24. Read the whole post? by Firethorn · · Score: 1

    Great. How do you determine whether the vote has a correct outcome?

    Well, I'd start with reading my whole post before replying, because this is only like one of three questions you ask that are answered later in the same post. In some cases by the very next line.

    Why ask when the question is already answered?

    As for design flaw - that is a whacked sensor. I did mention firing people out of a cannon at that point...

    The idea is that crash tendency is noticed.

    Well, I said "hope" for a reason. It is a very scary situation to be minimized if possible.

    About the only defense against defective sensors that are all returning the same nonsense, short of turning the aircraft into a mess of redundant sensors, would be to include a wider variety of sensor sanity checking. For your example at Balotesi, it sounds like the copilot wasn't paying attention to his attitude indicator. I also can't help but think that GPS might help in some cases as well, as acting like a lawn dart isn't good. While you really need airspeed data for good flight, which is different than ground speed, but if we're talking sanity checking.... It doesnt have to substitute, merely indicate fault, and that you're heading for rapid unscheduled disassembly with the ground.

    --
    I don't read AC A human right
  25. Offer a bug bounty... by wolfheart111 · · Score: 1

    The cost would be pretty high though :|

    --
    [($)]
    1. Re:Offer a bug bounty... by hcs_$reboot · · Score: 1

      A free flight on a 737 max?

      --
      Slashdot, fix the reply notifications... You won't get away with it...
  26. TWO sensors is an UPGRADE??? by NicknameUnavailable · · Score: 1

    Anyone who has done embedded development (or avionics for that matter) of any kind knows you need 3 sensor at each location with algorithms that compensate for failed or misfiring sensors both in integrating their readings and the final result. Did they drink the poison that is silicon valley and build out a crack dev team composed solely of cucks?

  27. Re:Why wasn't it done in the first place!? by ath1901 · · Score: 1

    Does anyone know if Lennart Poettering designed the MCAS? It reminds me of pulseaudio a lot. It is a system built to solve some problem but it has so many problems of its own that the best solution to any problem is to turn it off... which leaves you with the original problem.

  28. Bug Bounty. by wolfheart111 · · Score: 1

    Proof of concept, Pay me bitch :P

    --
    [($)]
  29. Real fix is already in by Wizardess · · Score: 2

    Can anybody imagine a 737 MAX pilot being anything less than viscerally aware of the problem and what must be done to fix it? Anything else being done is gilding the lily. Of course, turning off MCAS with an AoA sensor mismatch simply makes the job easier for the pilots. Now, why do they disagree? Are they really AoA indicators or something else entirely? Why aren't there three if you're going to use them in a flight safety critical manner?

    {^_^}

  30. A software fix could have used both sensors? by PhotoGuy · · Score: 5, Insightful

    The depressing (or incriminating?) part here is that the fix didn't require any hardware modifications, as I would have expected. I assumed that there was some cost/weight issue to having the MCAS have access to the left and right sensors. But nope, it could have compared both.
    If it can be fixed with a software fix, then it could have been done right from the start without any extra hardware costs of production.
    Very damning.
    I get so tired of the reports calling clear software/algorithm bugs "computer glitches."
    It's akin to blaming every pilot error situation on the plane.
    Just as with hardware design flaws, software design flaws should have repercussions for the manufacturer, and not written off as "oh, one of those computer glitches!" If your computers are glitchy, don't put them on my plane, thanks.

    --
    Love many, trust a few, do harm to none.
    1. Re:A software fix could have used both sensors? by PhotoGuy · · Score: 1

      Similarly, I was shocked to see that the standard procedure for flight computers acting up was to simply re-power them. Computer hardware/software should be made reliable enough that you don't need to do the "Windows thing" of rebooting regularly to keep it operating. Circuit breaker instead of power switch, but the same deal, really.

      --
      Love many, trust a few, do harm to none.
  31. Remember the Comet? by Musical_Joe · · Score: 1

    The plane should have been a white board redesign

    I'm with you on this. Everything I read about the MCAS system sounds like a fudge to save costs; safety took second place to profit.

    It surprises me that I haven't seen any comments about the BOAC Comet. Back in the early days of jet flight, the country leading the world in aviation was Britain. Unfortunately, we didn't realise that square windows meant airframe weakness, and sadly it took two crashes to learn that lesson. Despite fixing that problem, most airlines cancelled their orders of the Comet, and America overtook Britain as the jet airliner manufacturer of choice.

    I don't fly very often, but when I do, I make sure that I am NEVER flying on a Boeing aircraft. To answer why, let my introduce you to the Boeing 707, the model on which all your wonderful Boeing aircraft today are based.

    Let me ask you this. Just over one thousand Boeing 707s were built. How many of them do you think ended up as flaming wrecks on the ground, or in an accident so bad that even the most optimistic shyster wouldn't want to repair them and get them flying again - or, in aviation parlance "Total Hull Loss".

    10?

    20?

    50?

    No. 173. Almost ONE IN FIVE. Don't believe me?

    So here's a question. Would YOU willingly fly on an aircraft knowing that there's a 1 in 5 chance that it will end its life not in sunny retirement, but smashed into little pieces on the ground? Would you fly on an aircraft that borrowed heavily from the design of an aircraft that had a 1 in 5 chance of ending its life killing everyone on board?

    Are you going to fly on a Boeing aircraft again?

    1. Re:Remember the Comet? by AC-x · · Score: 1

      To be fair to Boeing here, a many of those crashes had either no or few fatalities, and none of the other early 50s designedf jet aircraft were any better -

      Convair 880s built (65) / fatalities (181) = 2.8 fatalities per aircraft built

      707s built (865) / fatalities (3,039) = 3.5 fatalities per aircraft built

      DC-8s built (556) / fatalities (2,256) = 4 fatalities per aircraft built

    2. Re:Remember the Comet? by Hognoxious · · Score: 1

      The really stupid thing is that "square holes = bad" was known since WW2. Liberty ships (specifically the hatches into the holds) were redesigned to mitigate it.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  32. Mod parent up by dunkelfalke · · Score: 1

    Never thought I'd ever write this, but yeah.

    --
    "It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
    1. Re:Mod parent up by zlives · · Score: 1

      ditto

  33. Who needs Skynet... by VeryFluffyBunny · · Score: 1

    ...when we have assholes like Boeing doing it to us anyway?

    --
    Debate is a form of harassment. Do not question my truth.
  34. Re:Encouraging news. Still nervous. by bobbied · · Score: 1

    The amount of pitch up with the newer more powerful engines got to a point where when the plane is already at a high angle of attack, the elevator don't have enough authority to counter act it. The entire rear stabilizer needs to be moved using the stabilizer trim.

    Other planes have larger elevators or less pitch-up under full thrust.

    The moving of the entire stabilizer is how this is done in most commercial aircraft and is not unique to the MAX. There is a "jack screw" that adjusts the angle of the horizontal stabilizer in many aircraft that is driven by the trim system. This arrangement has been standard fare for aircraft design for a very long time and I've seen it used on aircraft from the 60's and I'm sure it was in use long before then. Again, this is not a unique arrangement to the 737 MAX, but very common due to it's aerodynamic efficiency at high speed and range of control authority it offers at low speeds.

    There is plenty of control authority in the horizontal stabilizer to safely fly the 737 MAX as designed. The MCAS system was supposed to only adjust how the aircraft "feels" to the pilots. As such, it's not a safety system per-say, or wasn't supposed to be when it was initially envisioned. The idea was to increase the control forces to keep pilots away from the edges of the aerodynamic flight envelope where they where accustomed to higher forces than the 737 MAX naturally provided.

    Again, there is nothing aerodynamically wrong with the 737 MAX it can be safely flown. There is an issue with a failure mode of the MCAS confusing pilots, by messing with the trim, but The aircraft remains 100% flyable. The pilots are being cognitively challenged because the aircraft is changing the pitch trim for reasons they don't understand and Pilots of any aircraft where the trim is getting messed with would have difficulty. The only part of this which is unique to the MAX is that MCAS system and the one unfortunate failure mode.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  35. Dont trust automated systems by Mes · · Score: 1

    The system should be disabled by pulling back on the stick hard. Having a system designed to nose dive into the ground and completely override the pilot unless a complicated procedure is follow to disable it is asinine. Boeing has the blood of 300+ on its hands.

  36. Re:Look at all the Boeing Apopogists by bobbied · · Score: 1

    The MAX 8 will be one of the safest planes in the sky after this design review is done and the software gets updated. A plane where the engines have to much power and push the nose so far up that the plane can stall: does not sound safe to me.

    Every low engine aircraft exhibits this very same behavior, to varying degrees. It's a known feature, just like the tendency to turn left on departure is on a single engine prop aircraft or the slow spool up times of turbines in jet aircraft. These are simply the dynamics of flying the aircraft that pilots must know and compensate for. All sorts of things cause pitch trim changes. Raising the landing gear, adjusting the flaps all affect the horizontal trim of the aircraft too, not just the adding of thrust. The MAX has no more dangerous tendency to pitch under power up than it's predecessors did and pilots are trained on how to deal safely with the flying characteristics of their aircraft.

    Also, the engines are not really that much more thrust that was the trim change issue, it was the moving of the engine forward (and the associated change in weight and balance). the center of mass moving higher and the effect the larger engine fans and cowling had on the airflow at high angles of attack. This makes the aircraft stall a bit sooner as the airflow is disrupted over the wing root sooner in this configuration. The engine thrust wasn't the major contributor to the problem, as the point here wasn't improving thrust, but fuel consumption, with the new engine configuration.

    The MCAS system was really only there to make the stall "feel" like the 737 pilots where used to feeling. The old 737 still could stall at similar angles of attack and in similar situations, but you NEVER want to stall a jetliner full of people, ever. So they invented this flight control augmentation system that makes the MAX "feel" similar to the old 737 and help keep old 737 pilots from stalling it inadvertently when they flew the new aircraft.

    It's not that the aircraft is dangerous or has unsafe aerodynamics, quote the opposite, it's likely safer and more efficient, it's just that Boeing recognized that old pilots needed a bit of "help" to fly the thing. Instead of making it a training issue, and putting the pilots though stall training in the simulator on the new airframe, they did this MCAS thing and then didn't train pilots. THAT was the mistake, that was or is the fatal flaw in this process. A flaw that will be repaired by training pilots, providing more information to pilots though software changes to get the MAX back in the air, but more importantly we will fix the PROCESS problem that let such an obvious problem make it into the air, with passengers.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  37. Re:Look at all the Boeing Apopogists by bobbied · · Score: 1

    The MAX is not unstable by design. In fact, it's quite stable, BY DESIGN. All passenger planes are.

    What happened is the MAX stalls differently than the 737's that came before it. The MCAS system was designed to help pilots who knew how to fly the 737 fly the MAX without too much extra training. It augmented the flight controls to make the MAX feel and handle like the 737's of old, even though the aircraft was actually different. The MAX doesn't have some dangerous innate aerodynamic flaw, it's just different from the 737 of old, so Boeing tried to adjust that.

    The problem was the MCAS system wasn't being trained properly and apparently Boeing short circuited the certification process on this aspect of their design. This isn't a design flaw, persay, but more of a documentation and training flaw. The MCAS system malfunction was NOT a fatal problem, it had been successfully dealt with at least once, but pilots where not being told about this system or trained on how to recognize and deal with failures.

    The fatal flaw was the process that let this lack of documentation and training of pilots reach the flying public. Not the aircraft's design.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  38. Re:If you win by wolfheart111 · · Score: 1

    U get the plane :)

    --
    [($)]
  39. Both 787+737 Grounded: Boeing Needs Culture Change by cpaglee · · Score: 1

    The more I read about this completely preventable engineering cluster-fùk, the more I lose confidence in Boeing management as an aircraft company.

    When two airplanes crash within 6 months the CEO should be fired for cause. Boeing should do a thorough audit questioning the engineers and managers who signed off critical design decision failures, publicly publish the results of the audit and fire the individuals responsible for the failures in this program. Both the 787 and 737 airplanes were grounded demonstrates there are serious engineering process deficiencies within Boeing. Boeing should require ALL management have engineering degrees if they are even tangentially involved in aircraft design. Even HR should be investigated and held accountable for the inadequate personnel they brought into the company.