25 kilograms of Pure Energy

Oct. 27, 2009
Developing an efficient battery management system for the Mercedes-Benz S 400 HYBRID

25 kilograms: That’s the weight of the hybrid battery in the 2010 Mercedes-Benz S-Class S 400 HYBRID. The battery consists of 35 cylindrical, rechargeable lithium-ion batteries and delivers a peak power of up to 15 kW (20 HP). The electric and thermal protection of this little bundle of energy is one of the battery ECU’s most important tasks. The ECU’s algorithms were developed in a joint venture between Johnson Controls and SAFT. dSPACE TargetLink is used to generate the ECU software.

Mercedes-Benz S 400 HYBRID
The S 400 HYBRID is a mild hybrid in which the electric drive is used for engine start-up, the start-stop function, boosting and energy recovery. To save space, the compact, disk-shaped electric drive is installed in the enclosure of the torque converter, between the engine and the 7G-TRONIC seven-speed automatic transmission. This external rotor motor is a 3-phase rotary current permanent magnet electric motor with a maximum power of 15 kW (20 HP) and a start-up torque of 160 Nm at an operating voltage of 120 V.

So much space is saved by installing the hybrid battery in the engine compartment in place of the conventional starter battery that the vehicle’s spacious interior and trunk do not need to be altered (Figure 1). The lithium-ion battery is not only an energy store for the electric motor. Via the voltage converter, the battery is also connected to the 12-volt electrical system that supplies the headlights and consumer comfort features. As with traditional autos, engine start-up is the biggest demand on the vehicle’s battery. If the battery charge is low due to self-discharge, low outside temperatures, and so forth, it first manifests itself during engine start-up. If the charge ever becomes too low, the hybrid system supports jump-starting.

A 12-volt lead-acid battery is installed in the trunk. It supplies power to standard consumer features and also to the monitoring system for the high-voltage components. Thanks to support from the lithium-ion battery, it can be considerably smaller and lighter.

The mild hybrid has a specially designed combustion engine. It utilizes the advantages of the Atkinson principle, which increases the engine’s thermal efficiency and at the same time reduces fuel consumption and toxic emissions. The disadvantages of the Atkinson principle, such as a relatively low torque in the lower speed range, are compensated by the electric motor.

Comprehensive energy management ensures that all the components in the hybrid powertrain (battery, electric motor, voltage converter) respond optimally to the vehicle’s requirements. The electric motor supports the combustion engine during acceleration and acts as a generator with an energy recovery function during braking. Especially during the start-up phase, the hybrid battery provides electric power for the vehicle electrical system via the voltage converter. Moreover, suitable shifts in the working point ensure that the combustion engine always runs in its optimum efficiency range, even in such different situations as cross-country drives and urban traffic.

Cooled Hybrid Battery
The heart of the modular, very compact, very efficient hybrid drive is the new high-voltage lithium-ion battery (Figure 2), which was specially developed for use in vehicles. Its essential advantages over conventional nickel metal hydride batteries are greater energy density and higher electric efficiency, plus more compact dimensions and lower weight. The hybrid battery supplies a terminal voltage of 128 V at a maximum current of 200 A in the charge and discharge directions. It consists of 35 lithium-ion cells with a nominal voltage of 3.6 V each and a capacity of 7 Ah (Figure 3). For cooling, the battery is connected to the vehicle’s climate control. Battery cooling always has priority over the driver’s air-conditioning settings and can demand full cooling power even if the climate control is switched off.

Battery Management System
The battery management system (BMS) is the control center for the electric, thermal (physical) and chemical processes in the battery. The BMS is an independent ECU installed in the battery and has the following functions:

  • Safety functions (e.g. voltage cut-out)
  • Charge indicator (via the instrument cluster, see Figure 4)
  • Computation of current, voltage, and power limits
  • Temperature management
  • Monitoring of battery aging
  • Balancing (equalizing charge differences)

Besides performing these control functions, the ECU also acts as a black box, that is, it stores all the battery data permanently so that it can be retrieved via diagnostic functions. To guarantee safe operation at the high voltages and currents, there are numerous safety functions that ensure that the battery’s high-voltage contacts are not live unless the battery is in operation. The battery is therefore completely safe to install, transport and store.

Networking the Battery Management System
To do its work properly, the BMS has to intervene in other systems and also fetch data for evaluation from other components. It is therefore connected to all the ECUs in the hybrid branch:

  • Energy management (engine ECU)
  • Power electronics (electric motor)
  • Voltage converter (DC-DC)

To ensure a fast response to errors, the battery and the climate control exchange some messages directly, for example, the battery’s cooling requests and the cooling status.

Control Strategy for the Battery
To give the battery cells a long life and make optimum use of their power, the cooling strategies are designed to hold the battery temperature at approximately 30°C. Under extreme loads, overheating is avoided by means of current and voltage limits. These features prevent long-term damage and loss of capacity in the cells. The temperature control is designed such that the battery temperature of 50°C is exceeded only in exceptional circumstances (Figure 5).

Too-low temperatures, which are particularly likely to occur when the vehicle is not in use, can also damage the battery. During operation, the battery is immediately heated by current flow. If the current load is too high at temperatures below -20°C, lithium precipitation can occur, which drastically lowers the battery capacity.

The vehicle’s idle phases are systematically used for recalibration, safety checks and balancing, that is, equalizing cell charge differences. Balancing is especially important because the battery’s life decisively depends on an even charge state in the cells. To balance the charge levels of all the cells, specific cells are recharged on the basis of load charge analyses. This means that the battery’s capacity can always be fully utilized without overloading individual cells (Figure 6).

Model-Based Development Process
One of this project’s greatest challenges was to combine the know-how of battery experts and the requirements of automotive engineers, and develop a system that guarantees high vehicle availability, while protecting the battery cells at the same time. The task was to take theoretical battery models and cell data obtained under laboratory conditions, and shape them into executable software in such a way that they would be viable in practice, yet still provide sufficient precision.

Model-based development and the production code generator TargetLink from dSPACE made it possible to simply integrate existing Simulink battery algorithms and battery characteristics into the controller model, and to use existing Simulink battery models for validation. Because the aim of this project was to design the first-ever control for lithium-ion technology, the controller software had to be developed entirely from scratch, without using legacy code from previous projects. In-house modeling guidelines based on the modeling guidelines published by dSPACE helped to prepare the model for the best possible implementation as efficient production code.
The function developers for the energy management system (EMM) implemented in the engine ECU also used TargetLink, so working with them ran smoothly and coordination between EMM developers and BMS developers in different companies was much easier.

Implementing the Battery Controller
The battery ECU has a TriCore microcontroller from Infineon. To implement the modeled controller software on the ECU, production-capable fixed-point code had to be generated from the model. First all data that had global relevance in the project, such as calibratable variables, was defined in the dSPACE Data Dictionary. The necessary scaling of variables was performed in the model with the aid of the scaling support provided by TargetLink. The fixed-point code was validated by comparing model-in-the-loop (MIL) and software-in-the-loop (SIL) simulations. The run-time behavior and the resource consumption of the codes for the target processor were tested by processor-in-the-loop (PIL) simulation with the TriBoard TC1796 evaluation board (Figure 7).

Even the very first PIL tests revealed that the code had very good run-time behavior during particularly computation-intensive program parts. The processor with its 150 MHz clock rate continued to fulfill the software’s real-time requirements as development continued. TargetLink generated approximately 25,000 lines of code for the controller model. The production code generator was no problem to handle and quickly led to production-level results.

Commissioning and Outlook
The battery ECU was first tested on a test bench. Verifying the safety functions and the effectiveness of the temperature control were a particular focus here. Then the system’s suitability for public roads, and for summer and winter operation, was investigated in test drives. The hybrid battery plus ECU proved to be a robust system that is able to continuously provide sufficient electric energy.
Investigations into using the system in other vehicles are currently underway. The modular design of the software makes it possible to take the battery algorithms that were developed and validated in this project and reuse them in other projects.

Torben Materna is a project manager for software development and developer of lithium-ion battery management systems at Johnson Controls-SAFT Advanced Power Solutions in Hanover, Germany

“With the production code generator TargetLink, we quickly turned a newly developed controller model into production-level code for a hybrid battery management system.“
Torben Materna, Johnson Controls-SAFT

Glossary
Atkinson principle – Prolonging the expansion phase compared with the compression phase in a four-stroke engine by holding the inlet valve open longer between intake and compression (“fifth stroke”). Result: Greater efficiency and lower consumption.
Boosting – Switching in the electric motor when power peaks occur
Mild hybrid – A hybrid vehicle whose electric motor supports the combustion engine when required, but does not perform propulsion on its own.
Recovery – Storing excess energy in the battery (for example, during braking).

Sponsored Recommendations

Understanding Thermal Challenges in EV Charging Applications

March 28, 2024
As EVs emerge as the dominant mode of transportation, factors such as battery range and quicker charging rates will play pivotal roles in the global economy.

Board-Mount DC/DC Converters in Medical Applications

March 27, 2024
AC/DC or board-mount DC/DC converters provide power for medical devices. This article explains why isolation might be needed and which safety standards apply.

Use Rugged Multiband Antennas to Solve the Mobile Connectivity Challenge

March 27, 2024
Selecting and using antennas for mobile applications requires attention to electrical, mechanical, and environmental characteristics: TE modules can help.

Out-of-the-box Cellular and Wi-Fi connectivity with AWS IoT ExpressLink

March 27, 2024
This demo shows how to enroll LTE-M and Wi-Fi evaluation boards with AWS IoT Core, set up a Connected Health Solution as well as AWS AT commands and AWS IoT ExpressLink security...

Comments

To join the conversation, and become an exclusive member of Electronic Design, create an account today!