Why can’t electric car batteries accurately display the remaining charge?

Because our estimation method uses three data parameters of voltage, current and temperature to estimate the SOC of the battery, the battery itself has decay all the way, and the main problem of the algorithm for estimating the remaining capacity SOC is that the SOC algorithm needs to know the initial SOC , It is necessary to know the capacity of the battery. During the calculation process, due to the accumulation of measurement errors (errors of V, I and T acquisition parameters), it is difficult to regress from a wrong value. Another interesting thing is the charging and discharging of the vehicle during operation. The behavior will jump around. Let’s expand here:

1) Initial SOC: Due to the self-discharge and leakage current of the entire battery pack, single cell, module and even the entire pack, the real SOC will drift when parked for a long time in this mode.

2) Capacity: In fact, according to the concept we know now, if it comes out directly like the one in South Korea, the capacity of the battery will be offset from the factory to the vehicle. Even if the capacity is divided, it will change after a while.

3) Accumulation of errors and sudden errors: Senior Lin showed me a picture. It was a problem in the actual operation of a certain car. The SOC of the whole package was working at about 20%. gone back. If the accumulation of errors cannot be corrected in time, you will be faced with a dilemma, overdraft the monomer and go home with Limp home, or directly tow the car home/

v2-474bb9269a4205e825955c7bdaf2e1c8_720w

Operates in OCV corrected mode. The basic concept here is that OCV corresponds to the calculation of SOC, which can be separated from the initial value and the accumulated error of the measurement, so their core idea is to set the ratio to fuse the two reference values.

v2-e121216c1b2cc77f49b5d07de7f2918d_720w

Of course, it can also be said that OCV is used to correct, no matter who it is, the overall approach is similar.

v2-50919e653803c1e25e76a484d64be926_720w

The difference in the overall steps is not much, lies in the correction method of OCV

1) Based on HPPC data, build a second-order model

v2-d1becf75c871b90de15fbb430177a152_720w

2) Adjust the model parameters through the recursive least square method, by comparing the input and output of the model with the actual result value of the measurement

v2-ed6e85f9418d78a4f9cacc7251baba7d_720w

3) Obtain OCV through the equivalent RC model

v2-0a865eb3c6dee2b1f177a0bd3157b8de_720w

4) Separate the temperature dynamic voltage (Vo) of the battery from Voc, where the hysteresis voltage (Vh) needs to be removed

v2-19cb6a5a7da4a969c512c3ae1c0d6a88_720w

5) Correct the temperature corresponding to Vo and SocV

6) Finally decide on the weights

v2-1df173541df6c5252d93d35b34b31a81_720w

Reference is as follows

v2-cc5fb71588382e0e4acae4a86317ba37_720w

  • Online real-time estimation of the battery parameters of the battery pack to accurately estimate the SOC of the battery pack,
  • It can correct the error of more than 10% of the initial SOC and the error of more than 20% of the ampere-hour capacity in a short time
  • Current measurement errors of several percent can be corrected.

Algorithms maintain estimation accuracy over the life of the battery

v2-6473ee85fe85a2f722de6571081aeb9e_720w

Model-based considerations are definitely necessary. For Kalman filtering, there are still requirements for the operation speed of the MCU.

If the OCV-SOC curve is to be used for correction, the static specification between the entire test needs to be matched with the clock of the following BMS

As Xiaoyu said before:

The SOC-OCV curve is a very important curve for our battery in the SOC calibration process. Usually, after the electric vehicle has been running for a period of time, before the vehicle is stationary and restarted, the BMS will call this curve to correct the SOC value once, and An SOC value update is obtained through a certain algorithm and other correction coefficients, so the accuracy of this curve is particularly important, which may be directly related to the SOC accuracy. Under the severe polarization of the battery, it is obvious that the battery has not reached an absolute steady state, that is to say, the first standing time is not long enough, and the second current between each SOC range adjustment is not small enough. But will there be an absolutely long standing time in the actual working condition, so this actually leads to another question, what kind of SOC-OCV curve do we want, combined with the actual working condition?
A current of 0.05C per 5% SOC, 12 hours of rest time, is considered a very close to steady state test method

In the latest one, if we use the K value to estimate the steady state, it will take about 20 hours for the K value to stop going up, and it will enter the steady state after 40 hours.

v2-c5425ac1337e60b6e22e155ab9dd6c50_720w

The timing of the second part of the correction (should wait for enough rest time to confirm the temperature)

The main problem of the SOC algorithm is that the SOC algorithm needs to know the initial SOC and the capacity of the battery. During the calculation process, due to the measurement error (the error of the V, I and T acquisition parameters) will accumulate, from a wrong value above. It’s hard to get back:

1) Initial SOC: Due to the self-discharge and leakage current of the entire battery pack, single cell, module and even the entire pack, the real SOC will drift when parked for a long time in this mode.

2) Capacity: The capacity of the battery cell is currently not measured, and it is controlled by sampling. The consistency of the capacity is completely handed over to the consistency of the previous raw materials and the production process.

3) Accumulation of errors and sudden errors: After working for a period of time, the benchmark may cause a large deviation due to the load of the algorithm.

v2-ac108530eb288ad61a7f7cfc6ed34b5f_720w

The temperature and time span we use need to match the above, otherwise the resting time is wrong and the voltage will change. At the same time, this data needs to be adjusted according to the minimum and maximum SOC at the time, as well as the correction situation.

Part III Drift of OCV-SOC curve after capacity change

The calibration data of fast charging conditions under certain harsh conditions, the battery is a certain energy-type battery, it can be seen that the data of BOL, about 500 large circles and about 1000 large circles were intercepted in the period of the test span of about one year:

v2-8d699fe5598f70dd1d18657262a39951_720w

v2-b9acf0ff1d5bf7a016ef0adb87e154e2_720w

From the above table, we can clearly see the trend of change,

  • At the same SOC point, the OCV value tends to decrease gradually.
  • From BOL to 1000 laps, each SOC calibration point is reduced by about 10-30mv, and even some SOC points are reduced by nearly 40mv

What is the cause of the OCV drift of some batteries? In fact, these drifts are often accompanied by the capacity attenuation of the battery itself, and the capacity attenuation actually reflects that the positive electrode material of the battery itself may have been partially deactivated, and this This situation may be more pronounced in Li-rich manganese-based cathode materials, because this material may change from a layered structure to a spinel-like structure at the later stage of cycling due to its own poor stability, eventually leading to a voltage plateau. The change. This trend may not be so obvious for other more stable cathode materials.

If we pursue a high-capacity structure later, most of the material changes will cause a drift in the OCV curve after 10% and 20% decay. Different from the experiment done by Xiaoyu above, we need to compare the attenuation according to different attenuation, that is, the attenuation of Fast charging or DST depletion mode, and then compare the difference in OCV.

v2-fd0bc0b50c372f8b4b322996a7005b83_720w

v2-afad9bc1151bc2355cf4b256c7aa00fd_720w

Summary: If you want to get through the data testing, verification and algorithm modeling and use of the entire link, there is a long way to go. To ensure that the characteristics of the entire life cycle are good, it takes a lot of effort.

reference document:

1) “Li-Ion Battery State Estimation and Prognosis” MutasimSalman, XidongTang and Xiaofeng. Mao

2) “Li-ion Battery Parameter Estimation for State of Charge” by Xidong Tang, Xiaofeng Mao, Jian Lin, and Brian Koch

3) US20110309838 “APTIVE BATTERY PARAMETER PXTRACTION AND SOC ESTIMATION FOR ITHIUM’ION BATTERY”

4) US20090091299 “DYNAMICALLY ADAPTIVE METHOD FOR DETERMINING THE sTATE OF CHARGE OF A BATTERY”

Source: Zhihu www.zhihu.com

Author: Zhu Yulong

[Zhihu Daily] The choice of tens of millions of users, to be a big cow to share new things in the circle of friends.
click to download

There are 47 more answers to this question, see all.

Further reading:

How many kilometers will the final range of electric vehicles used by families be more appropriate?

What are the three charging methods of electric vehicles, and what are the advantages and disadvantages of each (urgent)?

This article is reproduced from: http://www.zhihu.com/question/24778938/answer/2525327698?utm_campaign=rss&utm_medium=rss&utm_source=rss&utm_content=title
This site is for inclusion only, and the copyright belongs to the original author.

Leave a Comment