You are on page 1of 7

Management of Large Format Liion Batteries

Saravanan Meenatchi Sundaram, Mukund Kulkarni, Vinten Diwakar

Abstract hope of providing some inspirations to the design and research of the
battery management system.
Electric vehicles (EVs) are expected to play an important role in
sustainable mobility thanks to the efficient energy utilization and
zero–emission when in use. The battery has a great impact on the The Requirements
performance of electric vehicles, basically determining the driving
range. As a consequence, the choice of the battery technology and its Many kinds of lithium-ion batteries are employed in electric
effective utilization is of paramount importance. Li-ion chemistry is vehicle (EV). The most widely used power battery cells contain
very sensitive to overcharge and deep discharge, which may damage carbon anode (negative electrodes).The positive electrode material of
the battery, shortening its lifetime, and even causing hazardous the power battery could be LMO, LFP, NCM, NCA, etc. Battery
situations. This requires the adoption of a proper Battery management is mandatory for Li-ion batteries to ensure energy
Management System (BMS) to maintain each cell of the battery availability, lifetime and safety of the energy storage system. There is
within its safe and reliable operating range. In addition to the primary still no consensus of the final definition of BMS and what BMS do.
function of battery protection, a BMS should estimate the battery Accordingly we adopt the wide view that BMS is any system that
status in order to predict the actual amount of energy that can still be manages the battery. The system could be electronic systems,
delivered to the load. This is quite a challenging task, as the mechanical systems or any possible device and technology. The
performance of the battery in terms of usable capacity and internal battery could be a single cell, battery module or battery pack, and it
resistance, varies over time. Another important function of a BMS is could be rechargeable or non-rechargeable. The system could manage
to extend the battery life by facing the charge unbalancing issue that the battery by monitoring the battery, estimating the battery state,
may arise in series-connected cells. This reduces the usable capacity protecting the battery, reporting the data, balancing it, etc.
of the battery. Due to the strict voltage limits applying to Li-ion BMS in vehicles is comprised of kinds of sensors,
batteries, charge unbalancing cannot be self-recovered, but instead actuators, controllers which have various algorithms and signal wires.
worsens with time. A BMS should thus implement a charge Three main tasks of the BMS in vehicles are as follows
equalization technique to periodically restore the balanced condition. • To protect the cells and battery packs from being damaged.
• To make the batteries operate within the proper voltage and
The purpose of this paper is to describe the main issues in the design temperature interval, guarantee the safety and prolong their
and management of a battery for an electric vehicle. The paper covers service life as long as possible.
aspects BMS requirements and architectures and techniques for • To maintain the batteries to operate in a state that the
charge equalization. batteries could fulfill the vehicles requirements and must
also meet relevant standards or specifications.
Introduction
The basic framework of hardware from BMS in vehicle is
shown in Fig. 1.
Compared with other commonly used batteries, lithium-ion batteries
The BMS would have inputs such as: main circuit current
are featured by high energy density, high power density, long service
sensor and voltage sensor to measure the main current and voltage;
life and environmental friendliness and thus have found wide
temperature sensors to measure the temperature of the cells, the
application in the area of consumer electronics. However, lithium-ion
temperature outside the battery box, and may be also the temperature
batteries for vehicles have high capacity and large serial-parallel
at the battery coolant inlet and outlet; general analog inputs like
numbers, which, coupled with such problems as safety, durability,
accelerate pedal sensor and brake pedal sensor; and general digital
uniformity and cost, imposes limitations on the wide application of
inputs like Start key, ON/OFF signals, charging controls etc. The
lithium-ion batteries in the vehicle. The narrow area in which
BMS would have outputs such as: thermal management module like
lithium-ion batteries operate with safety and reliability necessitates
fan and electric heater to do the cooling control and heating control;
the effective control and management of battery management system.
balancing module like switch array and dissipation resistance to do
This present paper, through the analysis of literature and in
the battery equalization; voltage safety management like main circuit
combination with our practical experience, gives a brief introduction
contactor, battery module contactor; general digital outputs like
to the composition of the battery management system (BMS) and its
charging indicator, failure alarm; and communication module. And
key issues such as battery cell voltage measurement, battery
also the BMS would have the internal power supply module and
uniformity and equalization, battery fault diagnosis and so on, in the
clock module. And it may have the charging system and man-

Page 1 of 7
machine interface module. The electromagnetic compatibility should controller would manage the battery module like measuring the
also be guaranteed. The bad working environment of electric cars voltage and current, controlling the contactor, equalizing the cells
requires BMS to possess good EMI capacity and send out low levels and communicating with the master controller. The master
of radiation as well. controller would do the battery state estimation, fault diagnosis,
The software of BMS would cover these functions. thermal management, etc. according to the data reported by the
(a). Battery parameters detection slave controllers.
This includes total voltage, total current and individual cell voltage
detection (to prevent overcharging, over discharging ), temperature
detection, smoke detection, insulation detection, collision detection,
impedance detection and so on.
(b). Estimation of battery states
This includes state of charge (SOC) or depth of discharge (DOD),
state of health (SOH) and state of function (SOF). SOC or DOD of
batteries is estimated according to such conditions as working
current, temperature and voltage. SOH is estimated according to
the extent of abuse and performance degradation of batteries. SOF
is estimated according to SOC, SOH and operating environment of
batteries.
(c). On-board diagnosis (OBD)
The faults include sensor fault, actuator fault, network fault, battery Fig. 1. Basic framework of software and hardware of BMS in vehicle.
fault, over voltage (overcharge), undervoltage (over discharge),
Over current, ultra high temperature, ultra low temperature, loose
connection, exceeding combustible gas concentration, insulation
fault, rapid temperature rise and so on.
(d). Battery safety control and alarm Challenges
This includes thermal system control and high voltage safety control.
When the faults are diagnosed, the vehicle control unit or the charger Although BMS has many functional modules, this present paper
will be informed through the network and they are required to handle only analyzes and summarizes its key issues. At present, the key
the faults (when a certain threshold value is exceeded, BMS can also issues or difficulties of BMS are precise measurement of cell voltage,
cut-off the battery power supply) to prevent damage to batteries or estimation of battery states ( not covered), battery uniformity and
injuries to people caused by high temperature, low temperature, equalization, and battery fault diagnosis.
overcharge, over discharge, overcurrent, electric leakage and so on.
1. Cell voltage measurement (CVM)
(e). Charge control The major difficulties of CVM are the battery packs of electric cars
On the basis of the properties of its own batteries and the power have hundreds of cells connected in series and thus there are many
level of the charger, BMS could control the charger to charge the channels to measure the voltage. As there is accumulated potential
batteries. when the cell voltage is measured and the accumulated potential of
(f). Battery equalization each cell is different from that of another, which makes it impossible
According to the information of each cell, BMS adopts such to have unified compensation or elimination methods, certain
equalization methods as equalizing charging, dissipative equalization difficulties arise in the design of circuit measurement. Voltage
or non-dissipative equalization to make the SOC between cells measurement requires high precision (especially for LiFePO4
as consistent as possible. battery). Estimation of SOC and other battery states imposes high
(g). Thermal management requirements on cell voltage precision. Here we take the LFP type
According to the temperature distribution within the battery pack and batteries as example.
the requirements of charge or discharge, BMS decides whether to
start heating or cooling as well as heating power and cooling power.
(h). Networking
Since it is not convenient to disassemble BMS in a vehicle and
meantime the vehicle is required to have network functions, it is
desirable to conduct on-line calibrating and monitoring, automatic
code generation and on-line program downloading (program update
without disassembling the case) for BMS . Usually the network CAN
(Controller Area Network) is adopted.
(j). Information storage
BMS is used to store key data, such as SOC, SOH, accumulated
charge and discharge Ah numbers, fault code, uniformity and so on.
The real BMS in the vehicle may only have parts of the hardware
and software which is mentioned above. There should be at least Fig. 2. OCV curves and the SOC variation per mV voltage (measured
one cell voltage sensor and one temperature sensor for each battery under 25 _C, and rest time 3 h).
cell. For a battery system with only few number of cells, there may
be only one BMS controller or even the BMS function would be
integrated in the main controller of the vehicle. And for the battery
system with hundreds of cells, there may be one master controller and
several slave controllers which only manage one battery module.
For each battery module with dozens of cells, there could be some
module circuit contactor and balancing module, and the slave
Page 2 of 7
Fig. 2 shows the open circuit voltage (OCV) of batteries LiFePO4 as d) Evaluation of voltage uniformity of batteries in accordance
well as corresponding SOC variation per mV voltage. From this with the standard deviation and standard deviation
figure, we can find that the slope of OCV curve of C/LiFePO4 is coefficient of cell voltage.
relatively gentle and the maximal corresponding SOC rate of change The characterization of uniformity by the voltage parameter is
per mV voltage reaches 4% in most range (except SOC <40% and suitable for battery systems whose slope of SOC voltage curve is
65-80%). Therefore, the collection precision of cell voltage has a steep and has high linearity while voltage uniformity is not suitable
high requirement, reaching around 1 mV. At present, most collection for evaluating such battery systems (such as C/LFP, etc.) whose slope
precision of cell voltage reaches only 5 mV. In literatures the voltage of SOC voltage curve is gentle and the slope change is great while
measurement methods of batteries cells and fuel cells stacks are, SOC is very high or very low.. It is suitable to adopt the cell capacity
respectively, summarized. The methods include resistance voltage uniformity as the battery packing indicator while it is reasonable to
divider method, optical coupling isolation amplifier method, discrete adopt the remaining capacity of individual cells to characterize the
transistor method , distributed measurement method , optical uniformity of the operating battery after packing for the difference in
coupling relay method , and so on. Currently, the voltage and the remaining capacity of individual cells is the major reason why the
temperature sampling of cells has formed chip industrialization and life of battery packs is shorter than that of individual cells. Since the
Table 1 compares the performance of chips used in most BMS. capacity or remaining capacity cannot be directly measured, the SOC
and SOH estimation algorithms are needed to obtain these values.
The non-uniformity in remaining capacity mainly caused by the
Table 1: Statistics of battery management and equalization chips. non-uniformity of self-discharge or Coulombic efficiency and
equalization is needed to make compensation. The equalization
method can be divided into chemical equalization method and
physical equalization method . The former realizes equalization by
using some side reactions existing in batteries themselves during
charge/discharge and it is only suitable for some types of batteries
such as lead acid batteries and nickel hydrogen batteries. For these
types of batteries, the “overcharge” equalization method can be
adopted to make the performance parameters of all batteries approach
uniformity . For lithium-ion batteries, it is needed to add oxidation
reduction additives to conduct voltage limiting protection. Otherwise,
batteries would be seriously damaged and even lead to safety
2. Battery uniformity and equalization problems. The physical equalization method is to achieve
The battery uniformity refers to the phenomenon that though the equalization through external circuits and normally has two types:
battery packs is integrated by batteries of the same type and dissipation and non-dissipation. The dissipation method is to
specification, there exist certain differences between each cells as dissipate the remaining capacity of individual cells that need to be
voltage, SOC, capacity and capacity fade rate, internal resistance equalized in battery packs through resistances or other means and
and its change rate, battery life, self-discharge rate and its change achieve the goal of equalizing the remaining capacity differences
rate along with time . During the process of production and packing, between various cells within a battery pack. The non-dissipation
especially for power battery in vehicle, if the manufacturing method is to use a mobile shunt component or a voltage or current
environment of batteries is poor and the production line is not converter to transfer energy from one cell to another cell. These
automatic but manual, it is inevitable to have relatively great components can be analog or digital. The topological structures of the
differences between cells. Along with the battery operating time non-dissipation method include capacitor switch array , scattered
increase, the uniformity of power batteries in vehicle will worsen, DC/DC converter module , coaxial multi-winding transformer,
which will eventually influence the life of the battery packs. The current redirector and independent charging . Since self discharge
essential factor that influences uniformity is self discharge rate which exerts the greatest influence on uniformity, the function of
is influenced by such factors as temperature and SOC. The higher the equalization is mainly to compensate the non-uniformity caused by
temperature is, the greater the self discharge rate will be and the self-discharge. The self-discharge rate of lithium-ion batteries is
higher the voltage is (which means the greater the SOC is), the usually very low, 3% per month. The time of equalization for BMS in
greater the self discharge rate will be . Meanwhile temperature is one vehicle can be relatively long; therefore, the current needed for
of the greatest factors which influence the battery life. Accordingly, equalization could be relatively low. Meanwhile the battery non-
the non-uniformity of the temperature of battery packs exerts the uniformity emergence is a very slow process (except the batteries
greatest influence on the non-uniformity of battery performance have fault such as micro short circuit, etc.).Besides, using dissipative
and non-uniformity of other parameters such as internal resistance method, the structure is simple, does not consume much energy and
will eventually influence the uniformity of temperature. The can meet the demand of equalization. All these help the dissipative
evaluation index of uniformity usually adopts a method of equalization method to have wide applications at present. The non-
mathematical statistics and takes voltage, cell capacity, SOC and dissipation method, although its efficiency is higher, has fewer
internal resistance as major parameters. The methods used in applications due to such problems as its complex structure, poor
literature are reliability and difficulties in realization. The equalization device of
a) voltage mean value and variance method to study the high current is usually used for the offline maintenance of batteries,
change law of battery uniformity. which can save maintenance time. The battery equalization algorithm
b) a probability statistics method to study the voltage can be divided into the equalization strategy based on voltage
uniformity of C/LFP batteries, believing that voltage uniformity, the equalization strategy based on SOC uniformity and
distribution of batteries complies with the normal the equalization strategy based on remaining capacity uniformity.
distribution. The methods used in literature are
c) Overall voltage dispersion and individual cell dispersion to a) A modularized BMS for large-sized batteries, which has
characterize uniformity. both dissipative and charging equalization function, and

Page 3 of 7
adopts the battery equalization strategy based on voltage shown in Fig.3(c), the cell with minimum capacity cannot be charged
uniformity of batteries. fully otherwise the ith cell would be overcharged, it is a need to
b) A bidirectional equalization method to realize discharge the ith cell or compensate the remaining capacity of the cell
charge/discharge equalization and adopts the equalization with minimum capacity. To adopt this ideal method, the total
strategy based on voltage uniformity of batteries. capacity of all the individual cells and their remaining capacity need
to be identified. These problems could be solved by the adaptive
Also there are methods which Equalizes the battery on the basis of control technology of SOC and SOH, but it is still very difficult to
SOC uniformity of individual cells. An adaptive correction is added put into practical applications.
along with cycles to the remaining capacity estimation algorithm of
medium-sized lithium-ion battery packs ( solves the problem of low 3. Fault diagnosis
measuring precision of remaining capacity after numerous cycles and Fault diagnosis is one of the necessary technologies to
equalizes the battery on the basis of the characteristic that under the ensure the battery safety. The battery management system standard
full discharge conditions SOCs of individual cells differ greatly from formulated by International Electrotechnical Commission (IEC) in
each other and are easy to be identified, which decreases the 1995 requires that the battery management system for electric
undesirable cases in which the voltage equalization is likely to make vehicles must possess certain battery fault diagnosis functions,
individual cells with high capacity but low voltage platform during including giving early alarms of unhealthy batteries and providing
discharge compensated with energy first and release energy to other battery aging information.
batteries at last. At present there is no mean that can calculate At present, the fault diagnosis technology has developed
accurately the remaining capacity of batteries and thus it has no into a new interdiscipline. On the basis of the operating principle of
practical meaning to take SOC as the equalization objective since the diagnosis objects, it integrates computer network, database, control
measuring results of SOC has great errors. It can be stated that theory, artificial intelligence and other technologies. It has had
using the cell voltage uniformity as the equalization objective would mature applications in other fields. The basic methods of fault
be better to equalize the battery packs. Although the battery diagnosis are shown in Fig. 4. The battery fault diagnosis technology
equalization algorithm has many practical applications, the objective is still developing and researches on it are mainly based on process
function is not clear and the equalization efficiency is not high. But in parameter estimation, state estimation, experience based and other
fact, behind SOC or voltage equalization methods, there is a common methods (similar to the above SOH researches). Some methods
problem that needs to be solved: how to make use of the battery pack realize on-line diagnosis of batteries through the model-based on-line
capacity. For a serial connected battery pack, it is clear that the identification of the battery internal resistance. It can be read in
battery pack capacity is always less or equal to the capacity of the literature that the changes of battery electrodes are the reason for the
cell with the minimum capacity. Thus the optimal equalization result battery internal resistance increment and the power degradation
is to make the capacity of the battery pack equal to that of the cell through gas chromatography, liquid chromatography, electron
with the minimum capacity. Namely, while the battery packs are microscopy, X-ray spectroscopy and other technologies. On the basis
cycling, this cell can be both discharged fully and charged fully, and of SOH of lead acid batteries, assuming the voltage curve under
would not be overcharged and overdischarged. normal constant charge/ discharge conditions is smooth, identifies the
potential faults of battery packs by observing the changes of the
charge/discharge curve. The characteristics of sample entropy and
approximate entropy are used to eliminate the influence of current
changes so as to identify the battery faults under varied current.
Likewise, the analysis of battery uniformity also provides a method
for fault analysis of battery packs.

Fig. 3. Ideal battery equalization. (a) The battery pack needs no


equalization. (b) The cell with the minimum capacity needs to be
discharged or the ith cell needs to be charged. (c)The cell with the
minimum capacity needs to be charged or the ith cell needs to be
discharged.

If this requirement is satisfied, the nonuniformity of the SOC, voltage


and even the remaining charge of batteries are of no importance.
Suppose that the total capacity of the individual cell with the
minimum capacity in the battery pack is Ct,min_cell and its current
remaining capacity is Cr,min_cell; for the ith cell, this cell could be
any other cells in the battery pack, its total capacity is Ct,i and its Fig. 4. Typical Fault Diagnosis methods
current remaining capacity is Cr,i. Then if all the cells in the battery
pack have 0 _Cr,i _ Cr,min_cell_Ct,i _ Ct,min_cell, the cell with Intelligent fault diagnosis system is based on the method of expert
minimum capacity can reach 100% DOD charge/discharge and the system and has found applications in fault diagnosis of other fields. It
battery pack capacity would be equal to Cr,min_cell. is usually composed of knowledge base, inference engine, interpreter,
At this time, there is no necessity for equalization, as shown in man machine interface, integrated database and knowledge capture,
Fig. 3 (a). In other cases as shown in Fig. 3(b), the cell with as shown in Fig. 5 . The knowledge base and the inference machine
minimum capacity cannot be discharged fully otherwise the ith cell are the core technology and in some application condition the system
would be overdischarged, so it is a need to discharge the cell with could be working without the man machine interface and the
the minimum capacity or charge the ith cell; for such cases as interpreter. The battery fault diagnosis can also make use of the
intelligent fault diagnosis, but this is still in a research stage. A set of
Page 4 of 7
knowledge base construction and inference machine considering modules with the module management unit, the battery system
the battery fault diagnosis characteristics and designs an open includes the pack management unit. Its role is to acquire data
knowledge base, which overcomes the shortcoming of poor
adaptability of traditional fault diagnosis systems and effectively
realizes the independence between the inference machine and the
knowledge base. Liu [11] constructs an expert system of battery fault
fuzzy diagnosis, which (1) analyzes the relation between the data
changes of battery external characteristics and the battery faults and
summarizes diagnosis rules for common battery faults in combination
with the experience and knowledge of battery

Fig. 7. Battery System Oveview

from the module management units and the current sensor, calculate
the battery parameters, such as state of charge, state of health and
state of function, communicate with the vehicle control system,
operate the power switches and control the battery cooling and
heating subsystems. The battery module management units and the
pack management unit communicate via a CAN bus. As the MMUs
are monitoring voltages at levels up to about 400 V, it is necessary to
provide a galvanic isolation of the communication lines and the
power supply of the monitoring circuits from the rest of the vehicle.
Fig. 5. Intelligent Fault Diagnosis system structure Figure 8 shows a concept of galvanic isolation where every
component is on its own potential, whereas the CAN bus is
referenced to the vehicle chassis ground.

A. Battery Monitoring
Figure 9 gives a more detailed overview of the module and
its monitoring circuit. The core of the monitoring circuit is the battery
monitoring IC. In this case the newly developed AS8505 by Austria
micro systems was used. It is the first IC that features an integrated
active cell balancing method. This monitoring IC directly
communicates with a microcontroller via SPI bus and various digital
Fig. 6. BMS research process I/O lines. The role of the microcontroller is to enable the
communication between the monitoring IC and the PMU via CAN
experts; (2) builds a fault diagnosis model for battery packs in bus, control cell data acquisition and monitor the balancing process.
combination with the theories of fuzzy mathematics and puts Therefore, it is sufficient to use an 8-bit microcontroller, an ATMEL
forward a solution method for battery symptom membership, AT90CAN128 in this case. The functions demanding more
determining the health level of batteries according to the fault
membership. Through the expert diagnosis system, the early
diagnosis of unhealthy batteries is realized.Wu [13], learning from
the methods used in literature [11], also develops a battery fault
expert diagnosis method based on fuzzy logic used for remote
monitor and control system.

Integration
The way a battery system is integrated into an electric vehicle
depends on many different aspects. Therefore, a rule applicable to all
possible integration cases cannot be stated. Instead, an example will
be given to show the most relevant aspects. The example is derived
from the experience gained in the Car project . The battery system
uses 120 series connected Li-ion cells with 80 Ah capacity in order to
reach the required voltage level of up to 400 V. The cells are divided
into modules of four cells. The battery pack consists of 24 modules Fig. 8. Galvanic Isolation Concept
each of them including an electronic circuit for monitoring and
balancing the cells, which has been designed according to the
requirements . Figure 7 shows such a battery system. The concept is
based on the architecture described earlier. Besides the battery

Page 5 of 7
an overview on the main techniques for charge balancing and
state of charge estimation, we have described the design and
experimental validation of an innovative BMS for an electric
vehicle. The main approaches for cell modeling comprising of
an effective solution to predicting cell lifetime have also been
discussed

References
[1] F. Baronti et al., "Design and Verification of Hardware Building
Blocks for High-Speed and Fault-Tolerant In-Vehicle Networks,"
IEEE Trans.Ind. Electr., vol. 58, no. 3, pp. 792–801, Mar. 2011.

[2] P. Wolfs, “An economic assessment of “second use” lithium-ion


batteries for grid support,” in Proc. 20th Australasian Universities
Power Engineering Conference (AUPEC), Dec. 2010, pp. 1–6.

[3] A. Manenti, et al., “A new BMS architecture based on cell


redundancy,” IEEE Trans. Ind. Electron., vol. 58, no. 9, pp. 4314–
Fig. 9. Battery monitoring & Balancing system overview 4322, 2011.

calculation power (e.g. SoC, SoH and SoF) are implemented on [4] J. Cao, N. Schofield, and A. Emadi, “Battery balancing methods:
the PMU board, The PMU gathers information from all the MMUs A comprehensive review,” in Proc. IEEE Conf. Vehicle Power and
and the current sensor in order to generate a precise estimation of the Propulsion, 2008, pp. 1–6.
battery status.
[5] F. Baronti, et al., “Hierarchical platform for monitoring,
B. Measurements managing and charge balancing of LiPo batteries,” in Proc. Vehicle
Power and Propulsion Conf., Sep. 2011, pp. 1–6.
Cell voltage measurements showing the active balancing
function are shown in Figure 10. Cell 1 has a slightly higher voltage [6] S. Piller, M. Perrin, and A. Jossen, “Methods for state-of- charge
level than the other cells at the beginning of the acquisition. The cells determination and their applications,” Journal of Power Sources, vol.
with lower voltage are receiving charge pulses, thus the cell voltages 96,no. 1, pp. 113–120, 2001.
are being equalized over time. This is a rather slow process. For
demonstration purpose very small cells of about 100 mAh were used [7] H. He, et al., “State-of-charge estimation of lithium-ion battery
to show the effect of active balancing. In an electric vehicle using an adaptive extended kalman filter based on an improved
application, the balancing action can be done while the vehicle is not thevenin model,”IEEE Trans. Veh. Technol., vol. 60, no. 4, pp. 1461–
used for driving, e.g. during the night. It is thus possible to maintain a 1469, May 2011.
balanced battery stack, even with a relatively low balancing current,
which is a pre-requisite for single chip integration. [8] F. Codeca, S. Savaresi, and G. Rizzoni, “On battery state of
charge estimation: A new mixed algorithm,” in Proc. IEEE Int’l
Conf. on Control Applications, Sep. 2008, pp. 102–107.

[9] F. Baronti, et al., “State–of–Charge Estimation Enhancing of


Lithium batteries through a Temperature–Dependent Cell Model,” in
Proc. IEEE Applied Electronics, Sep. 2011, pp. 1–5.

[10] ENIAC Joint Undertaking “E3Car Project,” [Online]


www.e3car.eu

[11] W.J. Liu, Research and implementation of failure diagnosis


expert system for battery pack. Master dissertation, Hunan University
(September 2005).

[12] X.J. Liu, Research and application of intelligent battery fault


diagnosis system. Master dissertation, Beijing University of Posts and
Fig. 10. Diagram showing cell balancing procedure Telecommunications (January 2010).

[13] J.R. Wu, Design of remote monitoring system and study on fault
Summary/Conclusion diagnosis method for electric vehicle. Master dissertation, Jilin
University (April 2011).
The main issues in the design and management of a battery
for an electric vehicle have been presented. After the definition
of a flexible hierarchical platform for BMS implementation and

Page 6 of 7
Contact Information
m.saravanan@mahindrareva.com

Page 7 of 7

You might also like