Battery State Estimation System for Automobiles

Battery State Estimation System for Automobiles

FEATURED TOPIC Battery State Estimation System for Automobiles Tomomi KATAOKA*, Hiroaki TAKECHI*, Aoi HATANAKA, Youhei YAMAGUCHI, Takahiro MATSUURA, and Yoshiaki MATSUTANI ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Recently lithium-ion batteries have been widely used for electric vehicles. The states of batteries should be estimated accurately for their safe and effective use. We have developed a battery state estimation system that has a parameter estimation algorithm for a battery model. This paper describes the estimation results, including the state of charge (SOC) and state of health (SOH) for each battery cell, and presents the system that transmits these results to a server. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Keywords: electric vehicle, lithium-ion battery, battery state estimation, IoT 1. Introduction and transmits the estimation results to the cloud server In response to a growing public concern about through the on-board wireless communication unit. reducing the consumption of oil and other fossil energy The on-board system used for this study was config- resources and the necessity for global warming counter- ured to receive sensor information from the electric vehicle measures, the popularity of hybrid electric vehicles and compute the state of each cell of the in-vehicle battery. (HEVs), electric vehicles (EVs), plug-in hybrid electric This study was carried out by incorporating the battery vehicles (PHEVs) and other battery-powered vehicles has state estimation function into an independent unit. been expanding in the world. With the advancement of IoT However, this function can be also incorporated into an technology, the development of connected car technology on-board wireless communication device, battery manage- has also been promoted.(1) Equipped with Internet access, ment unit (BMU), or other unit. connected cars are expected to provide a diversity of services. Lithium-ion batteries (LiBs) have recently become the mainstream of the power sources for electrified vehicles. LiBs have an advantage over lead-acid batteries in energy Cloud server density and weight. However, to use LiBs safely and effi- ciently, it is indispensable to have a method of diagnosing On-board Wireless Communication their state and thus protecting them properly. All the electri- Battery state Communication unit with server fied vehicles are equipped with battery packs in which two or more battery cells are connected to each other to achieve CAN the required capacity and voltage. Since the performance of Battery state Battery state each cell varies in response to the operating temperature and estimation unit estimation other conditions of use, it becomes necessary to grasp the Sensor state of each cell depending on the purpose of use of the information battery. Sumitomo Electric Industries, Ltd. has developed a state estimation unit into which a LiB state estimation tech- nology is incorporated, and built this unit into an on-board Fig. 1. System Configuration system which can be linked to a server through the Internet. This paper describes the in-vehicle evaluation results of the system. 3. Outline of Battery State Estimation System 3-1 State quantity of battery For a secondary battery, the state of charge (SOC*1) 2. System Configuration and the state of health (SOH*2) are the key state quantities The configuration of the on-board system we evalu- for representing the remaining capacity or the charge ated in this study is shown in Fig. 1. The system consists of remaining in the battery. SOH is further divided into a battery state estimation unit and on-board wireless capacity retention rate (SOH-C) and an increase in internal communication unit. The former is incorporated with a LiB resistance (SOH-R). SOH-C is defined as the ratio of the state estimation algorithm, while the latter has a function to measured capacity of the battery to the initial fully charged communicate with a cloud server. The battery state estima- capacity of the battery when it was new. SOH-R increases tion unit receives sensor information on the on-board as the battery deteriorates. The state of power (SOP) is also battery, such as current and voltage, from the system used in practice as an important parameter representing the installed in the vehicle, estimates the state of the battery, electric power that can be charged/discharged into/from the SEI TECHNICAL REVIEW · NUMBER 88 · APRIL 2019 · 55 battery. from an increase in diffusion resistance. In the equivalent Estimating these quantities is important to check if the circuit model used for this study, the rapid reaction was vehicle is controlled optimally to retard the deterioration of approximated by Ra, the sum of a resistance component and the battery, use it efficiently, and maximize the fuel effi- electrolyte resistance. The diffusion phenomenon inside the ciency. However, the physical quantities of a battery that electrode, which causes the slow reaction, was represented can be externally measured are only the current, voltage, by the parallel circuit of Rb and Cb. and temperature. It is impossible to directly measure SOC For the parameters of the equivalent circuit model and other state quantities. Various techniques are being shown in Fig. 3, the following approximation formulas studied at present to estimate these quantities, including an (identification formulas) (1) through (5) hold.(4) open-circuit voltage (OCV) estimation technique, an equiv- alent circuit model technique that uses an electric circuit to Ut(k) = b0・i(k) + b1・i(k-1) - a1・Ut(k-1) + f ......... (1) represent a battery, and a nonlinear Kalman filter tech- b0 = Ra ................................................................... (2) nique.(2), (3) b1 = Ts・Ra/(Rb・Cb) + Ts/Cb - Ra ........................ (3) Figure 2 shows the schematic block diagram of the a1 = Ts/(Rb・Cb) - 1 ............................................... (4) battery state estimation system we evaluated in this study. f = (1 + a1)Uocv .................................................... (5) The system combines a few techniques, such as an extended Kalman filter (EKF) and a parameter estimation where, Ut: terminal voltage, i: charge/discharge current, Ts: method that uses an equivalent circuit model of the measuring period, k: an integer representing measuring secondary battery. When externally measurable current, time point voltage, and temperature are inputted in the system, it outputs the estimates of various state quantities of the In this model, θ = (b0, b1, a1, f) is defined as an battery. unknown parameter for estimating θ using the forgetting factor iterative least square method. Once θ is estimated, parameters Ra, Rb, Cb, and Uocv can be determined from formulas (6) through (9), which are derived from the inverse operation of formulas (1) through (5). EKF Voltage Parameter SOC estimation calculation Ra = b0 ................................................................... (6) Rb = (b1 - a1・b0)/(1 + a1) ..................................... (7) Coulomb SOH_C count/ FCC (capacity Cb = Ts/(b1 - a1・b0) ............................................. (8) Current SOC change rate retention rate) Uocv = f /(1 + a1) .................................................. (9) SOH_R (resistance increase ratio) To estimate SOC, a sequential computation is carried out by applying the equivalent circuit parameters, which SOP SOP Temperature calculation are obtained according to the above procedures, to the battery model for EKF. The open circuit voltage Uocv, which is a component of the linear regression formula (1), Fig. 2. Block Diagram of Battery State Estimation System is a physical variable that varies depending on the state of charge (SOC). In this study, we obtained a value by the following procedures and used it as a substitute for the Uocv. First, we estimated the SOC one period before EKF. 3-2 Estimation of the SOC of battery Subsequently, we calculated the value by substituting the The equivalent circuit model shown in Fig. 3 was used estimated SOC into the SOC – OCV relation. to estimate the state quantities of a battery. When a battery is In this model, the parameter estimation error increases charged/discharged, the voltage changes due to a rapid when the absolute value of the current is small or the (about several tens of milliseconds) reaction and slow change amount is small. As a measure to minimize the esti- (between 10 and 20 milliseconds to a few minutes) reaction. mation error, we added a judgment/treatment procedure to The rapid reaction is caused by an electrolyte resistance and the model. charge transfer resistance, while the slow reaction is derived 4. In-Vehicle Evaluation Rb Current i We installed in a commercial electric vehicle (travel Ra distance: over 70,000 km) the state estimation unit incorpo- rated with the battery state estimation algorithm discussed in the preceding section, and carried out an in-vehicle eval- Uocv Terminal Cb voltage uation of the unit by inputting sensor information on the Ut on-board battery. Figure 4 shows the graph of the current and voltage (the average of all cell voltages) measured when the

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    4 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us