Problems with the Dreamliner battery

  • Thread starter Greg Bernhardt
  • Start date
  • Tags
    Battery
In summary: Basically, it's a new design that allows the aircraft to operate with a smaller number of batteries and keep the batteries in a more stable and safer condition. As a result of this design, there have been some concerns raised about the possibility of an interaction between the battery and the electric power distribution system. However, so far no such interactions have been reported.
  • #176
rollingstein said:
Not sure about never touching it. Look at the Linux kernel. It could very likely be one of the most complex software codes out there. But bugs are still getting regularly fixed. And Linux kernels get eventually used in many fairly critical tasks.

That's a different scenario. If Linux was used for a critical task, and if it had not been touched for 10 years, and if nobody today had experience changing Linux in the past 10 years, would you change it then?
 
Engineering news on Phys.org
  • #177
anorlunda said:
That's a different scenario. If Linux was used for a critical task, and if it had not been touched for 10 years, and if nobody today had experience changing Linux in the past 10 years, would you change it then?

The Linux kernel gets already used for critical tasks. Well, depends on what your definition of critical is. Not where Real Time OSs are needed but Critical tasks nevertheless.

The "not touched for 10 years" point I agree with you. But will codes like the aircraft software go untouched & unmaintained for 10 years? Is the source really as ill-documented as you mention for nuclear industry codes?

Software engineering in the 1960's was a totally different beast than when the Dreamliner codes got written.
 
  • #178
rollingstein said:
The Linux kernel gets already used for critical tasks. Well, depends on what your definition of critical is. Not where Real Time OSs are needed but Critical tasks nevertheless.

The "not touched for 10 years" point I agree with you. But will codes like the aircraft software go untouched & unmaintained for 10 years? Is the source really as ill-documented as you mention for nuclear industry codes?

Software engineering in the 1960's was a totally different beast than when the Dreamliner codes got written.

Good points. Time will tell.

But eventually, someone will notice that most Dreamliner bugs found in service result from the most recent software changes, and that someone will blow the whistle. Think of incidents such as the recent nationwide outage at Starbucks. Consider the risk-benefit ratio if auto manufacturers broadcast updates to all those embedded microcontrollers in cars. When things run well, there are strong incentives to leave them alone.

I would be interested to hear how many embedded Linux apps run with the software initially installed (perhaps burned in ROM) and never updated. I have a GPS chartplotter on my vessel that fits that description. It's function is pretty critical.
 
  • #179
anorlunda said:
But eventually, someone will notice that most Dreamliner bugs found in service result from the most recent software changes, and that someone will blow the whistle. Think of incidents such as the recent nationwide outage at Starbucks. Consider the risk-benefit ratio if auto manufacturers broadcast updates to all those embedded microcontrollers in cars. When things run well, there are strong incentives to leave them alone.

I would be interested to hear how many embedded Linux apps run with the software initially installed (perhaps burned in ROM) and never updated. I have a GPS chartplotter on my vessel that fits that description. It's function is pretty critical.

I think purely aesthetic patches will be frowned upon. Or patches that add marginal functionality. But what about known bugs & the resultant bug fixes? Often a bug fix can trigger an unintended, unanticipated disaster.

What's the empirical observation, though? Are most inconvenient / massive bug-related-down-times the result of proximal updates?

Given the combinatorically large number of states a complex software can be, isn't it about as likely that a bug latent since inception gets accidentally triggered at some later time just by pure chance leading to disastrous consequences? Without being the result of any new updates really.

Ergo, is ROMing critical software & never updating it a better option in practice?
 
  • #180
rollingstein said:
Stole this from a comment elsewhere but sounds most plausible:

"248 days == 2^31 100ths of a second. even in 2015, our airplanes have integer overflow bugs "

A few things to consider about aircraft control computers.
There are independently reset-able paths usually using dissimilar hardware. Resetting a CPU or event an entire board will barely effect system operation.

Most electrical systems on a modern airplane reset once or twice a flight due to single event upsets (SEUs).
 
  • #181
donpacino said:
A few things to consider about aircraft control computers.
There are independently reset-able paths usually using dissimilar hardware. Resetting a CPU or event an entire board will barely effect system operation.

Most electrical systems on a modern airplane reset once or twice a flight due to single event upsets (SEUs).

Very interesting. In this context when you talk about an electric system resetting itself what is the smallest resettable unit? e.g. when a SEU happens how large is the system that gets reset?

Or when you talk about resetting a Dreamliner CPU, how many CPUs are on board in the first place?
 
  • #182
rollingstein said:
Very interesting. In this context when you talk about an electric system resetting itself what is the smallest resettable unit? e.g. when a SEU happens how large is the system that gets reset?

Or when you talk about resetting a Dreamliner CPU, how many CPUs are on board in the first place?

So a single flight computer system is typically made up of multiple boards. You can typically reset on a box (multiple boards), board(multiple functions), or function level. examples of functions are com channels, watchdog channels, and flight mode channels. You can sometimes even reset individual memory blocks (which will most likely disable that entire function for that frame). I would say the smallest electronic system you can reset is a function.

I don't know the dreamliner's architecture, but think of it this way. If there are 3 redundant paths in each computer, and you have say 8 actuators computers, 2 mission/flight computer, at a minimum you'll have 30 flight critical cpus. I would say that's a LOW estimate.
 
  • #183
donpacino said:
You can typically reset on a box (multiple boards), board(multiple functions), or function level.

box & board resets I can understand but what does a function level reset mean? Or even a memory reset. i.e. If you reset memory how do you get a coherent state for the OS wherever it was last before the reset? Ditto for a function reset. A function is a software entity right? So this would be a soft reset?
 
  • #184
rollingstein said:
box & board resets I can understand but what does a function level reset mean? Or even a memory reset. i.e. If you reset memory how do you get a coherent state for the OS wherever it was last before the reset? Ditto for a function reset. A function is a software entity right? So this would be a soft reset?
I shouldn't have used the word function. By function I meant a 'block' or a circuit that preforms a particular task. An example of this is on a typical PC if you had the ability to reset the hardware (not the software) of an individual usb port.

with the memory reset issue you may need to restart the OS or some higher level function depending on what part of memory was affected. In flight critical applications all or most memory is partitioned for specific use. Even then, the reset times for most systems are not that long (hard resets are anywhere from 10 ms to 200 ms). software can be much longer (seconds). But compared to windows operating systems, its blazing fast
 
Last edited:
  • Like
Likes rollingstein
  • #185
Are the single event upsets so much more often due to the altitude of flights & related increase in energetic particle bombardment?
 
  • #186
rollingstein said:
Are the single event upsets so much more often due to the altitude of flights & related increase in energetic particle bombardment?
I don't know that much about SEUs. I know what they are. I know how they effect electronics. I know that the thinner the atmosphere, the more prevalent they are.
 
  • #187
donpacino said:
I don't know that much about SEUs. I know what they are. I know how they effect electronics. I know that the thinner the atmosphere, the more prevalent they are.

How come they don't cause laptops or similar electronic devices that have no special protection against SEUs to keep crashing when used on aircraft?
 
  • #188
rollingstein said:
How come they don't cause laptops or similar electronic devices that have no special protection against SEUs to keep crashing when used on aircraft?

The sensors, wiring and interfaces are exposed to high energy transients from power control activators and hull discharges from static. A person sitting at a seat is usually well shielded by the cabin and are far away from most EMI/ESD sources.
 
<h2>1. What caused the problems with the Dreamliner battery?</h2><p>The problems with the Dreamliner battery were caused by a combination of design flaws and manufacturing defects. The battery's lithium-ion cells were prone to overheating and catching fire, and the battery's casing was not strong enough to contain a fire if one occurred.</p><h2>2. How were the problems with the Dreamliner battery addressed?</h2><p>The problems with the Dreamliner battery were addressed through a series of safety improvements and modifications. These included redesigning the battery's internal structure, adding insulation and ventilation, and implementing stricter manufacturing processes to prevent defects.</p><h2>3. Has the Dreamliner battery issue been completely resolved?</h2><p>While the Dreamliner battery issue has been significantly improved, it is an ongoing process to ensure the safety and reliability of the battery. The Federal Aviation Administration (FAA) continues to monitor and evaluate the battery's performance, and additional modifications may be made in the future if necessary.</p><h2>4. Have other aircrafts experienced similar battery problems?</h2><p>Yes, other aircrafts have experienced similar battery problems, but not to the same extent as the Dreamliner. The FAA has implemented stricter regulations and testing procedures for lithium-ion batteries used in aircrafts to prevent future incidents.</p><h2>5. What impact did the Dreamliner battery problems have on the aviation industry?</h2><p>The Dreamliner battery problems had a significant impact on the aviation industry, causing delays and grounding of the Dreamliner fleet. It also highlighted the importance of thorough testing and safety measures for new technologies in the aviation industry.</p>

1. What caused the problems with the Dreamliner battery?

The problems with the Dreamliner battery were caused by a combination of design flaws and manufacturing defects. The battery's lithium-ion cells were prone to overheating and catching fire, and the battery's casing was not strong enough to contain a fire if one occurred.

2. How were the problems with the Dreamliner battery addressed?

The problems with the Dreamliner battery were addressed through a series of safety improvements and modifications. These included redesigning the battery's internal structure, adding insulation and ventilation, and implementing stricter manufacturing processes to prevent defects.

3. Has the Dreamliner battery issue been completely resolved?

While the Dreamliner battery issue has been significantly improved, it is an ongoing process to ensure the safety and reliability of the battery. The Federal Aviation Administration (FAA) continues to monitor and evaluate the battery's performance, and additional modifications may be made in the future if necessary.

4. Have other aircrafts experienced similar battery problems?

Yes, other aircrafts have experienced similar battery problems, but not to the same extent as the Dreamliner. The FAA has implemented stricter regulations and testing procedures for lithium-ion batteries used in aircrafts to prevent future incidents.

5. What impact did the Dreamliner battery problems have on the aviation industry?

The Dreamliner battery problems had a significant impact on the aviation industry, causing delays and grounding of the Dreamliner fleet. It also highlighted the importance of thorough testing and safety measures for new technologies in the aviation industry.

Similar threads

  • General Discussion
4
Replies
108
Views
16K
  • General Discussion
Replies
2
Views
3K
  • Mechanical Engineering
Replies
10
Views
36K
Back
Top