Moderators: jsumali2, richierich, ua900, PanAm_DC10, hOMSaR
14ccKemiskt wrote:...and all these problems just because of the short main landing gear?
It has been the common truth now for so long that the landing gear for the 737 cannot be lengthened. Can someone please explain why that is so impossible to do?
14ccKemiskt wrote:...and all these problems just because of the short main landing gear?
It has been the common truth now for so long that the landing gear for the 737 cannot be lengthened. Can someone please explain why that is so impossible to do?
Scotron12 wrote:BoeingVista wrote:From the last Dominic Gates article https://www.seattletimes.com/business/b ... -controls/It has specifically rejected Boeing’s assumption that the plane’s pilots can be relied upon as the backstop safeguard in scenarios such as the uncommanded movement of the horizontal tail involved in both the Indonesian and Ethiopian crashes. That notion was ruled out by FAA pilots in June when, during testing of the effect of a glitch in the computer hardware, one out of three pilots in a simulation failed to save the aircraft.
One of the FAA pilots crashed the simulator while trying to recover, I think that this is new information? We assume that they would consider themselves above "average" pilots so you can imagine how pissed the FAA were with Boeing throwing this mess at line pilots.
My understanding is that of the three test pilots, two were FAA and one was an airline pilot. The airline pilot was the one that lost the frame.
14ccKemiskt wrote:...and all these problems just because of the short main landing gear?
It has been the common truth now for so long that the landing gear for the 737 cannot be lengthened. Can someone please explain why that is so impossible to do?
14ccKemiskt wrote:...and all these problems just because of the short main landing gear?
It has been the common truth now for so long that the landing gear for the 737 cannot be lengthened. Can someone please explain why that is so impossible to do?
BoeingVista wrote:Scotron12 wrote:BoeingVista wrote:From the last Dominic Gates article https://www.seattletimes.com/business/b ... -controls/
One of the FAA pilots crashed the simulator while trying to recover, I think that this is new information? We assume that they would consider themselves above "average" pilots so you can imagine how pissed the FAA were with Boeing throwing this mess at line pilots.
My understanding is that of the three test pilots, two were FAA and one was an airline pilot. The airline pilot was the one that lost the frame.
That makes sense but I think thats worse for Boeing in that 100% of line pilots crashed the plane using a fix that Boeing had signed off. FAA get to wonder if an 'average' pilot can handle a MAX under emergency conditions.
Virtual737 wrote:Revelation wrote:You wrote in assembly because every clock cycle mattered
This, and the fact that writing in "machine code" (assembly) you have pretty much direct control over the clock cycles. ie it is very clear how many clock cycles each instruction will take - knowing this is often more important than writing the fastest code.
oOfredOo wrote:ArgentoSystems wrote:oOfredOo wrote:hI’ve read the article and as another embedded software engineer I find it plausible as well. I also think that the probability of this specific combination of bit flips occurring is very low
Cosmic rays is nonsense. It should be obvious that whatever problem the FAA identified and Boeing is fixing has nothing at all to do with cosmic rays. For starters, this kind of events are exceptionally rare. Second, it is not very hard to write software in a way that makes it immune to random bit flips.
No it is not. With large amounts of memory, it approaches 100%. At 10km chances are 10^2 higher than at sea level. However, this is old tech with very limited amounts of memory. And you fix it in HW first with ECC. As there are more locations where bit flips can occur, e.g. buses or caches, and more types of failures, you checksum in SW as well. Only then you compare between CPUs
FluidFlow wrote:Yeah. 1.8 metre jump is not safe. I am guessing that height just happens to be the height you have to jump off a 737. Boeing should have been made to put slides on the exits when the NG came into service.14ccKemiskt wrote:...and all these problems just because of the short main landing gear?
It has been the common truth now for so long that the landing gear for the 737 cannot be lengthened. Can someone please explain why that is so impossible to do?
There are a lot of reasons, but in case of emergency on the 737 you have to jump from the wing... if you lengthen the MLG the B737 would need to have slides from the wing exits to comply with the regulations. Thus preventing longer MLGs without a re-design.
EDIT: If the "jump" is higher than 1.8m then you have to have slides (Source: https://www.aerosociety.com/media/8534/emergency-evacuation-of-commercial-passenger-aeroplanes-paper.pdf; section 8.9 points to the related EASA regulation CS 25).
So if you are not in the mood to jump from the wing in an emergency better be seated in the front or back of the B737.
mmo wrote:This must be a really great place for Non-Boeing fans.
The 320,321 NEO and 350 now have new loading advice, read restrictions which must be adheared to. Boeing should have done the same thing and this thread wouldn't exist.
xmp125a wrote:
The overwing exits on 737 have no slides. You crawl out and slide down the wing itself. It still involves quite significant drop to the tarmac, unless the pilot adjusts the spoilers and other surfaces to let you slide down more gracefully (but even then it is quite a drop). This is what you can get away as airplane manufacturer due to grandfathering. I would be very anxious evacuating via this route if I would be normally functioning 70-80 year old. Certainly more than a few broken bones.
Now, increasing THAT height - impossible. Image is here: https://aviationweek.com/site-files/avi ... .Large.jpg
FluidFlow wrote:14ccKemiskt wrote:...and all these problems just because of the short main landing gear?
It has been the common truth now for so long that the landing gear for the 737 cannot be lengthened. Can someone please explain why that is so impossible to do?
There are a lot of reasons, but in case of emergency on the 737 you have to jump from the wing... if you lengthen the MLG the B737 would need to have slides from the wing exits to comply with the regulations. Thus preventing longer MLGs without a re-design.
EDIT: If the "jump" is higher than 1.8m then you have to have slides (Source: https://www.aerosociety.com/media/8534/emergency-evacuation-of-commercial-passenger-aeroplanes-paper.pdf; section 8.9 points to the related EASA regulation CS 25).
So if you are not in the mood to jump from the wing in an emergency better be seated in the front or back of the B737.
xmp125a wrote:is what you can get away as airplane manufacturer due to grandfathering. I would be very anxious evacuating via this route if I would be normally functioning 70-80 year old. Certainly more than a few broken bones.
Now, increasing THAT height - impossible. Image is here: https://aviationweek.com/site-files/avi ... .Large.jpg
ArgentoSystems wrote:oOfredOo wrote:ArgentoSystems wrote:h
Cosmic rays is nonsense. It should be obvious that whatever problem the FAA identified and Boeing is fixing has nothing at all to do with cosmic rays. For starters, this kind of events are exceptionally rare. Second, it is not very hard to write software in a way that makes it immune to random bit flips.
No it is not. With large amounts of memory, it approaches 100%. At 10km chances are 10^2 higher than at sea level. However, this is old tech with very limited amounts of memory. And you fix it in HW first with ECC. As there are more locations where bit flips can occur, e.g. buses or caches, and more types of failures, you checksum in SW as well. Only then you compare between CPUs
100%? Are you making stuff up as you go? You would know this is BS if you just tried to apply a bit of common sense.
Have you ever tried to use a laptop on the airplane? Play a game or music on cellphone? Each have GBs of RAM, 100000s times more than needed for flight computers, and NONE of the fancy tech you mentioned. My laptop certainly does not have ECC memory and I doubt cellphones do. And it is bleeding edge COMMERCIAL equipment. Not radiation hardened, 30 year old chip with HUGE transistors that simply can't (ok orders of magnitude less likely than modern chips) be flipped by a single cosmic ray event.
Point is, normal commercial equipment operates just fine at 10Km. It is only 10KM, you know. Still tons of air on top. With just a bit of foresight you can design dedicated avionics hardware and s/w in way that makes it immune to cosmic rays events. Suggestion that Boeing is just now addressing that is patently absurd.
ArgentoSystems wrote:Point is, normal commercial equipment operates just fine at 10Km. It is only 10KM, you know. Still tons of air on top.
MartijnNL wrote:ArgentoSystems wrote:Point is, normal commercial equipment operates just fine at 10Km. It is only 10KM, you know. Still tons of air on top.
Not really.![]()
mmo wrote:The rule of thumb about runaway trim that I grew up with, is if it moves and you didn't command it and you're hand-flying it, the first place you go is the red guarded switches and you never reset them.
ArgentoSystems wrote:Not really what? 3/4 of air is below 10K, so? 3/4 is not a "vast majority". 1/4 is still above 10K. Which is still not an insignificant amount.
XRAYretired wrote:The flux density of high energy neutrons at 30Kft, particularly over the poles, is high enough to engender concern as to the long term health of frequent flyers. It is also a reality for causing 'single event upsets' in avionics.
sillystrings wrote:mmo wrote:The rule of thumb about runaway trim that I grew up with, is if it moves and you didn't command it and you're hand-flying it, the first place you go is the red guarded switches and you never reset them.
Aren't the trim wheels spinning on their own quite frequently thanks to STS? I don't think your rule of thumb would work in 737.
ArgentoSystems wrote:XRAYretired wrote:The flux density of high energy neutrons at 30Kft, particularly over the poles, is high enough to engender concern as to the long term health of frequent flyers. It is also a reality for causing 'single event upsets' in avionics.
Let's not gt distracted and stay on point. Which is physics of the problem has been know forever, and ways to mitigate it, both s/w and hardware, has been around for half a century. Surely Boeing did something right and took care of it?
MSPNWA wrote:SomebodyInTLS wrote:Fair enough. But you have to wonder why it's been used here almost exclusively by people promoting a certain viewpoint...
And when that viewpoint has been pretty much discredited in the meantime, it's annoying to see someone spouting the same tired old stuff again.
It's only "discredited" by those that need to discredit it because they can't accept the facts that don't fit their viewpoint.
The website is a valuable resource that simply lays out facts. It's up to us to consume the facts.
Revelation wrote:ArgentoSystems wrote:"A change in software architecture" is not a 100% rewrite. Shall we say 70%?
Without seeing the code or documentation, my educated guess is 10-20% code addition/modification worst case.
Again, in many cases architecture changes are made to preserve the core logic, and this is almost certainly one of those cases.
qf789 wrote:There are currently around 35 737MAX fuselage in storage at Wichita by Spirit
https://twitter.com/ICTBiz_dmccoy/statu ... 98784?s=20
SEU wrote:This is so bad now, 1 in 3 test pilots couldnt save the plane. How did Boeing get away with this? I dont buy that they didnt know there was flaws. They did, they just thought "what are the chances of it actually crashing?" and saw $$$.
RickNRoll wrote:A fundamental software redesign is the equivalent of changing the foundations of a building. That would surely require some intensive testing.
FluidFlow wrote:It is a completely new architecture never seen on a 737 before and to be safe everything that was ever tested and certified on the single FCC design should be retested and re-certified on the double FCC input design and I can not believe that the FAA nor the EASA or CAAC would be able to do this within 4 weeks.
SEU wrote:This is so bad now, 1 in 3 test pilots couldnt save the plane. How did Boeing get away with this? I dont buy that they didnt know there was flaws. They did, they just thought "what are the chances of it actually crashing?" and saw $$$
Seriously, the only way I see the MAX flying pax again, is a complete re-do of the software which will take months, re-certification which will take months, meaning training for pilots like a brand new aircraft, which will take months, then to get round to every max currently built and install the software which will take months, then clear the backlog of undelivered planes back to airlines , which boeing has admitted might take nearly a year.
I can actually see Boeing scrapping the max now, bite the the bullet, deliver NGs and work on a NSA.
oOfredOo wrote:1Kbit of memory already puts this in 10^-14 territory. 5 bit flips due to cosmic rays is in itself already extremely remote. (10^-10 for a single bit to flip per day!)
Boeing could have just rewritten the software governing what functions are monitored within the flight-control computer to eliminate this failure scenario.
Instead, it’s decided to make a much more radical software redesign, one that will not only fix this problem but make the MAX’s entire flight-control system — including MCAS — more reliable, according to three sources.
mmo wrote:sillystrings wrote:mmo wrote:The rule of thumb about runaway trim that I grew up with, is if it moves and you didn't command it and you're hand-flying it, the first place you go is the red guarded switches and you never reset them.
Aren't the trim wheels spinning on their own quite frequently thanks to STS? I don't think your rule of thumb would work in 737.
But you would expect that, wouldn't you? Or when the aircraft is on autopilot, the trim wheel will spin. However, in these cases, the power was at climb, a normal pitch attitude. and you get a massive trim from the MCAS, stick shaker or not, the airplane is not in a stall! The trim would be unexpected and the guarded switches would be turned off, which would turn off the MCAS. Now you just have to listen to the stick shaker.
SQ32 wrote:In reality, everything can be done, it depends on capabilities of the engineering team.
747 went from drawing board to the sky in 1968, a time span just 3 years. Today, with all these software modelling tools, super fast PCs, the Boeing engineers come back and say nothing can be fixed.
BoeingVista wrote:That makes sense but I think thats worse for Boeing in that 100% of line pilots crashed the plane using a fix that Boeing had signed off. FAA get to wonder if an 'average' pilot can handle a MAX under emergency conditions.
xmp125a wrote:The overwing exits on 737 have no slides. You crawl out and slide down the wing itself. It still involves quite significant drop to the tarmac, unless the pilot adjusts the spoilers and other surfaces to let you slide down more gracefully (but even then it is quite a drop). This is what you can get away as airplane manufacturer due to grandfathering. I would be very anxious evacuating via this route if I would be normally functioning 70-80 year old. Certainly more than a few broken bones.
mmo wrote:sillystrings wrote:mmo wrote:The rule of thumb about runaway trim that I grew up with, is if it moves and you didn't command it and you're hand-flying it, the first place you go is the red guarded switches and you never reset them.
Aren't the trim wheels spinning on their own quite frequently thanks to STS? I don't think your rule of thumb would work in 737.
But you would expect that, wouldn't you? Or when the aircraft is on autopilot, the trim wheel will spin. However, in these cases, the power was at climb, a normal pitch attitude. and you get a massive trim from the MCAS, stick shaker or not, the airplane is not in a stall! The trim would be unexpected and the guarded switches would be turned off, which would turn off the MCAS. Now you just have to listen to the stick shaker.
SelseyBill wrote:TTailedTiger wrote:Interesting viewpoint. Airlines around the world are very conscious of the views of their customers and public, and that problem will be focussed onto their national authorities. If they then refuse to book on MAX flights in the future en-masse, it'll be a bigger problem for Boeing than you seem to think.......The court of public opinion will have no bearing on whether the 73M returns to service.TTailedTiger wrote:.....ill be sure to let the families of the 346 dead know they have no voice in court. Im sure they'll be pleased to hear from you................they have no voice on any other civil or criminal proceeding.TTailedTiger wrote:.......thats correct, you don't. English Common Law and the laws you enjoy in the USA have more in common than you might think, and indeed they both do not feature 'kangaroo courts' or 'mob-rule'. They do both, however, have the ability for regular citizens to take to court organisations who may have acted with negligence.I don't know how you do things in your country but in the US do not allow kangaroo courts or mob rule.TTailedTiger wrote:Im afraid you have that the wrong way round. Boeing will not be permitted to get the MAX back into public service until the FAA is absolutely satisfied Boeing has satisfactorily met their requirements. Even then, the FAA might not then even permit MAX flight operations until other authorities have given unified worldwide clearance.If Boeing is able to satisfy all established FAA requirements then the FAA will have no choice but to put it back on the air. What you or anyone else thinks is immaterial.
PW100 wrote:xmp125a wrote:The overwing exits on 737 have no slides. You crawl out and slide down the wing itself. It still involves quite significant drop to the tarmac, unless the pilot adjusts the spoilers and other surfaces to let you slide down more gracefully (but even then it is quite a drop). This is what you can get away as airplane manufacturer due to grandfathering. I would be very anxious evacuating via this route if I would be normally functioning 70-80 year old. Certainly more than a few broken bones.
I feel the grand fathering thing is usually overblown. Grandfathering means that millions and millions of service hours have proven it to be a safe system. As opposed to new designs, which have to prove their safety through analysis. Nothing beats service experience . . .
Emotions aside, do you have any hard numbers demonstrating that the 737 egress system is less safe than that of any comparable more modern design?
ArgentoSystems wrote:"fundamental software redesign of 737 MAX flight controls"
I don't get it. They are talking about fundamental s/w redesign, and at the same time insist on completion is September. Are they nuts?
https://www.seattletimes.com/business/b ... -controls/
www.seattletimes.com wrote:In one scenario, the bits chosen first told the computer that MCAS was engaged when it wasn’t. This had the effect of disabling the cut-off switches inside the pilot-control column, which normally stop any uncommanded movement of the horizontal tail if the pilot pulls in the opposite direction. MCAS cannot work with those cut-off switches active and so the computer, fooled into thinking MCAS was operating, disabled them.
PW100 wrote:SQ32 wrote:In reality, everything can be done, it depends on capabilities of the engineering team.
747 went from drawing board to the sky in 1968, a time span just 3 years. Today, with all these software modelling tools, super fast PCs, the Boeing engineers come back and say nothing can be fixed.
Incomparable.
For starters, safety was much much worsen then. If you think that the MAX introduction is bad with two fatal accidents, you might want to look at the 727 introduction. Hint, MAX safety record actually looks very good then compared to the 727.
All that extra enigneering requires time, money and valuable resources. If you would go back to the sixties safety level, MAX would already have been flying within weeks (if grounded at all).
brindabella wrote:But then flip it - how would it even be remotely just if the FAA (or any other regulatory body) had decided that MCAS 2.0 was in fact safe & certifiable (yeah, I get it, OK???) yet still wilfully withheld that clearance and so incurred further losses to Boeing???? On the basis that the FAA (or whoever) judged 2.0 to be OK - but they were afraid to move without concurrence from everyone else?
Sorry, major civil-law penalty time lurking in that seemingly innocent statement.
Elementalism wrote:PW100 wrote:SQ32 wrote:In reality, everything can be done, it depends on capabilities of the engineering team.
747 went from drawing board to the sky in 1968, a time span just 3 years. Today, with all these software modelling tools, super fast PCs, the Boeing engineers come back and say nothing can be fixed.
Incomparable.
For starters, safety was much much worsen then. If you think that the MAX introduction is bad with two fatal accidents, you might want to look at the 727 introduction. Hint, MAX safety record actually looks very good then compared to the 727.
All that extra enigneering requires time, money and valuable resources. If you would go back to the sixties safety level, MAX would already have been flying within weeks (if grounded at all).
This is the truth. We have better tools but these planes are also much more complex. It is partly why the F35 and F22 had 20 year development cycles while the P51, P47,F6F and F4U took a couple years back in the 40s. But look at losses of frames from WWII and see how many were due to failures of the plane vs combat. Pretty shocking. The other part of why the F35\22 took so long is general incompetence\corruption of govt, and feature creep by the brass.
PW100 wrote:ArgentoSystems wrote:"fundamental software redesign of 737 MAX flight controls"
I don't get it. They are talking about fundamental s/w redesign, and at the same time insist on completion is September. Are they nuts?
https://www.seattletimes.com/business/b ... -controls/
Going back to his surpising articel. I am surpised to read the following:www.seattletimes.com wrote:In one scenario, the bits chosen first told the computer that MCAS was engaged when it wasn’t. This had the effect of disabling the cut-off switches inside the pilot-control column, which normally stop any uncommanded movement of the horizontal tail if the pilot pulls in the opposite direction. MCAS cannot work with those cut-off switches active and so the computer, fooled into thinking MCAS was operating, disabled them.
In one of the previous threads, it was argued that a.net analysis the wiring diagram proved that there was no computer/processor functionality between thump trim switch and trim motor. However the above quoted part shows that the trim input was interrupted/slowed down by the clipped bits in the FCC. How does that jive. Does that mean that trim switch signal is first processed by FCC before being send to trim motor?
Reason I ask is because, as I put forward previously, that I find the ET FDR manual electric uptrim graph behaviour very suspicious. The FDR traces show a total of four electric up-trims after MCAS became alive. And ALL FOUR of them stopped at exactly the same pitch trim: 2.3 degrees. Coincidence? Can any crew do such a thing on purpose? I'm having a hard time accepting that.
It must be noted that after take-off, electric trimming was applied several times (both up and down) resulting in a balanced control column. So the crew clearly knew how that works. Why didn't/couldn't they do that after MCAS became alive?
If the trim signal first goes through FCC, the that could change the scope of how the pilots reacted dramatically. Perhaps they did command the uptrim further, but the system somehow did not allow that.
Then the next question would be: could the same thing have been happening with the Lionair accident, when control was handed over to the co-pilot? Perhaps for the same reason, did his uptrim actions not pass through the FCC somehow?
AirwayBill wrote:Probably the design of such MLG wasn't ready for the design freeze of the -8/-9 (which, as reminder, was under very high deadline pressure to counter the neo), so they opted for a quicker/cheaper option of mounting the engines more fwd/above the wing, and only a higher nose wheel?
JetBuddy wrote:As far as I understand, the MCAS system was first designed for KC-767 and KC-46 tankers. The tankers needed this feature to augment pitch during refueling operations.
It was also proposed for the original commercial 767 back in the 80s, but was dropped because vortex generators provided adequate control.
This suggests that the pitch up problem in the MAX is larger than what vortex generators could handle on their own.
https://www.mro-network.com/airframe/bo ... tch-system
oOfredOo wrote:I’ve read the article and as another embedded software engineer I find it plausible as well. I also thin,k that the probability of this specific combination of bit flips occurring is very low. 1Kbit of memory already puts this in 10^-14 territory. 5 bit flips due to cosmic rays is in itself already extremely remote. (10^-10 for a single bit to flip per day!)
So we are rewriting 20% of the code of the FCC for something that will never ever occur in reality. The probability that some major new bugs are introduced approaches 100%. Oh boy, I really hope they put this bird through full flight tests and system tests again.
BoeingVista wrote:From the last Dominic Gates article https://www.seattletimes.com/business/b ... -controls/It has specifically rejected Boeing’s assumption that the plane’s pilots can be relied upon as the backstop safeguard in scenarios such as the uncommanded movement of the horizontal tail involved in both the Indonesian and Ethiopian crashes. That notion was ruled out by FAA pilots in June when, during testing of the effect of a glitch in the computer hardware, one out of three pilots in a simulation failed to save the aircraft.
One of the FAA pilots crashed the simulator while trying to recover, I think that this is new information? We assume that they would consider themselves above "average" pilots so you can imagine how pissed the FAA were with Boeing throwing this mess at line pilots.
SomebodyInTLS wrote:Boeing and the FAA have discredited the viewpoint I'm talking about in their own recent testimonies.
FluidFlow wrote:Happy to hear Boeing is confident it can address the software "problems" by using dual input. One question arising from the Seattle Times article (https://www.seattletimes.com/business/boeing-aerospace/newly-stringent-faa-tests-spur-a-fundamental-software-redesign-of-737-max-flight-controls/)According to a third person familiar with the details, Boeing expects to have this new software architecture ready for testing toward the end of September. Meanwhile, it will continue certification activities in parallel so that it can stick to its announced schedule and hope for clearance from the FAA and other regulators in October.
It is a rather big change to have a new software architecture for the flight controls. Can this really be tested and approved withing 4 weeks (End of September till End of October)?
It is a completely new architecture never seen on a 737 before and to be safe everything that was ever tested and certified on the single FCC design should be retested and re-certified on the double FCC input design and I can not believe that the FAA nor the EASA or CAAC would be able to do this within 4 weeks.