You are on page 1of 6

BATTERY MANAGEMENT SYSTEM FOR SUSTAINED PROVISION OF POWER

FROM A SOLAR PLANT IN A MILITARY STATION

Srinivasa Reddy A Scientist ‘D’,Capt. Vikram Bohra


College of Military Engineering

Abstract - Battery storage is increasingly finding its use in An energy storage system using stack of cells require an active
many military applications like comn nodes, solar battery management system to monitor and protect the entire
plants,ops rooms, data storage system etc. A battery mgmt. storage system. A Battery management system is a centralised
system is an indispensable part of all types of energy monitoring and control based system which monitors and
storage system. It ensures optimum usage of the energy controls battery critical parameters, estimate its state, balancing
inside the battery that is essential for powering the system and ensures that they operate in the predefined limits. The
thereby reducing the risk of damage inflicted upon the Battery Management System can be implemented by different
batteries and enhancing the system run time reliability methods like centralized, distributed and modular topologies.
increasing the overall efficiency of the system due to their However the work in this paper is based on centralised
cheaper cost, high efficiency and property of high energy topology.
density , lead acid batteries are being used for most of the Today different types of batteries are available in market with
battery storage applications till now. They are getting used different chemistries and designs satisfying a wide range of
for various applications such as small mobility applications[1]. Batteries are generally divided into two types-
vehicles(electric motorcycles, golf carts etc.),for Home primary cells and secondary cells. Primary cells are non-
Energy Management system and industrial machinery. In rechargeable batteries which can be used once and after that
order to use the high efficient lead acid batteries safely and they are disposed. Secondary cells are rechargeable batteries
effectively a battery management system (BMS) is needed. which can be used several times by charging and discharging.
The more common technologies of battery capacity Various types of rechargeable batteries are available like Lead
estimation and the malfunction detection are important in a acid, Ni-Cd, Li-ion etc. which are used in different
BMS. applications. Amongst them lead acid battery and Li-ion
The BMS plays the role of detecting batteries are widely used in several applications due to their
malfunctions such as overcharge, excessive rise of versatility and robustness.
temperature and electric leak, and estimating state of II. DESIGN METHODOLOGY
charge at different temperatures and in the 2.1 The designed BMS as shown in Fig 1 is implemented by
charging/discharging environment. The BMS estimates the using professional protection IC BM3451 for cell balancing
state of charge(SOC) of the lead acid battery. The and protection. A PIC 18F25K20[2] microcontroller for
Electrical control unit (ECU) controls a power supply monitoring and detection. MAX 485 is used as transceiver by
amount (discharged amount to the power supply) and a acquiring data from PIC controller. The following block
regeneration amount(charging amount to the power diagram illustrates the BMS architecture
supply) to/from the motor based on the estimated value and
battery temperature information. The charging control
ECU also controls a charging amount. Those collaborative
controls can prevent overcharge of lead acid battery so that
the battery can be charged and discharged safely. A BMS
protect the batteries by preventing it from operating
outside its safe operating area, such as:-
 Over–current (may be different in charging and
discharging modes)
 Over-voltage(during charging)
 Under–voltage(during discharging),especially
important for lead acid batteries.
 Over temperature
Fig. 1 The designed BMS Architecture
 Under temperature.
With the advent of micro grids in the military stations the 2.2 BM3451 Professional Grade Protection IC
BMS has become much more important. It can provide a BM3451 provides protection for 3/4/5 cells rechargeable
continuos and uninterrupted source of energy. The power battery pack. It is highly integrated and generally used in
quality is improved. power tools, electric bicycles and UPS applications . BM3451
works constantly to monitor each cell’s voltage ,the current of
I. INTRODUCTION charge or discharge,and the temperature of the environment to
A battery bank composed of individual cells play a key role in provide overcharge,over-discharge ,discharge over-current,
the fields of military applications like micro grid forming short circuit,charge over-current and over-temperature
network(solar plant), signal and communication networks, protections . It can also change the protection delay time of
transportation and for future weaponry. With advancements in overcharge, over-discharge and discharge overcurrent by
technologies batteries are coming in various forms. Still setting the external capacitors. The BM3451 provides external
mostly used cells are Lead acid type in the military bleeding [3]. for cell-capacity balance function to avoid
installations. This paper encompasses a developed prototype of unbalanced capacity between each cell. Thus the batteries can
Battery management system (BMS) on high energy density work longer. Extended function module embedded in the
lead acid batteries. The management of lead acid batteries is BM3451 ICs can make them work for more battery packs with
must for a micro grid in a military station.
multiple chips ,and they can protect 6-cell batteries or more
than 6-cell batteries.

Fig. 3. BMS circuit for cell temperature and current


protection
Fig. 2 Active cell balancing circuit
2.3 Cell Balancing
The active cell balancing method used in this design as shown
in Figure 2 is based on an inductor based buck-boost converter
where the charge is shuffled through inductors [4]from one cell
to another cell through MOSFET (80NF06) switching. This
can be applied to any number of cells. This cell balancing
circuit performs charge re-distribution in bi-directional way
from bottom cell to top cell and from top cell to bottom cell.
The state of charge of each cell is continuously monitored and
if the difference of their voltage exceeds the threshold value,
the controller switches on the corresponding MOSFET. If
charge has to be distributed from top cell to bottom cell then
MOSFET is switched on. During this period then charge
passes through MOSFET into inductor and inductor current
increases linearly and it gets charged. When MOSFET is
switched off the inductor stops charging and as diode is
forward biased and negative voltage is applied at the inductor it
starts discharging which goes into bottom cell. If bottom cell
has high capacity than top cell and needs to shuttle its energy
then MOSFET is switched on first then inductor gets charged.
When MOSFET is switched off then inductor discharges and
charge passes through diode to top cell. Generally MOSFET
switching voltage is minimum 3.3V. But for proper switching Fig. 4. BM3451 microcontroller pin configuration
operation of MOSFET 12V is needed. So a gate driver circuit
is needed which will amplify the3.3V/5Vcoming from IC
The state of charge estimation. There is approximately a linear
relationship between the SOC of the lead-acid battery and its
open circuit voltage (OCV) given by

𝑉OC (𝑡) = 𝑎1 × SOC (𝑡) + 𝑎0

Where SOC(𝑡) is the SOC of the battery at 𝑡, 𝑎0 is the battery


Terminal voltage when SOC = 0%, and 𝑎1 is obtained from
Knowing the value of 𝑎0 and 𝑉OC(𝑡) at SOC = 100%. By (2),
the estimation of the SOC is equivalent to the estimation of
Fig. 5. BM3451micocontroller with cell balancing itsOCV .The OCV method based on theOCV of batteriesis
proportional to the SOC when they are disconnected from
In the figure 4 pins 4,5,6,7 are connected to capacitors for the loads for a period longer than two hours.However, such a
setting the external delay time, pins 8 and 9 detect the cell long disconnection time may be too long to be implemented
temperature and provide protection against temperature rise, for battery [9]. the lead-acid battery, the Li-ion battery have a
pin 14 gives charge and discharge overcurrent protection and linear relationship between the OCV and SOC [10].
pins 18,20,22,24,26 perform the task of cell balancing by
external bleeding.
2.4 PIC18F25K20 Microcontroller The terminal voltage method is followed in this paper to
An 8 bit ,64 MHz microcontroller unit is used to monitor the estimate the state of charge its is based on the terminal voltage
parameters like cell voltage, total battery voltage, overcurrent drops because of the internal impedances when the battery is
by using various shunts and voltage divider circuits. The discharging, so the electromotive force (EMF) of battery is
temperature of the cell is also monitored and controlled proportional to the terminal voltage. Since the EMF of battery
indirectly by regulating the charging and discharging cycles is approximately linearly proportional to the SOC, the terminal
through BM 3451[9].The complete real time data is transferred voltage of battery is also approximately linear proportional to
using Max 485 by differential signalling through serial the SOC. The terminal voltage method has been employed at
communication to the user interface. different discharge currents and temperatures [10]. But at the
end of battery discharge, the estimated error of terminal voltage
method is large, because the terminal voltage of battery
suddenly drops at the end of discharge[11]; however this has
been compensated by taking appropriate battery model
estimate with time integration.

Fig. 6. PIC18F25K20 dual microcontroller with the biasing


circuit

III. HARDWARE SET UP AND


DISPLAYING REAL TIME OUTPUT

PCB layout was fabricated for the cell balancing circuit using
(Express PCB software). There are mainly two PCBs one
housing the cell balancing circuit(BM 3451) and the other PCB
Fig. 7. BMS circuit with protection module
housing(PIC18F25K20) for monitoring the parameters as
shown in the figure 5. 100 Ah , 2 V deep cycle lead acid
batteries were connected in series to form a single battery of 12
volts . The wiring harness is connected to the leads of the
individual cells. A temperature sensor(NTC type) is attached to
one of the cells to monitor the fluctuations in temperature. The
entire hardware setup is shown in Figure 8.
Fig.8. BMS circuit connections with six cells individually
connected.

Fig.10 Temperature Vs Time graph


IV. RESULTS AND DISCUSSIONS

Fig.11 Charging current Vs Time graph

Fig. 9 Total voltage Vs Time graph

The fig9. Provides the total battery voltage over the time period
BMS was able to monitor and control the cell voltages, battery
voltage and temperature. In Fig 9 the total voltage has been
reduced from 12.5 V to 12 V as a result the individual cell
voltages as seen from figures 13 to18 has also been adjusted.
Charging current a seen in figure 11 remains constant.
Discharging current (Fig 12) varies with the application of load
on the circuit. Under testing the cell voltages found to be
equalised as the set-up is operating for more than 24 hours. The
cell temperature over the observation period appeared constant
at 32 degrees centigrade. The protection of charging and
discharging of the battery is linked with cell temperature and
gets activated for temperatures above 55 degrees centigrade.

Fig.12 Discharging current Vs Time grap


Fig.16 Cell 4 voltage Vs Time graph

Fig.13 Cell 1 voltage Vs Time graph

Fig.17 Cell 5voltage Vs Time graph

Fig.14 Cell 2 voltage Vs Time graph

Fig.18 Cell 6 voltage Vs Time graph

,To simulate the difference in cell voltage and shuffling of


energy between the cells the disturbance has been created
intentionally and the same has been recorded and displayed in
the figures 9 to 18.To understand and validate the protection
mechanism and working the battery is attempted to undergo
overcharge as shown in the graph however due to the activation
Fig.15 Cell 3 voltage Vs Time graph of BMS controller through MOSFET(80NF06) the battery is
protected and isolated. The Power MOSFET is a switch for low
on resistance,rugged avalanche characteristics hence quite
suitable for the protection of battery both during over charge
and over current drawn from battery.The state of charge of the
battery can be further estimated through voltage quantisation
over hundred samples.
V. APPLICATIONS 4. Batteries in V2G System. IEEE Vehicle Power and
Battery management system can be used for military as well as Propulsion Conference; Seoul; 2012 Oct 9–12. p.
civilan purposes 401–6. 9. Baronti F, Roncella R. Design and Safety
5.1 Military uses Verification of a Distributed Charge Equalizer for
Signal exchanges which are using lead acid battery storage can Modular Li-Ion Batteries. IEEE Transactions on
utilise BMS. Battery packs with inbuilt BMS are required for Industrial Informatics. 2011 May; 10(2):1003–11. 10.
various purposes like radio sets. Recent emergence of micro Torres D. Multi-Cell Li-Ion Battery Management
grids in military installations require energy storage systems. System using MSP430F5529 and bq76PL536,
Usage of battery management system for such storage system application notes; 2010 Dec. p. 1–13. 11.
will significantly improve the life and efficiency of the storage MSP4302553 microcontroller datasheet. Texas
system .Submarine battery monitoring and surveillance system Instruments, Inc; 2009. 12. IC BQ76PL536 datasheet.
can utilise BMS. Ultra low weight batteries required for drone Texas Instruments, Inc; 2009. 13. Serial peripheral
will have embedded BMS controller circuit[12]. Future Hybrid interface bus. 2014 Dec 20. Available from: http://
power systems for laser weapon requires bursts of electrical Wikipedia.org. 14. Barsukov Y. Battery Cell
energy which are being supplied by battery packs with BMS . Balancing: What to Balance and How. Texas
Off grid solar trailer powers the mobile loads using BMS. Instruments, Inc; 2009. p.2–8.
UAV utilises various battery packs also require the battery 5. 3. Kim H, Shin KG. DESA: Dependable, Efficient,
management system Scalable Architecture for Management of Large-Scale
5.2 Civilian uses: Batteries. IEEE transactions on Industrial Informatics.
Battery Management Systems serve two main industrial 2012 May; 8(2):406–17. 4. Wen S. Cell Balancing
segments: Buys Extra Run Time and Battery Life. Texas
Electric Vehicles Instruments, Inc; 2009. p. 14–8. 5. Bentley WF. Cell
Electric Vehicles, which includes electric cars, trucks, and non- Balancing Considerations for Lithium-Ion Battery
road type vehicles such as golf carts, as well as electric- Systems. Battery Conference on Applications and
powered machinery such as fork lifts. Typically, battery banks Advances; Long Beach; 1997. p. 1089–8182. Green,
within the forklift, car and bus, communicate with the Battery M. A, " Clean Energy from Photovoltaic ", World
Control Module using CAN. Scientific Publishing Co. Hackensack, NJ, 2001.
Grid Power Infrastructure 6. Jay, Benny E., Datta, Ajoy, Mathews, Charles,
Grid Power infrastructure where battery banks are used for Blanyer, Richard, “Performance of the Horizon
backup power or to protect from power fluctuations on the Advanced Lead- Acid Battery,” Electrosource, Inc.,
grid. Applications include cell phone towers, A/C power (Paper read at the Wescon Technical Conference,
substations, Internet infrastructure equipment, aviation ground 1993.)
support systems, tower communications and weather stations, 7. Moneypenny, Gerald, “High Energy Planar Batteries
plus Distributed Energy Resources. The latter application is a in Portable Equipment Applications,” Portable Energy
sizeable industry itself, encompassing solar and wind- Products, Incorporated. (Paper read at the Wescon
generating plants. Manual. “Surface Vehicle Standard,” SAE
The power inverters in domestic applications use wide variety International, J537, Rev. June 1992K. L. Chopra, P .
of storage with BMS D. Paulson, and V. Dutta," Thin - film solar cell
overview", Prog, Photovoltaic: Res.,vol. 12, , 2004,
pp. 69-92.
8. A. A. Hossam El –din, C. F. Gabra and Ahmed H. H.
VI. CONCLUSION Ali ," A Comparative Analysis Between the
Design and validation of the battery management system has Performances of Monocrystalline, Polycrystalline and
been successfully accomplished. Several important tasks like Amorphous Thin Film in Different Temperatures at
cell voltage, total voltage and temperature of battery pack have Different Locations in Egypt", Solar Energy
been monitored, displayed and the cell balancing circuit design Conference, March 2014.
has been successfully tested. This work can be further 9. G. Zubi, J. L. Bernal-Agust´ın, and G. V. Fracastoro,
developed to design more advanced balancing circuits using “High concentration photovoltaic systems applying
magnetic coupled inductors for many applications for example III-V cells,” Renewable & Sustainable Energy
an electric Vehicle. BMS can also be further extended to Reviews, vol. 13, no. 9, 2009, pp. 2645–2652.
monitor other parameters like run lifetime, pressure inside 10. Y.P.Wu,P.Eames,T.Mallick,andM.Sabry,“Experiment
Battery, etc. it is observed that the state of charge method can al characterisation of a Fresnel lens photovoltaic
be developed by coulomb counter techniques for accurate concentrating system,”Solar Energy, vol. 86, no. 1 ,
measurement of state of charge. 2012, pp. 430–440.
11. Ehret C , Pilher S , Schroer W , et a1 . State-
of-charge determination for lead-acid batteries in
REFERENCES
PV—application Proceedings of the 16th European
1. Cermak IK, Bartl M. Decentralized Battery
photovoltaic
Management System. Proceedings of the 2014 15th
12. Solar Energy Conference[C].Glasgow: 2000. [4]
International Scientific Conference on Electric Power
Lonnie C Ludeman, Random Processes: Filtering,
Engineering (EPE); IEEE; 2014. p. 599–603. 2.
Estimation, and Detection, pp 279-304,200
Battery management system. 2011 Nov 30. Available
from: http:// Wikipedia.org.
2. Smart Battery Management System with Active Cell
Balancing
3. Indian Journal of Science and Technology6 Vol 8 (19)
| August 2015 | www.indjst.org

You might also like