WO2020143193A1 - Method, device, and computer-readable storage medium for estimating charge state of battery - Google Patents

Method, device, and computer-readable storage medium for estimating charge state of battery Download PDF

Info

Publication number
WO2020143193A1
WO2020143193A1 PCT/CN2019/093444 CN2019093444W WO2020143193A1 WO 2020143193 A1 WO2020143193 A1 WO 2020143193A1 CN 2019093444 W CN2019093444 W CN 2019093444W WO 2020143193 A1 WO2020143193 A1 WO 2020143193A1
Authority
WO
WIPO (PCT)
Prior art keywords
charge
state
current
ampere
power battery
Prior art date
Application number
PCT/CN2019/093444
Other languages
French (fr)
Chinese (zh)
Inventor
陶雷
Original Assignee
广州小鹏汽车科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 广州小鹏汽车科技有限公司 filed Critical 广州小鹏汽车科技有限公司
Publication of WO2020143193A1 publication Critical patent/WO2020143193A1/en

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/36Arrangements for testing, measuring or monitoring the electrical condition of accumulators or electric batteries, e.g. capacity or state of charge [SoC]
    • G01R31/367Software therefor, e.g. for battery testing using modelling or look-up tables

Definitions

  • the invention belongs to the technical field of power batteries, and in particular relates to a method, equipment and computer-readable storage medium for estimating the state of charge of a battery.
  • the estimation methods of state of charge SOC mainly include ampere-hour integration method, open circuit voltage (OCV) method, Kalman filter method and neural network method.
  • the ampere-hour integration method is the most important method for current electric vehicle applications due to its low cost and convenient measurement. However, its accuracy is greatly affected by the initial SOC and current sampling accuracy, and the accumulated error for long-term operation cannot be eliminated.
  • the open circuit voltage method is only applicable to the long-term stationary working conditions of the vehicle, and is usually combined with the ampere-hour integration method to modify the initial SOC, but it still cannot solve the cumulative error of the ampere-hour integration discharge process.
  • the Kalman filter algorithm is mainly based on the recursive calculation of the battery equivalent circuit model, which requires high model parameter accuracy and a large amount of calculation. In practical applications, certain working conditions are easily divergent.
  • the embodiments of the present invention provide a method, device and computer-readable storage medium for estimating the state of charge of the battery, which can effectively eliminate the long-term existence of the ampere-hour integration method Accumulated running error.
  • the method includes:
  • the parameter value of the first-order RC equivalent circuit model of the power battery is identified online, and based on the parameter value, the estimated state of charge of the model is obtained; wherein, the matching operating condition represents the current The actual working condition parameter value of the working condition matches the preset parameter value;
  • the state-of-charge of the power battery estimated by the ampere-hour integration method is corrected.
  • the obtaining the state of charge estimated by the model includes: based on the parameter value, obtaining the polarization voltage and the ohmic voltage of the power battery under the matching operating conditions, and calculating the corresponding Open circuit voltage, according to the calculated open circuit voltage through the relationship table formed by the open circuit voltage and the state of charge, to find the corresponding state of charge as the estimated state of charge of the model;
  • the estimation of the state-of-charge of the power battery using the ampere-hour integration method includes: estimating the state-of-charge of the power battery at the current time using the ampere-hour integration method based on the working condition parameter value obtained in real time at the current time; and
  • the modification of the state of charge of the power battery estimated by the ampere-hour integration method includes: in response to the difference between the state of charge at the current moment and the state of charge estimated by the model exceeding the designed error value Using the difference as feedback, the state of charge of the power battery estimated by the ampere-hour integration method is corrected.
  • the method further includes:
  • the method further includes:
  • the current value and the voltage value of the power battery belonging to the matching working condition in the second time period are acquired in real time, based on the current value and the voltage value of the power battery in the second time period, Online identification of the parameter value of the first-order RC equivalent circuit model under the current working condition; the second time period coincides with the first time period or is a different time period.
  • the method further includes:
  • the difference is used as feedback to evaluate the power battery’s Correct the state of charge.
  • the modification of the state of charge of the power battery estimated by the ampere-hour integration method includes:
  • ampere-hour integration correction factor is introduced into the ampere-hour integration method, and the ampere-hour integration correction factor is related to the relationship; based on the ampere-hour integration correction factor, the charge of the power battery estimated by the ampere-hour integration method is corrected status.
  • the relationship between the state-of-charge estimated by the model and the state-of-charge estimated by the ampere-hour integration method is the state-of-charge estimated by the model And the difference between estimating the state of charge of the power battery using the ampere-hour integration method;
  • the relationship between the state-of-charge estimated based on the model and the state-of-charge estimated using the ampere-hour integration method to modify the state-of-charge of the power battery estimated using the ampere-hour integration method includes:
  • the step of returning to the real-time acquisition of the current value of the power battery is continued until all The difference between the current state of charge and the reference state of charge is within the error range compared to the difference.
  • the obtaining the current-time integral correction factor includes: obtaining the current-time integral correction factor based on the user experience adjustment coefficient; the user experience adjustment coefficient characterizes user expectations How fast the state of charge changes;
  • the method further includes: in response to the user changing the user experience adjustment coefficient, re-acquiring the current time ampere point correction coefficient.
  • a device for estimating the state of charge of a battery including: a processor; and a memory storing instructions that when executed by the processor cause the device to perform according to the present invention The method described in the first aspect.
  • a computer-readable storage medium which stores machine-readable instructions, which when executed by the machine causes the machine to execute the description according to the first aspect of the invention method.
  • the technical solution for estimating the state of charge of the battery proposed by the embodiment of the present invention is mainly based on the ampere-hour integration method, and at the same time, combined with the fusion algorithm based on the first-order RC equivalent circuit model of the power battery to identify the parameters online, using
  • the relationship between the two corrects the state of charge of the power battery estimated by the ampere-hour integration method, which not only takes advantage of the high accuracy of the SOC calculated by the ampere-hour integration method in a short time, but also makes full use of the first-order
  • the RC equivalent circuit model has the characteristics of higher SOC estimation accuracy for certain specific working conditions, thereby realizing the correction of the cumulative error of ampere-hour integration, eliminating the accumulated error of long-term operation existing in the existing ampere-hour integration method, and avoiding the equipment (For example, vehicles) Online identification of parameters under complex operating conditions may cause large errors or even divergence, resulting in erroneous corrections.
  • FIG. 1 shows a flowchart of a method for estimating the state of charge of a battery according to an embodiment of the present invention
  • FIG. 2 shows a schematic structural diagram of a first-order RC equivalent circuit model according to an embodiment of the present invention
  • FIG. 3 shows a schematic diagram of a current value and a pre-calibrated operating current curve according to an embodiment of the present invention
  • FIG. 4 shows an exemplary diagram of a U OCV -SOC table according to an embodiment of the invention
  • FIG. 5 shows a flowchart of a method for estimating the state of charge of a battery according to another embodiment of the present invention
  • FIG. 6 shows a flowchart of a method for estimating the state of charge of a battery according to yet another embodiment of the present invention
  • FIG. 7 shows a flowchart of a method for estimating the state of charge of a battery according to yet another embodiment of the present invention.
  • FIG. 8 shows a flowchart of a method for obtaining a state of charge of a power battery at a current time in a method for estimating a state of charge of a battery according to still another embodiment of the present invention
  • FIG. 9 shows a schematic diagram of actual current in different SOC segments of a real vehicle NEDC operating condition in a method for estimating a state of charge of a battery according to still another embodiment of the present invention.
  • FIG. 10 shows an exemplary diagram of ohmic internal resistances of different SOC segments identified under NEDC operating conditions in a method for estimating the state of charge of a battery according to still another embodiment of the present invention
  • FIG. 11 shows an example diagram of the ohmic internal resistance and polarization internal resistance of different SOC segments identified under NEDC operating conditions in a method for estimating the state of charge of a battery according to still another embodiment of the present invention
  • FIG. 12 shows an exemplary diagram of the polarization capacitances of different SOC segments identified under NEDC operating conditions in a method for estimating the state of charge of a battery according to still another embodiment of the present invention
  • FIG. 13 shows an example diagram of online estimation of polarization voltages of different SOC segments under NEDC operating conditions in a method for estimating the state of charge of a battery according to still another embodiment of the present invention
  • FIG. 14 shows a comparison diagram between an open-circuit voltage calculated online at different SOC segments and an actual voltage under NEDC operating conditions in a method for estimating the state of charge of a battery according to yet another embodiment of the present invention
  • FIG. 15 shows the state of charge SOC1 estimated according to the ampere-hour integration method and the state of charge SOC2 estimated according to the first-order RC equivalent circuit model in the method of estimating the state of charge of the battery according to still another embodiment of the present invention.
  • FIG. 16 shows a flowchart of a method for estimating the state of charge of a battery according to another embodiment of the present invention.
  • An embodiment of the present invention provides a method for estimating the state of charge (SOC) of a battery, including:
  • step 100 in response to the current operating condition being a matching operating condition, the parameter value of the first-order RC equivalent circuit model of the power battery is identified online, and based on the parameter value, the state of charge estimated by the model is obtained; wherein, the Matching working condition means that the actual working condition parameter value of the current working condition matches the preset parameter value.
  • this embodiment performs online identification of the first-order RC equivalent circuit model online identification parameter values under matching working conditions, it is possible to avoid the divergence of the battery model in the Kalman filter method from the source, and the calculation accuracy is greatly deviated under individual working conditions Improve the accuracy of the identification results.
  • the working condition parameter value includes at least a power battery voltage value and a power battery current value.
  • the working condition parameter value further includes the current power-on time and the previous power-off time used to characterize the resting time of the power battery.
  • the working condition parameter value may further include the latest state-of-charge value stored at the previous power-up. It should also be understood that the working condition parameter value may also include other working condition parameter values that are favorable for estimating the state of charge of the battery.
  • the battery management system has voltage and current sampling functions. The voltage value of the power battery and the current value of the power battery can be collected in real time by a battery management system (BMS).
  • a battery management system or other collection device may be used to collect the voltage and current values of the power battery during a period of time (such as 1 minute or half a minute) under matching conditions, Online identification of the parameter values of the first-order RC equivalent circuit model under the matching conditions.
  • the period of time can be selected according to the user's driving habits and driving route, combined with actual operating conditions, so that the current value collected during the period of time is more similar to the pre-calibrated operating condition current curve, and can effectively avoid Karl The divergence of the Mann filter method under certain operating conditions further improves the accuracy of the identification results.
  • the first-order RC equivalent circuit model can use the Thevenin model, as shown in FIG. 2, including the open circuit voltage U OCV , the ohmic internal resistance R 0 in series with the open circuit voltage, and the polarization internal resistance R 1 and The first-order RC structure formed by the parallel connection of the polarization capacitor C 1 ; the first-order RC structure is connected in series with the open circuit voltage U OCV and the ohmic internal resistance R 0 .
  • the parameters of the first-order RC equivalent circuit model include the ohmic internal resistance R 0 , the polarization internal resistance R 1, and the polarization capacitance C 1 in the first-order RC equivalent circuit model.
  • the voltage across the first-order RC structure is called the polarization voltage U P
  • the voltage across the ohmic internal resistance R 0 is called the ohmic voltage U 0.
  • the open circuit voltage U OCV It is equal to the sum of the ohmic voltage U 0 , the polarization voltage U P and the acquired voltage value V.
  • step 100 based on the parameter values of the first-order RC equivalent circuit model identified online under the matching conditions, the polarization voltage and ohmic voltage of the power battery under the matching conditions are obtained, and then according to the real-time Obtain the voltage value, calculate the corresponding open circuit voltage, and find the corresponding load according to the calculated open circuit voltage through the relationship table between the open circuit voltage and the state of charge (that is, U OCV -SOC table, or OCV-SOC table)
  • the state of charge is the state of charge estimated by the model.
  • the polarization voltage and the ohmic voltage of the power battery under the matching operating conditions are obtained by calculation Open circuit voltage, so there is no need to recalculate the open circuit voltage using least squares vector machine and other methods, which can greatly reduce the amount of calculation.
  • an estimation method such as Kalman filtering method and least square method can be used to online identify the parameter value of the first-order RC equivalent circuit model under the matching condition.
  • the estimation can also be further performed by using a recursive least squares method with forgetting factors.
  • a device eg, a vehicle
  • the battery management system (BMS) included in the device performs a self-test after the device is powered on.
  • the battery management system (BMS) obtains the operating parameter value of the power battery.
  • determining whether the current operating condition is a matching operating condition may include: matching the current value of the power battery included in the real-time acquired operating parameter value with the pre-calibrated operating current curve, and determining the real-time acquired current value and The similarity of the pre-calibrated operating condition current curve; in response to the similarity being within the threshold, the corresponding operating condition belongs to the matching operating condition, otherwise it does not.
  • the judgment operation may be completed by a battery management system (BMS).
  • BMS battery management system
  • the coordinate values and corresponding working conditions of the pre-calibrated operating condition current curve are stored in the form of a table in the Flash memory of the battery management system (BMS).
  • the battery management system collects in real time a period of time under an actual operating condition Current value, the collected current value is stored in an array, the current value stored in the array and the pre-calibrated working condition current curve stored in the Flash memory are coordinated under the working condition that matches the actual working condition In contrast, when the difference between the two is within the threshold range, the actual operating conditions belong to the matching operating conditions, and vice versa do not.
  • Figure 3 shows a schematic diagram of the current value under actual working conditions and the pre-calibrated working condition current curve. The dotted line in the figure represents the pre-calibrated working condition current curve, and the solid line represents the curve formed by the current value obtained under actual working conditions.
  • the obtained current value has a high similarity to the pre-calibrated condition current curve.
  • the matching working conditions include: deceleration uphill conditions, waiting conditions and uniform speed conditions.
  • step 200 the ampere-hour integration method is used to estimate the state of charge of the power battery.
  • an ampere-hour integration method is used to estimate the state of charge of the power battery at the current time.
  • the initial state of charge of the power battery can be obtained by determining whether the time interval between the current power-on time and the previous power-off time exceeds a preset value, if the time If the interval exceeds the preset value, the corresponding state of charge is searched in the relationship table (ie, U OCV -SOC table) composed of the open circuit voltage and the state of charge according to the voltage value included in the obtained working condition parameter value of the power battery, As the initial state of charge of the power battery; if the time interval does not exceed the preset value, the acquired latest state of charge value stored at the previous power-on is used as the initial state of charge of the power battery.
  • Figure 4 shows an example of a U OCV -SOC table.
  • step 300 based on the relationship between the state of charge estimated by the model and the state of charge estimation of the power battery using the ampere-hour integration method, the state of charge of the power battery estimated by the ampere-hour integration method is performed. Fix.
  • the relationship is the difference between the state-of-charge estimated by the model and the state-of-charge estimated by the ampere-hour integration method.
  • the step 300 may include: in response to the difference between the state-of-charge at the current moment and the state-of-charge estimated by the model exceeding the designed error value, using the difference as feedback to estimate the ampere-hour integration method
  • the state of charge of the power battery is corrected.
  • the designed error value can be set according to different operating conditions. For example, in the uphill deceleration mode, the designed error value can be selected in the range of 1 to 3%; in the waiting mode, the designed error value can be selected in the range of 3 to 5%. In the uniform speed mode, the design The error value can be selected from 6 to 14%.
  • the design error value can be designed according to factors such as the power battery and actual working conditions.
  • the embodiment provides constraint conditions for the correction operation in combination with the working conditions, that is, the difference between the state of charge at the current moment and the state of charge estimated by the model exceeds the design error value before correction is made, which can avoid the The cumulative error within the tolerable range is corrected to reduce the amount of calculation and improve practicality.
  • the error value of the design can be adjusted within the engineering allowable range to meet the user's different accuracy requirements.
  • an ampere-hour integration correction coefficient when correcting the state-of-charge of the power battery estimated by the ampere-hour integration method, an ampere-hour integration correction coefficient can be introduced into the ampere-hour integration method, and the ampere-hour integration correction coefficient represents the correction speed Generally speaking, the larger the ampere-hour integral correction coefficient, the faster the correction speed.
  • the magnitude of the ampere-hour integral correction coefficient is constrained by the relationship (in some embodiments, the relationship is a difference). Based on the ampere-hour integration correction factor, correcting the state of charge of the power battery estimated by the ampere-hour integration method can effectively control the speed of the correction speed, and can satisfy the experience of different users.
  • the ampere-hour integral correction coefficient may be designed as a function of the difference, and the functional relationship is selected based on factors such as actual operating conditions of a specific device (such as a specific vehicle model), user experience, and other factors. For example, if the difference is 5%, when the actual operating conditions are uphill deceleration conditions, assuming that the user prefers a smoother experience, the ampere-hour integral correction factor can be selected to be 1%, and the adoption of slow correction The state of charge of the power battery estimated by the ampere-hour integration method; assuming that the user preference is normal, the ampere-hour integration correction factor can be selected to be 2%.
  • the charge of the power battery estimated by the ampere-hour integration method In one embodiment, in response to the difference between the state of charge at the current moment and the state of charge estimated by the model does not exceed the designed error value, the charge of the power battery estimated by the ampere-hour integration method The status is corrected.
  • the correction operation may be implemented by a battery management system (BMS).
  • BMS battery management system
  • the method for estimating the state of charge of the battery provided by the embodiment of the present invention is to satisfy the matching test condition after verification and testing as a prerequisite for correction.
  • the ampere-hour integration method is mainly used, and the first-order RC based on the power battery is combined.
  • the fusion algorithm of the online identification parameters of the equivalent circuit model under matching working conditions the relationship between the two is used to modify the state of charge of the power battery estimated by the ampere-hour integration method, which not only plays the ampere-hour integration method in a short time
  • the advantage of the calculated SOC accuracy is high, and the first-order RC equivalent circuit model is fully utilized to estimate the high accuracy of the SOC in certain specific conditions (ie, matching conditions), thereby realizing the correction of the cumulative error of the ampere-hour integration.
  • the method for estimating the state of charge of the battery provided by the embodiment of the present invention will be further described by way of example.
  • the implementation process is described based on a specific order, the implementation process is not limited to the specific order described, different steps can be performed in parallel, or in the reverse order, these feasible solutions are all Within the protection scope of the present invention.
  • the matching condition is judged.
  • the method for estimating the state of charge of the battery proposed in this embodiment includes:
  • the current value and the voltage value of the power battery belonging to the matching working condition in the second time period are acquired in real time, based on the current value and the voltage value of the power battery in the second time period, Online identification of the parameter values of the first-order RC equivalent circuit model under the current operating conditions;
  • the difference is used as feedback to evaluate the power battery’s Correct the state of charge.
  • the first time period is verified to test whether the current working condition belongs to the matching working condition, and the parameters of the first-order RC equivalent circuit model are further identified online during the second time period belonging to the matching working condition.
  • the value can avoid the situation of the Kalman filter method, the battery model divergence, and the calculation accuracy are greatly deviated under individual working conditions, and improve the accuracy of the online identification results.
  • the current value and voltage value obtained in real time in the first time period can also be directly used for online identification of the first-order RC equivalent circuit model parameter values; even the first The current value acquired in real time in the time period or the second time period estimates the state of charge at the current moment.
  • This embodiment based on the foregoing embodiment, introduces an ampere-hour integral correction coefficient when correcting the estimated state of charge of the power battery, and the ampere-hour integral correction coefficient is related to the relationship.
  • the relationship is a difference. Take the difference as the cumulative error of ampere-hour integration.
  • the method for estimating the state of charge of the battery proposed in this embodiment as shown in FIG. 6, on the basis of the embodiment 1, the difference is used as feedback to estimate the charge of the power battery using the ampere-hour integration method.
  • the status is revised, including:
  • the step of returning to the real-time acquisition of the current value of the power battery is continued until all The difference between the current state of charge and the reference state of charge is within the error range compared to the difference.
  • the error range is set by the user, or adopts a system preset value.
  • the ampere-hour integral correction factor can be selected based on the current operating condition, current value, and the difference. Generally, it is necessary to ensure that the difference between the current state of charge and the reference state of charge is not Exceed the difference. In the case where the ampere-hour integral correction coefficient remains unchanged, the larger the current value, the larger the amount of correction of the state of charge, then the difference between the current state of charge and the reference state of charge approaches The faster the speed is at or equal to the difference.
  • the ampere-hour integration correction coefficient (that is, the queried ampere-hour integration correction factor as a multiple is used to adjust the current current value) is further introduced into the ampere-hour integration method, and combined with the actual operating conditions and actual current value It can even be combined with user experience to obtain the timing integral correction coefficient, which not only realizes the correction of accumulated error of ampere-hour integration, eliminates the accumulated error of long-term operation existing in the existing ampere-hour integration method, can effectively control the correction speed, and satisfies users Experience.
  • the ampere-hour integral correction coefficient is additionally selected based on user experience.
  • the method for estimating the state of charge of the battery proposed in this embodiment as shown in FIG. 7, on the basis of Embodiment 1, the difference is used as feedback to estimate the charge of the power battery using the ampere-hour integration method.
  • the status is revised, including:
  • the step of returning to the real-time acquisition of the current value of the power battery is continued until all The difference between the current state of charge and the reference state of charge is within an error range compared to the difference.
  • the error range is set by the user, or adopts a system preset value.
  • the user experience adjustment coefficient represents the degree of change in the state of charge expected by the user, and the number can be used to indicate the user experience adjustment coefficient. It can be agreed that the smaller the number, the slower the user's expected state of charge change; the larger the number, the user The faster the desired state of charge changes. Of course, the degree of speed can also be defined in the expressions of fast, medium, and slow, or in other expressions. It can be understood that if the user experience adjustment coefficient is to be maintained, then when the current value becomes smaller, the current-hour integration correction coefficient at the current moment will become larger.
  • the user may change the user experience adjustment coefficient, and when it is detected that the user changes the user experience adjustment coefficient, the ampere-time integral correction coefficient at the current time is re-acquired.
  • This embodiment not only realizes the correction of accumulated error of ampere-hour integration, eliminates the accumulated error of long-term operation existing in the existing ampere-hour integration method, can effectively control the correction speed, and satisfies the user experience.
  • a recursive least squares method with a forgetting factor is used to online identify the parameter value of the first-order RC equivalent circuit model.
  • the following method may be used, and reference may be made to FIG. 8:
  • V represents the voltage value of the power battery at the current moment
  • I represents the current value of the power battery at the current moment
  • R 0 represents the ohmic internal resistance in the first-order RC equivalent circuit model
  • U P represents the first-order RC equivalent circuit model
  • s represents Laplace operator
  • V(k) (1- ⁇ 1 )*U ocv (k)+ ⁇ 1 *V(k-1)+ ⁇ 2 *I(k)+ ⁇ 3 *I(k-1),
  • ⁇ 1 , ⁇ 2 , ⁇ 3 are the coefficients, k represents the current moment, k-1 represents the last moment, U ocv (k) represents the open-circuit voltage at the current moment, and V(k-1) represents the last moment
  • I(k) represents the current value at the current moment
  • I(k-1) represents the current value at the previous moment
  • ⁇ (k) represents the state matrix
  • ⁇ (k) represents the system matrix
  • ⁇ (k) [1V(k-1)I(k)I(k-1)],
  • ⁇ (k) [(1- ⁇ 1 )*U ocv (k) ⁇ 1 ⁇ 2 ⁇ 3 ]';
  • K P k-1 * ⁇ (k-1)/( ⁇ ′(k-1)*P k-1 * ⁇ (k-1)+ ⁇ ),
  • P k-1 is the estimated covariance at the last moment, where P 0 is a given value, ⁇ is the forgetting factor, and the value range is 0.95 to 1. In an embodiment, the forgetting factor may be 0.98.
  • ⁇ t represents the sampling interval
  • FIG. 9 shows the NEC (New European Driving Cycle, or the new standard European cycle) of different SOC segments. Test) Schematic diagram of actual vehicle current under operating conditions;
  • Figure 10 shows examples of ohmic internal resistance and polarization internal resistance identified in different SOC segments under NEDC operating conditions;
  • Figure 11 shows different SOC segments identified under NEDC operating conditions Examples of ohmic internal resistance and polarization internal resistance, the dotted line in the figure indicates the polarization internal resistance, and the solid line indicates the ohmic internal resistance;
  • Figure 12 shows an example of the polarization capacitance of different SOC segments identified under NEDC operating conditions; then According to the zero state and zero input response of the first-order RC circuit, the current polarization of the power battery can be calculated online.
  • FIG. 13 Refer to the polarization voltage U P calculated online for different SOC segments under the NEDC operating condition shown in FIG. 13; electromotive force of the battery current, in order to achieve real-time estimate can stand when not long battery open circuit voltage at the current time,
  • Figure 14 shows the line after elimination of the estimated polarization SOC NEDC, under various sections of the open circuit voltage U ocv It can be understood from the graph of the actual voltage that the deviation between the open-circuit voltage U ocv estimated online and the actual voltage after the polarization is eliminated is the sum of the polarization voltage U Pk and the ohmic voltage (I*R 0 ), and thus can The state-of-charge SOC2 at the current moment is estimated.
  • Figure 15 shows the state-of-charge SOC1 estimated by the ampere-hour integration method for NEDC and the current state-of-charge SOC2 estimated by the first-order RC equivalent circuit model.
  • the value range of SOC may be 0-100%, and the different SOC segments here represent a certain segment within the entire value range of 0-100%.
  • This embodiment uses the least square method to estimate the state of charge SOC2 at the current time for the collected voltage and current values, which is different from the conventional real-time online continuous estimation, but selects the actual working condition and the preset working condition (select the most commonly used Operating conditions) Identify parameters online under similar matching operating conditions.
  • the parameters in the first-order RC equivalent circuit model (such as the forgetting factor) are also pre-matched with the actual operating conditions, thereby realizing the recursive process from offline data to online data . It avoids the problem of the identification data divergence when the input voltage and current conditions are complicated by the conventional online identification method, while retaining the advantages of the ampere-hour integration method and the higher accuracy of the SOC calculation in a short time. It can realize the real-time online calibration of the accumulated error existing in the ampere-hour integration method.
  • This embodiment takes the power battery as the power battery of the vehicle as an example, and further describes the method for estimating the state of charge of the battery provided by the embodiment of the present invention.
  • the method for estimating the state of charge of the battery proposed in this embodiment is shown in FIG. 16, and the method includes:
  • the vehicle is powered on, and if the battery management system (BMS) is powered on, the self-test is normal. If the self-test is normal, continue to collect the power battery voltage value and power battery current value in real time, and obtain the power battery last power-on The latest stored state-of-charge value, the current power-on time and the previous power-off time; after the battery management system (BMS) is high-voltage, in response to judging that the current working condition is a matching working condition, perform subsequent operations (subsequent operations The description order does not represent the execution order of the operations);
  • the static time of the power battery is calculated according to the current power-on time and the previous power-off time, and it is determined whether the power battery's static time exceeds the preset value t1, if the power battery's static time exceeds the preset value t1, query the U OCV -SOC table based on the real-time collected voltage value, and obtain the corresponding state of charge as the initial state of charge of the power battery SOC_int, otherwise, the latest state of charge value stored in the previous power battery will be obtained , As the initial state of charge of the power battery SOC_int;
  • the ampere-hour integration method is used to continuously estimate the state of charge of the power battery SOC1 in real time
  • the estimated state of charge SOC1 of the power battery is taken as the current state of charge, where SOC_int represents the initial state of charge of the power battery, I represents the current value collected in real time at the current time, and Cp is the current battery capacity;
  • V represents the voltage value of the power battery at the current moment
  • I represents the current value of the power battery at the current moment
  • R 0 represents the ohmic internal resistance in the first-order RC equivalent circuit model
  • UC represents the first-order RC equivalent circuit model
  • the deviation value ⁇ SOC0 is used as the accumulated error of the ampere-hour integration, and is used as feedback to the subsequent state of charge of the power battery estimated by the ampere-hour integration method SOC to amend;
  • the calibration method can be corrected by the state of charge estimated at each sampling time of the ampere-hour integration or the amount of change in the state of charge estimated at each sampling time, and the correction speed depends on the ampere-hour integration correction coefficient
  • Ki Fun ( ⁇ SOC0)
  • ⁇ SOC0 Fun ( ⁇ SOC0)
  • This embodiment takes a specific application scenario as an example to describe the method for estimating the state of charge of the battery.
  • the method for estimating the state of charge of the battery proposed in this embodiment combines the first order based on the power battery through the ampere-hour integration method
  • the fusion algorithm of RC equivalent circuit model online identification parameters not only takes advantage of the high accuracy of the SOC calculated by the ampere-hour integration method in a short time, but also makes full use of some specific tools suitable for the first-order RC equivalent circuit model It has the characteristics of high SOC estimation accuracy, thereby realizing the correction of accumulated error of ampere-hour integration, eliminating the accumulated error of long-term operation existing in the existing ampere-hour integration method, and avoiding the possibility of online identification of parameters under complex operating conditions. Large error or even divergence leads to the situation of erroneous correction.
  • An embodiment of the present invention further proposes a device for estimating the state of charge of a battery, including a processor and a memory storing instructions that, when executed by the processor, cause the electronic device to perform actions to implement the present invention. Any of the methods described in the examples.
  • Embodiments of the present invention also provide a computer-readable storage medium that stores machine-readable instructions, which when executed by a machine, causes the machine to perform any method described according to the embodiments of the present invention.
  • a "computer-readable medium” may be any device that can contain, store, communicate, propagate, or transmit a program for use by or in connection with an instruction execution system, apparatus, or device.
  • computer-readable media include the following: electrical connections (electronic devices) with one or more wires, portable computer cartridges (magnetic devices), random access memory (RAM), Read only memory (ROM), erasable and editable read only memory (EPROM or flash memory), fiber optic devices, and portable compact disk read only memory (CDROM).
  • the computer-readable medium may even be paper or other suitable medium on which the program can be printed, because, for example, by optically scanning the paper or other medium, followed by editing, interpretation, or other appropriate if necessary Process to obtain the program electronically and then store it in computer memory.
  • each part of the present invention may be implemented by hardware, software, firmware, or a combination thereof.
  • multiple steps or methods may be implemented with software or firmware stored in memory and executed by a suitable instruction execution system.
  • a logic gate circuit for implementing a logic function on a data signal
  • PGA programmable gate arrays
  • FPGA field programmable gate arrays
  • the term “including” and its various variations may be understood as open-ended terms, which means “including but not limited to.”
  • the term “based on” may be understood as “based at least in part on.”
  • the term “one embodiment” may be understood as “at least one embodiment”.
  • the term “another embodiment” may be understood as “at least one other embodiment”.
  • the descriptions of the terms “one embodiment”, “another embodiment”, “some embodiments”, “examples”, “specific examples” or “some examples” mean specific features and structures described in conjunction with the embodiment or example , Materials or features are included in at least one embodiment or example of the present invention.
  • the schematic expression of the above term does not necessarily refer to the same embodiment or example.
  • the specific features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Secondary Cells (AREA)

Abstract

Provided are a method, a device, and computer-readable storage medium for estimating the charge state of a battery, wherein the method includes: in response to the current operating condition being a matching operating condition, identifying the parameter value of the first-order RC equivalent circuit model of the power battery online, and obtaining the charge state estimated by the model on the basis of the parameter value (100); estimating the charge state of the power battery using the ampere-hour integration method (200); and on the basis of the relationship between the charge state estimated by the model and the charge state of the power battery estimated by using the ampere-hour integration method, correcting the charge state of the power battery estimated by using the ampere-hour integration method (300). The technical solution for estimating the charge state of the battery proposed in the embodiment uses the parameter value of the specific operating condition to realize the accumulated error correction of the ampere-hour integration, eliminating the accumulated error of long-term operation in the prior ampere-hour integration method, avoiding the situation that online identifying parameter of the device under complex operating condition may cause large errors or even divergence and error correction.

Description

估算电池荷电状态的方法、设备及计算机可读存储介质Method, equipment and computer-readable storage medium for estimating battery state of charge 技术领域Technical field
本发明属于动力电池技术领域,具体涉及一种估算电池荷电状态的方法、设备及计算机可读存储介质。The invention belongs to the technical field of power batteries, and in particular relates to a method, equipment and computer-readable storage medium for estimating the state of charge of a battery.
背景技术Background technique
随着当前新能源事业发展,纯电动汽车越来越普及,人们对于电动汽车的性能、功能、安全等要求在不断提高。动力电池作为电动汽车的核心部件,对动力电池进行管理的电池管理系统BMS要求也越来越高。荷电状态SOC反映动力电池剩余容量状态,电池管理系统BMS对动力电池SOC估算的准确性对提高电池的安全可靠性、提高电池能量利用率、延长电池寿命具有重要意义。With the current development of the new energy industry, pure electric vehicles are becoming more and more popular, and people's requirements for the performance, function, and safety of electric vehicles are constantly increasing. Power batteries are the core components of electric vehicles, and the battery management system BMS that manages power batteries is becoming increasingly demanding. The state-of-charge SOC reflects the remaining capacity state of the power battery. The accuracy of the battery management system BMS estimation of the power battery SOC is of great significance for improving the safety and reliability of the battery, improving the battery energy utilization rate, and extending the battery life.
荷电状态SOC的估算方法主要有安时积分法、开路电压(OCV)法、卡尔曼滤波法和神经网络法等。其中安时积分法因其成本低、测量方便等优点,是当前电动汽车应用的最主要方法,但其精度受初始SOC和电流采样精度影响较大,对于长时间运行累计的误差无法消除。而开路电压法仅适用于车辆长时静置工况下,通常与安时积分法结合修正初始SOC,但仍不能解决安时积分放电过程累计误差。卡尔曼滤波算法当前主要是基于电池等效电路模型进行递推计算,对模型参数精度要求较高,且计算量较大,实际应用过程中某些工况容易发散。The estimation methods of state of charge SOC mainly include ampere-hour integration method, open circuit voltage (OCV) method, Kalman filter method and neural network method. Among them, the ampere-hour integration method is the most important method for current electric vehicle applications due to its low cost and convenient measurement. However, its accuracy is greatly affected by the initial SOC and current sampling accuracy, and the accumulated error for long-term operation cannot be eliminated. The open circuit voltage method is only applicable to the long-term stationary working conditions of the vehicle, and is usually combined with the ampere-hour integration method to modify the initial SOC, but it still cannot solve the cumulative error of the ampere-hour integration discharge process. The Kalman filter algorithm is mainly based on the recursive calculation of the battery equivalent circuit model, which requires high model parameter accuracy and a large amount of calculation. In practical applications, certain working conditions are easily divergent.
因此,有必要对消除安时积分法存在的累计误差的技术方案进行研究。Therefore, it is necessary to study the technical solution to eliminate the cumulative error existing in the ampere-hour integration method.
发明内容Summary of the invention
为了解决上述安时积分法存在的累计误差的技术问题,本发明实施例提出了一种估算电池荷电状态的方法、设备及计算机可读存储介质,能够有效消除安时积分法存在的长时间运行累计的误差。In order to solve the technical problem of the cumulative error existing in the ampere-hour integration method, the embodiments of the present invention provide a method, device and computer-readable storage medium for estimating the state of charge of the battery, which can effectively eliminate the long-term existence of the ampere-hour integration method Accumulated running error.
在本发明的第一方面,提出了一种估算电池荷电状态的方法。该方法包括:In the first aspect of the present invention, a method for estimating the state of charge of the battery is proposed. The method includes:
响应于当前工况属于匹配工况,在线辨识动力电池的一阶RC等效电路模型的参数值,并基于所述参数值,获取模型估算的荷电状态;其中,所述匹配工况表示当前工况的实际工况参数值与预设参数值相匹配;In response to the current operating condition being a matching operating condition, the parameter value of the first-order RC equivalent circuit model of the power battery is identified online, and based on the parameter value, the estimated state of charge of the model is obtained; wherein, the matching operating condition represents the current The actual working condition parameter value of the working condition matches the preset parameter value;
采用安时积分法估算动力电池的荷电状态;以及Estimate the state of charge of the power battery using the ampere-hour integration method; and
基于所述模型估算的荷电状态与所述采用安时积分法估算动力电池的荷电状态之间的关系,对采用安时积分法估算的动力电池的荷电状态进行修正。Based on the relationship between the state-of-charge estimated by the model and the state-of-charge estimated by the ampere-hour integration method, the state-of-charge of the power battery estimated by the ampere-hour integration method is corrected.
在第一方面的某些实施例中,所述获取模型估算的荷电状态包括:基于所述参数值,获取动力电池在所述匹配工况下的极化电压和欧姆电压,并计算对应的开路电压,根据所述计算的开路电压通过开路电压与荷电状态构成的关系表,查找对应的荷电状态,作为所述模型估算的荷电状态;In some embodiments of the first aspect, the obtaining the state of charge estimated by the model includes: based on the parameter value, obtaining the polarization voltage and the ohmic voltage of the power battery under the matching operating conditions, and calculating the corresponding Open circuit voltage, according to the calculated open circuit voltage through the relationship table formed by the open circuit voltage and the state of charge, to find the corresponding state of charge as the estimated state of charge of the model;
所述采用安时积分法估算动力电池的荷电状态包括:基于在当前时刻实时获取的工况参数值,采用安时积分法,估算动力电池在当前时刻的荷电状态;以及The estimation of the state-of-charge of the power battery using the ampere-hour integration method includes: estimating the state-of-charge of the power battery at the current time using the ampere-hour integration method based on the working condition parameter value obtained in real time at the current time; and
所述对采用安时积分法估算的动力电池的荷电状态进行修正,包括:响应于所述当前时刻的荷电状态与所述模型估算的荷电状态之间的差值超过设计的误差值,以所述差值作为反馈,对采用安时积分法估算的动力电池的荷电状态进行修正。The modification of the state of charge of the power battery estimated by the ampere-hour integration method includes: in response to the difference between the state of charge at the current moment and the state of charge estimated by the model exceeding the designed error value Using the difference as feedback, the state of charge of the power battery estimated by the ampere-hour integration method is corrected.
在第一方面的某些实施例中,所述方法还包括:In some embodiments of the first aspect, the method further includes:
实时获取第一时间段的动力电池的电流值,并判断动力电池所处的当前工况;Obtain the current value of the power battery in the first time period in real time, and determine the current working condition of the power battery;
将所述第一时间段的电流值与在所述当前工况下的预先标定的工况电流曲线进行比较,判断所述第一时间段的电流值与预先标定的工况电流曲线的相似度;以及Comparing the current value of the first time period with the pre-calibrated operating current curve under the current operating conditions, and judging the similarity between the current value of the first time period and the pre-calibrated operating current curve ;as well as
响应于相似度在阈值范围内,则判断当前工况属于匹配工况。In response to the similarity being within the threshold range, it is determined that the current operating condition belongs to the matching operating condition.
在第一方面的某些实施例中,所述方法还包括:In some embodiments of the first aspect, the method further includes:
响应于当前工况属于匹配工况,实时获取同属所述匹配工况的第二时间段的动力电池的电流值和电压值,基于所述第二时间段的动力电池的电流值和电压值,在线辨识一阶RC等效电路模型在所述当前工况下的参数值;所述第二时间段与所述第一时间段重合或者为不同时间段。In response to the current working condition belonging to the matching working condition, the current value and the voltage value of the power battery belonging to the matching working condition in the second time period are acquired in real time, based on the current value and the voltage value of the power battery in the second time period, Online identification of the parameter value of the first-order RC equivalent circuit model under the current working condition; the second time period coincides with the first time period or is a different time period.
在第一方面的某些实施例中,所述方法还包括:In some embodiments of the first aspect, the method further includes:
实时获取动力电池在当前时刻的电流值和电压值,根据当前时刻的电流值和电压值以及所述参数值,获取动力电池在所述匹配工况下的极化电压和欧姆电压,并根据基尔霍夫定律,计算对应的开路电压,根据所述计算的开路电压在开路电压与荷电状态构成的关系表中查找对应的荷电状态,作为模型估算的荷电状态;同时,根据所述当前时刻的电流值和初始荷电状态,采用安时积分法,估算动力电池在当前时刻的 荷电状态;Obtain the current value and voltage value of the power battery at the current time in real time, and obtain the polarization voltage and the ohmic voltage of the power battery under the matching operating conditions according to the current value and the voltage value at the current time and the parameter value, and according to the basis Erhoff's law, calculate the corresponding open circuit voltage, and find the corresponding state of charge in the relationship table between the open circuit voltage and the state of charge according to the calculated open circuit voltage, as the state of charge estimated by the model; at the same time, according to the The current value and initial state of charge of the current moment, using the ampere-hour integration method, to estimate the state of charge of the power battery at the current moment;
响应于所述当前时刻的荷电状态与所述模型估算的荷电状态之间的差值超过设计的误差值,以所述差值作为反馈,对之后采用安时积分法估算的动力电池的荷电状态进行修正。In response to the difference between the state-of-charge at the current moment and the state-of-charge estimated by the model exceeding the designed error value, the difference is used as feedback to evaluate the power battery’s Correct the state of charge.
在第一方面的某些实施例中,所述对采用安时积分法估算的动力电池的荷电状态进行修正,包括:In some embodiments of the first aspect, the modification of the state of charge of the power battery estimated by the ampere-hour integration method includes:
在安时积分法中引入安时积分修正系数,所述安时积分修正系数与所述关系有关;基于所述安时积分修正系数,修正所述采用安时积分法估算的动力电池的荷电状态。An ampere-hour integration correction factor is introduced into the ampere-hour integration method, and the ampere-hour integration correction factor is related to the relationship; based on the ampere-hour integration correction factor, the charge of the power battery estimated by the ampere-hour integration method is corrected status.
在第一方面的某些实施例中,其中所述所述模型估算的荷电状态与所述采用安时积分法估算动力电池的荷电状态之间的关系为所述模型估算的荷电状态与所述采用安时积分法估算动力电池的荷电状态之间的差值;In some embodiments of the first aspect, wherein the relationship between the state-of-charge estimated by the model and the state-of-charge estimated by the ampere-hour integration method is the state-of-charge estimated by the model And the difference between estimating the state of charge of the power battery using the ampere-hour integration method;
所述基于所述模型估算的荷电状态与所述采用安时积分法估算动力电池的荷电状态之间的关系,对采用安时积分法估算的动力电池的荷电状态进行修正,包括:The relationship between the state-of-charge estimated based on the model and the state-of-charge estimated using the ampere-hour integration method to modify the state-of-charge of the power battery estimated using the ampere-hour integration method includes:
实时获取动力电池的当前电流值,根据所述当前电流值和初始荷电状态,采用安时积分法,估算动力电池的荷电状态,并将其作为基准荷电状态;Obtain the current value of the power battery in real time, use the ampere-hour integration method to estimate the state of charge of the power battery based on the current value and the initial state of charge, and use it as the reference state of charge;
获取当前时刻的安时积分修正系数,将所述当前时刻的安时积分修正系数作为倍数调整所述当前电流值;根据所述调整的当前电流值和初始荷电状态,采用安时积分法,估算动力电池的荷电状态,并将其作为当前荷电状态;Obtain the current ampere-hour integration correction coefficient at the current time, and adjust the current current value using the current-time ampere-hour integration correction coefficient as a multiple; according to the adjusted current current value and initial state of charge, use the ampere-hour integration method, Estimate the state of charge of the power battery and use it as the current state of charge;
响应于所述当前荷电状态与所述基准荷电状态之间的差异与所述差值相比没有位于误差范围内,返回所述实时获取动力电池的当前电流值的步骤继续执行,直到所述当前荷电状态与所述基准荷电状态之间的差异与所述差值相比位于所述误差范围内。In response to that the difference between the current state of charge and the reference state of charge is not within an error range compared to the difference, the step of returning to the real-time acquisition of the current value of the power battery is continued until all The difference between the current state of charge and the reference state of charge is within the error range compared to the difference.
在第一方面的某些实施例中,所述获取当前时刻的安时积分修正系数,包括:基于用户体验调整系数,获取当前时刻的安时积分修正系数;所述用户体验调整系数表征用户期望的荷电状态变化快慢程度;In some embodiments of the first aspect, the obtaining the current-time integral correction factor includes: obtaining the current-time integral correction factor based on the user experience adjustment coefficient; the user experience adjustment coefficient characterizes user expectations How fast the state of charge changes;
所述方法还包括:响应于用户更改所述用户体验调整系数,重新获取当前时刻的安时积分修正系数。The method further includes: in response to the user changing the user experience adjustment coefficient, re-acquiring the current time ampere point correction coefficient.
在本发明的第二方面,提出一种估算电池荷电状态的设备,包括:处理器;以及存储有指令的存储器,所述指令在被所述处理器执行时促使所述设备执行根据本发明第一方面所描述的方法。In a second aspect of the present invention, a device for estimating the state of charge of a battery is provided, including: a processor; and a memory storing instructions that when executed by the processor cause the device to perform according to the present invention The method described in the first aspect.
在本发明的第三方面,提出一种计算机可读存储介质,其存储有机器可读的指令,所述指令在由所述机器执行时使得所述机器执行根据本发明第一方面所描述的方法。In a third aspect of the present invention, a computer-readable storage medium is provided which stores machine-readable instructions, which when executed by the machine causes the machine to execute the description according to the first aspect of the invention method.
本发明的有益效果:本发明实施例提出的估算电池荷电状态的技术方案,以安时积分法为主,同时结合基于动力电池的一阶RC等效电路模型在线辨识参数的融合算法,利用两者的关系对之后采用安时积分法估算的动力电池的荷电状态进行修正,既发挥了安时积分法在短时间内计算的SOC精度较高的优点,又充分利用了适用于一阶RC等效电路模型的某些特定工况估算SOC精度较高的特点,从而实现了安时积分累计误差校正,消除了现有安时积分法存在的长时间运行累计的误差,并且避免了设备(例如车辆)在复杂工况下在线辨识参数可能引起误差较大甚至发散导致出现误修正的情形。Beneficial effect of the present invention: The technical solution for estimating the state of charge of the battery proposed by the embodiment of the present invention is mainly based on the ampere-hour integration method, and at the same time, combined with the fusion algorithm based on the first-order RC equivalent circuit model of the power battery to identify the parameters online, using The relationship between the two corrects the state of charge of the power battery estimated by the ampere-hour integration method, which not only takes advantage of the high accuracy of the SOC calculated by the ampere-hour integration method in a short time, but also makes full use of the first-order The RC equivalent circuit model has the characteristics of higher SOC estimation accuracy for certain specific working conditions, thereby realizing the correction of the cumulative error of ampere-hour integration, eliminating the accumulated error of long-term operation existing in the existing ampere-hour integration method, and avoiding the equipment (For example, vehicles) Online identification of parameters under complex operating conditions may cause large errors or even divergence, resulting in erroneous corrections.
附图说明BRIEF DESCRIPTION
图1示出根据本发明的一个实施例的估算电池荷电状态的方法的流程图;FIG. 1 shows a flowchart of a method for estimating the state of charge of a battery according to an embodiment of the present invention;
图2示出根据本发明的一个实施例的一阶RC等效电路模型的结构示意图;2 shows a schematic structural diagram of a first-order RC equivalent circuit model according to an embodiment of the present invention;
图3示出根据本发明的一个实施例的电流值与预先标定的工况电流曲线的示意图;3 shows a schematic diagram of a current value and a pre-calibrated operating current curve according to an embodiment of the present invention;
图4示出根据本发明的一个实施例的一种U OCV-SOC表的示例图; 4 shows an exemplary diagram of a U OCV -SOC table according to an embodiment of the invention;
图5示出根据本发明的另一实施例的估算电池荷电状态的方法的流程图;5 shows a flowchart of a method for estimating the state of charge of a battery according to another embodiment of the present invention;
图6示出根据本发明的又一实施例的估算电池荷电状态的方法的流程图;6 shows a flowchart of a method for estimating the state of charge of a battery according to yet another embodiment of the present invention;
图7示出根据本发明的再一实施例的估算电池荷电状态的方法的流程图;7 shows a flowchart of a method for estimating the state of charge of a battery according to yet another embodiment of the present invention;
图8示出根据本发明的再一实施例的估算电池荷电状态的方法中获取动力电池在当前时刻的荷电状态的方法的流程图;8 shows a flowchart of a method for obtaining a state of charge of a power battery at a current time in a method for estimating a state of charge of a battery according to still another embodiment of the present invention;
图9示出根据本发明的再一实施例的估算电池荷电状态的方法中实车NEDC工况在不同SOC段的实际电流示意图;9 shows a schematic diagram of actual current in different SOC segments of a real vehicle NEDC operating condition in a method for estimating a state of charge of a battery according to still another embodiment of the present invention;
图10示出根据本发明的再一实施例的估算电池荷电状态的方法中NEDC工况下辨识的不同SOC段的欧姆内阻的示例图;10 shows an exemplary diagram of ohmic internal resistances of different SOC segments identified under NEDC operating conditions in a method for estimating the state of charge of a battery according to still another embodiment of the present invention;
图11示出根据本发明的再一实施例的估算电池荷电状态的方法中NEDC工况下辨识的不同SOC段的欧姆内阻和极化内阻的示例图;11 shows an example diagram of the ohmic internal resistance and polarization internal resistance of different SOC segments identified under NEDC operating conditions in a method for estimating the state of charge of a battery according to still another embodiment of the present invention;
图12示出根据本发明的再一实施例的估算电池荷电状态的方法中NEDC工况下辨识的不同SOC段的极化电容的示例图;12 shows an exemplary diagram of the polarization capacitances of different SOC segments identified under NEDC operating conditions in a method for estimating the state of charge of a battery according to still another embodiment of the present invention;
图13示出根据本发明的再一实施例的估算电池荷电状态的方法中NEDC工况下不同SOC段在线估算的 极化电压的示例图;13 shows an example diagram of online estimation of polarization voltages of different SOC segments under NEDC operating conditions in a method for estimating the state of charge of a battery according to still another embodiment of the present invention;
图14示出根据本发明的再一实施例的估算电池荷电状态的方法中NEDC工况下不同SOC段在线计算的开路电压与实际电压之间的对比图示;14 shows a comparison diagram between an open-circuit voltage calculated online at different SOC segments and an actual voltage under NEDC operating conditions in a method for estimating the state of charge of a battery according to yet another embodiment of the present invention;
图15示出根据本发明的再一实施例的估算电池荷电状态的方法中NEDC工况根据安时积分法估算的荷电状态SOC1和根据一阶RC等效电路模型估算的荷电状态SOC2的示例图;FIG. 15 shows the state of charge SOC1 estimated according to the ampere-hour integration method and the state of charge SOC2 estimated according to the first-order RC equivalent circuit model in the method of estimating the state of charge of the battery according to still another embodiment of the present invention. Example diagram of
图16示出根据本发明的另一实施例的估算电池荷电状态的方法的流程图。FIG. 16 shows a flowchart of a method for estimating the state of charge of a battery according to another embodiment of the present invention.
具体实施方式detailed description
为使本发明的目的、技术方案和优点更加清楚明白,以下结合具体实施例,并参照附图,对本发明进一步详细说明。但本领域技术人员知晓,本发明并不局限于附图和以下实施例。In order to make the objectives, technical solutions and advantages of the present invention clearer, the present invention will be further described in detail in conjunction with specific embodiments and with reference to the accompanying drawings. However, those skilled in the art know that the present invention is not limited to the drawings and the following embodiments.
本发明实施例提出了一种估算电池荷电状态(SOC)的方法,包括:An embodiment of the present invention provides a method for estimating the state of charge (SOC) of a battery, including:
在步骤100中,响应于当前工况属于匹配工况,在线辨识动力电池的一阶RC等效电路模型的参数值,并基于所述参数值,获取模型估算的荷电状态;其中,所述匹配工况表示当前工况的实际工况参数值与预设参数值相匹配。In step 100, in response to the current operating condition being a matching operating condition, the parameter value of the first-order RC equivalent circuit model of the power battery is identified online, and based on the parameter value, the state of charge estimated by the model is obtained; wherein, the Matching working condition means that the actual working condition parameter value of the current working condition matches the preset parameter value.
由于本实施例是在匹配工况下进行一阶RC等效电路模型在线辨识参数值的在线辨识,因此能够从源头避免卡尔曼滤波法存在的电池模型发散、计算精度在个别工况下偏差大的情况,提高辨识的结果的准确性。Since this embodiment performs online identification of the first-order RC equivalent circuit model online identification parameter values under matching working conditions, it is possible to avoid the divergence of the battery model in the Kalman filter method from the source, and the calculation accuracy is greatly deviated under individual working conditions Improve the accuracy of the identification results.
在本实施例中,所述工况参数值至少包括动力电池的电压值和动力电池的电流值。在一个实施例中,所述工况参数值还包括用来表征动力电池的静置时间的本次上电的时间和前次下电的时间。在另一个实施例中,所述工况参数值还可以包括前次上电存储的最新荷电状态值。应当还可以理解,所述工况参数值还可以包括其他对于估算电池荷电状态有利的工况参数的值。在一个实施例中,电池管理系统(BMS)具有电压、电流采样功能。所述动力电池的电压值和动力电池的电流值可以由电池管理系统(BMS)实时采集。In this embodiment, the working condition parameter value includes at least a power battery voltage value and a power battery current value. In one embodiment, the working condition parameter value further includes the current power-on time and the previous power-off time used to characterize the resting time of the power battery. In another embodiment, the working condition parameter value may further include the latest state-of-charge value stored at the previous power-up. It should also be understood that the working condition parameter value may also include other working condition parameter values that are favorable for estimating the state of charge of the battery. In one embodiment, the battery management system (BMS) has voltage and current sampling functions. The voltage value of the power battery and the current value of the power battery can be collected in real time by a battery management system (BMS).
另外,在某些实施例中,在步骤100中,可以利用电池管理系统(BMS)等采集设备采集匹配工况下一段时间(例如1分钟或者半分钟)内动力电池的电压值和电流值,在线辨识一阶RC等效电路模型在所述匹配工况下的参数值。所述一段时间可以按照用户的驾驶习惯和行车路线,结合实际工况进行选取,使得所述一段时间采集的电流值与预先标定的工况电流曲线的相似度更高,能够更有效地避免卡尔曼滤波法在某些工况下的发散问题,进一步提高辨识的结果的准确性。In addition, in some embodiments, in step 100, a battery management system (BMS) or other collection device may be used to collect the voltage and current values of the power battery during a period of time (such as 1 minute or half a minute) under matching conditions, Online identification of the parameter values of the first-order RC equivalent circuit model under the matching conditions. The period of time can be selected according to the user's driving habits and driving route, combined with actual operating conditions, so that the current value collected during the period of time is more similar to the pre-calibrated operating condition current curve, and can effectively avoid Karl The divergence of the Mann filter method under certain operating conditions further improves the accuracy of the identification results.
在一个实施例中,一阶RC等效电路模型可以采用Thevenin模型,可以参考图2所示,包括开路电压U OCV、与开路电压串联的欧姆内阻R 0以及由极化内阻R 1和极化电容C 1并联构成的一阶RC结构;一阶RC结构与开路电压U OCV和欧姆内阻R 0串联。一阶RC等效电路模型参数包括一阶RC等效电路模型中的欧姆内阻R 0、极化内阻R 1和极化电容C 1。一阶RC结构两端的电压称为极化电压U P,欧姆内阻R 0两端的电压称为欧姆电压U 0,根据一阶RC等效电路模型和基尔霍夫定律可知,开路电压U OCV等于欧姆电压U 0、极化电压U P与获取的电压值V之和。 In one embodiment, the first-order RC equivalent circuit model can use the Thevenin model, as shown in FIG. 2, including the open circuit voltage U OCV , the ohmic internal resistance R 0 in series with the open circuit voltage, and the polarization internal resistance R 1 and The first-order RC structure formed by the parallel connection of the polarization capacitor C 1 ; the first-order RC structure is connected in series with the open circuit voltage U OCV and the ohmic internal resistance R 0 . The parameters of the first-order RC equivalent circuit model include the ohmic internal resistance R 0 , the polarization internal resistance R 1, and the polarization capacitance C 1 in the first-order RC equivalent circuit model. The voltage across the first-order RC structure is called the polarization voltage U P , and the voltage across the ohmic internal resistance R 0 is called the ohmic voltage U 0. According to the first-order RC equivalent circuit model and Kirchhoff’s law, the open circuit voltage U OCV It is equal to the sum of the ohmic voltage U 0 , the polarization voltage U P and the acquired voltage value V.
进一步地,在步骤100中,基于一阶RC等效电路模型在所述匹配工况下在线辨识的参数值,获取动力电池在所述匹配工况下的极化电压和欧姆电压,再根据实时获取的电压值,计算对应的开路电压,根据所述计算的开路电压通过开路电压与荷电状态构成的关系表(即U OCV-SOC表,或者称为OCV-SOC表),查找对应的荷电状态,作为所述模型估算的荷电状态。在所述实施例中,基于一阶RC等效电路模型在所述匹配工况下在线辨识的参数值,获取动力电池在所述匹配工况下的极化电压和欧姆电压后,通过计算获取开路电压,因此无需利用最小二乘法向量机等方式重新递推计算开路电压,可以极大减少计算量。 Further, in step 100, based on the parameter values of the first-order RC equivalent circuit model identified online under the matching conditions, the polarization voltage and ohmic voltage of the power battery under the matching conditions are obtained, and then according to the real-time Obtain the voltage value, calculate the corresponding open circuit voltage, and find the corresponding load according to the calculated open circuit voltage through the relationship table between the open circuit voltage and the state of charge (that is, U OCV -SOC table, or OCV-SOC table) The state of charge is the state of charge estimated by the model. In the embodiment, based on the parameter values of the first-order RC equivalent circuit model identified online under the matching operating conditions, the polarization voltage and the ohmic voltage of the power battery under the matching operating conditions are obtained by calculation Open circuit voltage, so there is no need to recalculate the open circuit voltage using least squares vector machine and other methods, which can greatly reduce the amount of calculation.
另外,本一实施例中,可以采用卡尔曼滤波法和最小二乘法等估算方法,在线辨识一阶RC等效电路模型在所述匹配工况下在线辨识参数值的方法。In addition, in this embodiment, an estimation method such as Kalman filtering method and least square method can be used to online identify the parameter value of the first-order RC equivalent circuit model under the matching condition.
也可以进一步地利用带遗忘因子递推最小二乘法来进行所述估算。The estimation can also be further performed by using a recursive least squares method with forgetting factors.
在某些应用场景中,在步骤100之前,还包括动力电池所在的设备(例如车辆)上电,该设备包括的电池管理系统(BMS)在设备上电后进行自检的步骤。在一个实施例中,在自检结果为正常时,所述电池管理系统(BMS)获取动力电池的工况参数值。In some application scenarios, before step 100, a device (eg, a vehicle) where the power battery is located is powered on, and the battery management system (BMS) included in the device performs a self-test after the device is powered on. In one embodiment, when the self-test result is normal, the battery management system (BMS) obtains the operating parameter value of the power battery.
在一实施例中,判断当前工况是否属于匹配工况可以包括:将实时获取的运行参数值包括的动力电池的电流值与预先标定的工况电流曲线进行匹配,判断实时获取的电流值与预先标定的工况电流曲线的相似度;响应于相似度在阈值范围内,对应的工况属于匹配工况,反之则不属于。所述判断操作可以由电池管理系统(BMS)来完成。例如,在电池管理系统(BMS)的Flash闪存中以表格的形式存储预先标定的工况电流曲线的坐标值及对应工况,电池管理系统(BMS)实时采集某实际工况下的一段时间的电流值,采集的电流值存放在一个数组中,将该数组中存放的电流值与Flash闪存中存储的预先标定的工况电流曲线中与所述实际工况相符的工况下的坐标值进行对比,当两者的差值在所述阈值范围内,所述实际工况则属于 所述匹配工况,反之则不属于。图3给出了实际工况下的电流值与预先标定的工况电流曲线的示意图,图中虚线表示预先标定的工况电流曲线,实线表示实际工况下获取的电流值构成的曲线。从图中可以直观地了解到,在上坡减速工况的区域、候车工况的区域以及在匀速工况的区域,获取的电流值与预先标定的工况电流曲线的相似度高。申请人经过验证测试发现,在图中所示的情形下,所述匹配工况包括:上坡减速工况、候车工况和匀速工况。In an embodiment, determining whether the current operating condition is a matching operating condition may include: matching the current value of the power battery included in the real-time acquired operating parameter value with the pre-calibrated operating current curve, and determining the real-time acquired current value and The similarity of the pre-calibrated operating condition current curve; in response to the similarity being within the threshold, the corresponding operating condition belongs to the matching operating condition, otherwise it does not. The judgment operation may be completed by a battery management system (BMS). For example, the coordinate values and corresponding working conditions of the pre-calibrated operating condition current curve are stored in the form of a table in the Flash memory of the battery management system (BMS). The battery management system (BMS) collects in real time a period of time under an actual operating condition Current value, the collected current value is stored in an array, the current value stored in the array and the pre-calibrated working condition current curve stored in the Flash memory are coordinated under the working condition that matches the actual working condition In contrast, when the difference between the two is within the threshold range, the actual operating conditions belong to the matching operating conditions, and vice versa do not. Figure 3 shows a schematic diagram of the current value under actual working conditions and the pre-calibrated working condition current curve. The dotted line in the figure represents the pre-calibrated working condition current curve, and the solid line represents the curve formed by the current value obtained under actual working conditions. It can be intuitively understood from the figure that in the areas of uphill deceleration conditions, areas of waiting conditions and areas of constant speed conditions, the obtained current value has a high similarity to the pre-calibrated condition current curve. The applicant found through verification tests that, under the situation shown in the figure, the matching working conditions include: deceleration uphill conditions, waiting conditions and uniform speed conditions.
在步骤200中,采用安时积分法估算动力电池的荷电状态。In step 200, the ampere-hour integration method is used to estimate the state of charge of the power battery.
在一实施例中,根据动力电池的初始荷电状态和在当前时刻实时获取的动力电池的电流值,采用安时积分法,估算所述动力电池在当前时刻的荷电状态。进一步地,在一实施例中,动力电池的初始荷电状态可以通过以下方法获得:判断本次上电的时间与前次下电的时间之间的时间间隔是否超过预设值,如果该时间间隔超过所述预设值,则根据获取的动力电池的工况参数值包括的电压值在开路电压与荷电状态构成的关系表(即U OCV-SOC表)中查找对应的荷电状态,作为动力电池的初始荷电状态;如果该时间间隔未超过所述预设值,则将获取的前次上电存储的最新荷电状态值作为动力电池的初始荷电状态。图4给出了一种U OCV-SOC表的示例,通过已知U OCV-SOC表,可以查询到对应的荷电状态。 In one embodiment, according to the initial state of charge of the power battery and the current value of the power battery obtained in real time at the current time, an ampere-hour integration method is used to estimate the state of charge of the power battery at the current time. Further, in an embodiment, the initial state of charge of the power battery can be obtained by determining whether the time interval between the current power-on time and the previous power-off time exceeds a preset value, if the time If the interval exceeds the preset value, the corresponding state of charge is searched in the relationship table (ie, U OCV -SOC table) composed of the open circuit voltage and the state of charge according to the voltage value included in the obtained working condition parameter value of the power battery, As the initial state of charge of the power battery; if the time interval does not exceed the preset value, the acquired latest state of charge value stored at the previous power-on is used as the initial state of charge of the power battery. Figure 4 shows an example of a U OCV -SOC table. By knowing the U OCV -SOC table, the corresponding state of charge can be queried.
以及在步骤300中,基于所述模型估算的荷电状态与所述采用安时积分法估算动力电池的荷电状态之间的关系,对采用安时积分法估算的动力电池的荷电状态进行修正。And in step 300, based on the relationship between the state of charge estimated by the model and the state of charge estimation of the power battery using the ampere-hour integration method, the state of charge of the power battery estimated by the ampere-hour integration method is performed. Fix.
在一实施例中,所述关系为所述模型估算的荷电状态与所述采用安时积分法估算动力电池的荷电状态之间的差值。所述步骤300可以包括:响应于当前时刻的荷电状态与所述模型估算的荷电状态之间的差值超过设计的误差值,以所述差值作为反馈,对采用安时积分法估算的动力电池的荷电状态进行修正。在该实施例中,所述设计的误差值可以根据不同的工况进行设定。举例来说,在上坡减速工况,设计的误差值可以选择的范围为1~3%;在候车工况,设计的误差值可以选择的范围为3~5%,在匀速工况,设计的误差值可以选择的范围为6~14%。可以理解,设计的误差值可以根据动力电池、实际工况等因素进行设计。所述实施例结合工况情况给出修正操作的约束条件,即当前时刻的荷电状态与所述模型估算的荷电状态之间的差值超过设计的误差值,才进行修正,可以避免对容忍范围内的累计误差进行修正,减少计算量,提高实用性。并且所述实施例可以通过对设计的误差值在工程容许范围内进行调整,以满足用户的不同精度要求。In one embodiment, the relationship is the difference between the state-of-charge estimated by the model and the state-of-charge estimated by the ampere-hour integration method. The step 300 may include: in response to the difference between the state-of-charge at the current moment and the state-of-charge estimated by the model exceeding the designed error value, using the difference as feedback to estimate the ampere-hour integration method The state of charge of the power battery is corrected. In this embodiment, the designed error value can be set according to different operating conditions. For example, in the uphill deceleration mode, the designed error value can be selected in the range of 1 to 3%; in the waiting mode, the designed error value can be selected in the range of 3 to 5%. In the uniform speed mode, the design The error value can be selected from 6 to 14%. It can be understood that the design error value can be designed according to factors such as the power battery and actual working conditions. The embodiment provides constraint conditions for the correction operation in combination with the working conditions, that is, the difference between the state of charge at the current moment and the state of charge estimated by the model exceeds the design error value before correction is made, which can avoid the The cumulative error within the tolerable range is corrected to reduce the amount of calculation and improve practicality. In addition, in the embodiment, the error value of the design can be adjusted within the engineering allowable range to meet the user's different accuracy requirements.
进一步地,在一实施例中,在修正采用安时积分法估算的动力电池的荷电状态时,可以在安时积分法中引入安时积分修正系数,所述安时积分修正系数表征修正速度的快慢,一般而言,安时积分修正系数越大,修正速度越快。所述安时积分修正系数的大小受所述关系(在某些实施例中,所述关系为差值)约束。基于安时积分修正系数,修正所述采用安时积分法估算的动力电池的荷电状态,可以有效控制修正速度的快慢,并且可以满足不同用户的体验。在某些实施例中,所述安时积分修正系数可以设计为所述差值的函数,该函数关系基于具体设备(例如具体车型)的实际工况、用户体验等因素综合选取。举例来说,如果所述差值为5%,当实际工况处于上坡减速工况时,假设用户偏好为较平缓的体验,可以选取安时积分修正系数为1%,缓慢修正所述采用安时积分法估算的动力电池的荷电状态;假设用户偏好为正常,可以选取安时积分修正系数为2%。Further, in an embodiment, when correcting the state-of-charge of the power battery estimated by the ampere-hour integration method, an ampere-hour integration correction coefficient can be introduced into the ampere-hour integration method, and the ampere-hour integration correction coefficient represents the correction speed Generally speaking, the larger the ampere-hour integral correction coefficient, the faster the correction speed. The magnitude of the ampere-hour integral correction coefficient is constrained by the relationship (in some embodiments, the relationship is a difference). Based on the ampere-hour integration correction factor, correcting the state of charge of the power battery estimated by the ampere-hour integration method can effectively control the speed of the correction speed, and can satisfy the experience of different users. In some embodiments, the ampere-hour integral correction coefficient may be designed as a function of the difference, and the functional relationship is selected based on factors such as actual operating conditions of a specific device (such as a specific vehicle model), user experience, and other factors. For example, if the difference is 5%, when the actual operating conditions are uphill deceleration conditions, assuming that the user prefers a smoother experience, the ampere-hour integral correction factor can be selected to be 1%, and the adoption of slow correction The state of charge of the power battery estimated by the ampere-hour integration method; assuming that the user preference is normal, the ampere-hour integration correction factor can be selected to be 2%.
在一个实施例中,响应于所述当前时刻的荷电状态与所述模型估算的荷电状态之间的差值未超过设计的误差值,不对采用安时积分法估算的动力电池的荷电状态进行修正。In one embodiment, in response to the difference between the state of charge at the current moment and the state of charge estimated by the model does not exceed the designed error value, the charge of the power battery estimated by the ampere-hour integration method The status is corrected.
应当理解,在对采用安时积分法估算的动力电池的荷电状态进行修正结束后,当再次满足匹配工况的条件时,可以再次在线辨识一阶RC等效电路模型的参数值,或者也可以在当前工况未发生变化时,直接使用前次在线辨识的所述模型的参数值,进行下次修正操作。It should be understood that after the correction of the state of charge of the power battery estimated by the ampere-hour integration method is completed, when the conditions of the matching operating conditions are met again, the parameter values of the first-order RC equivalent circuit model can be identified online again, or When the current working condition has not changed, the parameter value of the model identified online last time can be directly used for the next correction operation.
在一个实施例中,所述修正操作可以通过电池管理系统(BMS)实现。In one embodiment, the correction operation may be implemented by a battery management system (BMS).
本发明实施例提出的估算电池荷电状态的方法,以满足经过验证测试的匹配工况为修正的前提条件,在估算时,以安时积分法为主,同时结合基于动力电池的一阶RC等效电路模型在匹配工况下在线辨识参数的融合算法,利用两者的关系对之后采用安时积分法估算的动力电池的荷电状态进行修正,既发挥了安时积分法在短时间内计算的SOC精度较高的优点,又充分利用了一阶RC等效电路模型在某些特定工况(即匹配工况)估算SOC精度较高的特点,从而实现了安时积分累计误差校正,消除了现有安时积分法存在的长时间运行累计的误差,并且避免了设备(例如车辆)在复杂工况下在线辨识参数可能引起误差较大甚至发散导致出现误修正的情形,确保了辨识的结果的准确性,并且计算量小,计算精度高。The method for estimating the state of charge of the battery provided by the embodiment of the present invention is to satisfy the matching test condition after verification and testing as a prerequisite for correction. In the estimation, the ampere-hour integration method is mainly used, and the first-order RC based on the power battery is combined. The fusion algorithm of the online identification parameters of the equivalent circuit model under matching working conditions, the relationship between the two is used to modify the state of charge of the power battery estimated by the ampere-hour integration method, which not only plays the ampere-hour integration method in a short time The advantage of the calculated SOC accuracy is high, and the first-order RC equivalent circuit model is fully utilized to estimate the high accuracy of the SOC in certain specific conditions (ie, matching conditions), thereby realizing the correction of the cumulative error of the ampere-hour integration. It eliminates the accumulated error of long-term operation existing in the existing safety integration method, and avoids the situation that the equipment (such as the vehicle) online identification parameters under complex working conditions may cause large errors or even divergence, resulting in erroneous correction, ensuring identification The accuracy of the results is small, and the calculation amount is small, and the calculation accuracy is high.
为了更清楚地说明本发明实施例提出的修正方案,下面对本发明实施例提出的估算电池荷电状态的方法进行进一步地示例描述。在以下实施例中,尽管基于特定的顺序描述了实现的过程,但实现的过程并不限于所描述的特定的顺序,不同的步骤可以并行执行、或者以相反的顺序执行,这些可行的方案均在本发明的保护范围之内。In order to more clearly explain the correction scheme provided by the embodiment of the present invention, the method for estimating the state of charge of the battery provided by the embodiment of the present invention will be further described by way of example. In the following embodiments, although the implementation process is described based on a specific order, the implementation process is not limited to the specific order described, different steps can be performed in parallel, or in the reverse order, these feasible solutions are all Within the protection scope of the present invention.
实施例1:Example 1:
在本实施例1中,在估算一阶RC等效电路模型的参数值之前,先进行匹配工况的判断。具体来说,本实施例提出的估算电池荷电状态的方法,如图5所示,包括:In the first embodiment, before the parameter value of the first-order RC equivalent circuit model is estimated, the matching condition is judged. Specifically, the method for estimating the state of charge of the battery proposed in this embodiment, as shown in FIG. 5, includes:
实时获取第一时间段的动力电池的电流值,并判断动力电池所处的当前工况,将所述第一时间段的电流值与在所述当前工况下的预先标定的工况电流曲线进行比较,判断所述第一时间段的电流值与预先标定的工况电流曲线的相似度;响应于相似度在阈值范围内,则判断当前工况属于匹配工况;Obtain the current value of the power battery in the first time period in real time, and determine the current operating condition of the power battery, and compare the current value of the first time period with the pre-calibrated operating current curve under the current operating condition A comparison is made to determine the similarity between the current value of the first time period and the pre-calibrated operating current curve; in response to the similarity being within the threshold, the current operating condition is determined to be a matching operating condition;
响应于当前工况属于匹配工况,实时获取同属所述匹配工况的第二时间段的动力电池的电流值和电压值,基于所述第二时间段的动力电池的电流值和电压值,在线辨识一阶RC等效电路模型在所述当前工况下的参数值;In response to the current working condition belonging to the matching working condition, the current value and the voltage value of the power battery belonging to the matching working condition in the second time period are acquired in real time, based on the current value and the voltage value of the power battery in the second time period, Online identification of the parameter values of the first-order RC equivalent circuit model under the current operating conditions;
实时获取动力电池在当前时刻的电流值和电压值,根据当前时刻的电流值和电压值以及所述参数值,获取动力电池在所述匹配工况下的极化电压和欧姆电压,并根据基尔霍夫定律,计算对应的开路电压,根据所述计算的开路电压在开路电压与荷电状态构成的关系表中查找对应的荷电状态,作为模型估算的荷电状态;同时,根据所述当前时刻的电流值和初始荷电状态,采用安时积分法,估算动力电池在当前时刻的荷电状态;Obtain the current value and voltage value of the power battery at the current time in real time, and obtain the polarization voltage and the ohmic voltage of the power battery under the matching operating conditions according to the current value and the voltage value at the current time and the parameter value, and according to the basis Erhoff's law, calculate the corresponding open circuit voltage, and find the corresponding state of charge in the relationship table between the open circuit voltage and the state of charge according to the calculated open circuit voltage, as the state of charge estimated by the model; at the same time, according to the The current value and initial state of charge of the current moment, using the ampere-hour integration method, to estimate the state of charge of the power battery at the current moment;
响应于所述当前时刻的荷电状态与所述模型估算的荷电状态之间的差值超过设计的误差值,以所述差值作为反馈,对之后采用安时积分法估算的动力电池的荷电状态进行修正。In response to the difference between the state-of-charge at the current moment and the state-of-charge estimated by the model exceeding the designed error value, the difference is used as feedback to evaluate the power battery’s Correct the state of charge.
在本实施例1中,通过在第一时间段验证测试当前工况是否属于匹配工况,并且进一步地在同属所述匹配工况的第二时间段在线辨识一阶RC等效电路模型的参数值,能够避免卡尔曼滤波法存在的电池模型发散、计算精度在个别工况下偏差大的情况,提高在线辨识结果的准确性。另外,在当前工况比较稳定的情况下,也可以直接采用第一时间段实时获取的电流值和电压值,进行一阶RC等效电路模型参数值的在线辨识;甚至还可以直接采用第一时间段或者第二时间段实时获取的电流值估算所述当前时刻的荷电状态。In this embodiment 1, the first time period is verified to test whether the current working condition belongs to the matching working condition, and the parameters of the first-order RC equivalent circuit model are further identified online during the second time period belonging to the matching working condition. The value can avoid the situation of the Kalman filter method, the battery model divergence, and the calculation accuracy are greatly deviated under individual working conditions, and improve the accuracy of the online identification results. In addition, when the current working conditions are relatively stable, the current value and voltage value obtained in real time in the first time period can also be directly used for online identification of the first-order RC equivalent circuit model parameter values; even the first The current value acquired in real time in the time period or the second time period estimates the state of charge at the current moment.
实施例2:Example 2:
本实施例在前述实施例的基础上,在修正估算的动力电池的荷电状态时,引入了安时积分修正系数,所述安时积分修正系数与所述关系有关,在本实施例中,所述关系为差值。将所述差值作为安时积分累计误差。This embodiment, based on the foregoing embodiment, introduces an ampere-hour integral correction coefficient when correcting the estimated state of charge of the power battery, and the ampere-hour integral correction coefficient is related to the relationship. In this embodiment, The relationship is a difference. Take the difference as the cumulative error of ampere-hour integration.
本实施例提出的估算电池荷电状态的方法,如图6所示,在实施例1的基础上,所述以所述差值作为反馈,对采用安时积分法估算的动力电池的荷电状态进行修正,包括:The method for estimating the state of charge of the battery proposed in this embodiment, as shown in FIG. 6, on the basis of the embodiment 1, the difference is used as feedback to estimate the charge of the power battery using the ampere-hour integration method. The status is revised, including:
实时获取动力电池的当前电流值,根据所述当前电流值和初始荷电状态,采用安时积分法,估算动力电池的荷电状态,并将其作为基准荷电状态;Obtain the current value of the power battery in real time, use the ampere-hour integration method to estimate the state of charge of the power battery based on the current value and the initial state of charge, and use it as the reference state of charge;
获取当前时刻的安时积分修正系数,将所述当前时刻的安时积分修正系数作为倍数调整所述当前电流值;根据所述调整的当前电流值和初始荷电状态,采用安时积分法,估算动力电池的荷电状态,并将其作为当前荷电状态;Obtain the current ampere-hour integration correction coefficient at the current time, and adjust the current current value using the current-time ampere-hour integration correction coefficient as a multiple; according to the adjusted current current value and initial state of charge, use the ampere-hour integration method, Estimate the state of charge of the power battery and use it as the current state of charge;
响应于所述当前荷电状态与所述基准荷电状态之间的差异与所述差值相比没有位于误差范围内,返回所述实时获取动力电池的当前电流值的步骤继续执行,直到所述当前荷电状态与所述基准荷电状态之间的差异与所述差值相比位于所述误差范围内。In response to that the difference between the current state of charge and the reference state of charge is not within an error range compared to the difference, the step of returning to the real-time acquisition of the current value of the power battery is continued until all The difference between the current state of charge and the reference state of charge is within the error range compared to the difference.
其中,所述误差范围由用户设定,或者采用系统预设值。Wherein, the error range is set by the user, or adopts a system preset value.
在一实施例中,安时积分修正系数可以基于当前工况、当前电流值和所述差值进行选取,通常要保证所述当前荷电状态与所述基准荷电状态之间的差异不会超过所述差值。在安时积分修正系数保持不变的情况下,当前电流值越大,则表示荷电状态的修正量越大,那么所述当前荷电状态与所述基准荷电状态之间的差异趋近于或者等于所述差值的速度越快。In an embodiment, the ampere-hour integral correction factor can be selected based on the current operating condition, current value, and the difference. Generally, it is necessary to ensure that the difference between the current state of charge and the reference state of charge is not Exceed the difference. In the case where the ampere-hour integral correction coefficient remains unchanged, the larger the current value, the larger the amount of correction of the state of charge, then the difference between the current state of charge and the reference state of charge approaches The faster the speed is at or equal to the difference.
本实施例中,通过进一步地在安时积分法中引入安时积分修正系数(即所述查询的安时积分修正系数作为倍数调整所述当前电流值),并且结合实际工况、实际电流值甚至可以结合用户体验获取定时积分修正系数,不仅实现了安时积分累计误差校正,消除了现有安时积分法存在的长时间运行累计的误差,能够对修正速度进行有效控制,并且满足了用户体验。In this embodiment, the ampere-hour integration correction coefficient (that is, the queried ampere-hour integration correction factor as a multiple is used to adjust the current current value) is further introduced into the ampere-hour integration method, and combined with the actual operating conditions and actual current value It can even be combined with user experience to obtain the timing integral correction coefficient, which not only realizes the correction of accumulated error of ampere-hour integration, eliminates the accumulated error of long-term operation existing in the existing ampere-hour integration method, can effectively control the correction speed, and satisfies users Experience.
实施例3:Example 3:
本实施例3在前述实施例的基础上,所述安时积分修正系数还附加地基于用户体验进行选取。In the third embodiment, based on the foregoing embodiment, the ampere-hour integral correction coefficient is additionally selected based on user experience.
本实施例提出的估算电池荷电状态的方法,如图7所示,在实施例1的基础上,所述以所述差值作为反馈,对采用安时积分法估算的动力电池的荷电状态进行修正,包括:The method for estimating the state of charge of the battery proposed in this embodiment, as shown in FIG. 7, on the basis of Embodiment 1, the difference is used as feedback to estimate the charge of the power battery using the ampere-hour integration method. The status is revised, including:
实时获取动力电池的当前电流值,根据所述当前电流值和初始荷电状态,采用安时积分法,估算动力 电池的荷电状态,并将其作为基准荷电状态;Obtain the current value of the power battery in real time, and use the ampere-hour integration method to estimate the state of charge of the power battery based on the current value and the initial state of charge, and use it as the reference state of charge;
基于用户体验调整系数,获取当前时刻的安时积分修正系数,将所述当前时刻的安时积分修正系数作为倍数调整所述当前电流值;根据所述调整的当前电流值和初始荷电状态,采用安时积分法,估算动力电池的荷电状态,并将其作为当前荷电状态;Based on the user experience adjustment coefficient, obtain the current ampere-hour integration correction factor at the current time, and adjust the current current value using the current-time ampere-hour integration correction factor as a multiple; according to the adjusted current current value and initial state of charge, Use the ampere-hour integration method to estimate the state of charge of the power battery and use it as the current state of charge;
响应于所述当前荷电状态与所述基准荷电状态之间的差异与所述差值相比没有位于误差范围内,返回所述实时获取动力电池的当前电流值的步骤继续执行,直到所述当前荷电状态与所述基准荷电状态之间的差异与所述差值相比位于误差范围内。In response to that the difference between the current state of charge and the reference state of charge is not within an error range compared to the difference, the step of returning to the real-time acquisition of the current value of the power battery is continued until all The difference between the current state of charge and the reference state of charge is within an error range compared to the difference.
其中,所述误差范围由用户设定,或者采用系统预设值。Wherein, the error range is set by the user, or adopts a system preset value.
所述用户体验调整系数表征用户期望的荷电状态变化快慢程度,可以用数字表示用户体验调整系数,可以约定,数字越小,表示用户期望的荷电状态变化越慢;数字越大,表示用户期望的荷电状态变化越快。当然,也可以以快、中、慢等表示方式定义快慢程度,或者以其他表示方式定义快慢程度。可以理解,如果要保证用户体验调整系数不变,那么在当前电流值变小时,则当前时刻的安时积分修正系数会变大。The user experience adjustment coefficient represents the degree of change in the state of charge expected by the user, and the number can be used to indicate the user experience adjustment coefficient. It can be agreed that the smaller the number, the slower the user's expected state of charge change; the larger the number, the user The faster the desired state of charge changes. Of course, the degree of speed can also be defined in the expressions of fast, medium, and slow, or in other expressions. It can be understood that if the user experience adjustment coefficient is to be maintained, then when the current value becomes smaller, the current-hour integration correction coefficient at the current moment will become larger.
在一实施例中,用户可以更改所述用户体验调整系数,当检测到用户更改所述用户体验调整系数时,重新获取当前时刻的安时积分修正系数。In an embodiment, the user may change the user experience adjustment coefficient, and when it is detected that the user changes the user experience adjustment coefficient, the ampere-time integral correction coefficient at the current time is re-acquired.
本实施例不仅实现了安时积分累计误差校正,消除了现有安时积分法存在的长时间运行累计的误差,能够对修正速度进行有效控制,并且满足了用户体验。This embodiment not only realizes the correction of accumulated error of ampere-hour integration, eliminates the accumulated error of long-term operation existing in the existing ampere-hour integration method, can effectively control the correction speed, and satisfies the user experience.
实施例4:Example 4:
在本实施例中,采用带遗忘因子递推最小二乘法,在线辨识所述一阶RC等效电路模型的参数值。针对前述实施例中的获取模型估算的荷电状态,例如可以采用以下方法,可参考图8所示:In this embodiment, a recursive least squares method with a forgetting factor is used to online identify the parameter value of the first-order RC equivalent circuit model. For the state of charge estimated by the acquisition model in the foregoing embodiment, for example, the following method may be used, and reference may be made to FIG. 8:
根据一阶RC等效电路模型,由基尔霍夫定律可以得到开路电压U OCV的表达式, According to the first-order RC equivalent circuit model, the expression of open circuit voltage U OCV can be obtained from Kirchhoff's law,
U OCV=V+I*R 0+U pU OCV = V+I*R 0 +U p ,
其中,V表示动力电池在当前时刻的电压值,I表示动力电池在当前时刻的电流值,R 0表示一阶RC等效电路模型中的欧姆内阻,U P表示一阶RC等效电路模型中由动力电池的极化内阻R 1和动力电池的极化电容C 1并联构成的一阶RC结构的两端电压,或者称为极化电压; Among them, V represents the voltage value of the power battery at the current moment, I represents the current value of the power battery at the current moment, R 0 represents the ohmic internal resistance in the first-order RC equivalent circuit model, and U P represents the first-order RC equivalent circuit model The voltage at both ends of the first-order RC structure formed by the parallel connection of the polarization internal resistance R 1 of the power battery and the polarization capacitance C 1 of the power battery, or called the polarization voltage;
将开路电压化U OCV的表达式转化为传递函数G(s), Convert the expression of open circuit voltage U OCV into the transfer function G(s),
Figure PCTCN2019093444-appb-000001
Figure PCTCN2019093444-appb-000001
其中,s表示拉普拉斯算子;Among them, s represents Laplace operator;
再将传递函数G(s)进一步离散化,得到离散化后的函数V(k),Then further discretize the transfer function G(s) to obtain the discretized function V(k),
V(k)=(1-θ 1)*U ocv(k)+θ 1*V(k-1)+θ 2*I(k)+θ 3*I(k-1), V(k)=(1-θ 1 )*U ocv (k)+θ 1 *V(k-1)+θ 2 *I(k)+θ 3 *I(k-1),
其中,θ 1、θ 2、θ 3为各项系数,k表示当前时刻,k-1表示上一时刻,U ocv(k)表示当前时刻的开路电压,V(k-1)表示上一时刻采集的电压值,I(k)表示当前时刻的电流值,I(k-1)表示上一时刻的电流值; Among them, θ 1 , θ 2 , θ 3 are the coefficients, k represents the current moment, k-1 represents the last moment, U ocv (k) represents the open-circuit voltage at the current moment, and V(k-1) represents the last moment The collected voltage value, I(k) represents the current value at the current moment, and I(k-1) represents the current value at the previous moment;
将离散化后的函数V(k)转化为最小二乘方程式:Convert the discretized function V(k) to the least squares equation:
V(k)=θ(k)*φ(k),V(k)=θ(k)*φ(k),
其中,θ(k)表示状态矩阵,φ(k)表示系统矩阵:Among them, θ(k) represents the state matrix, and φ(k) represents the system matrix:
φ(k)=[1V(k-1) I(k) I(k-1)],,φ(k)=[1V(k-1)I(k)I(k-1)],,
θ(k)=[(1-θ 1)*U ocv(k) θ 1 θ 2 θ 3]’; θ(k)=[(1-θ 1 )*U ocv (k) θ 1 θ 2 θ 3 ]';
计算增益K,Calculate the gain K,
K=P k-1*φ(k-1)/(φ’(k-1)*P k-1*φ(k-1)+λ), K=P k-1 *φ(k-1)/(φ′(k-1)*P k-1 *φ(k-1)+λ),
式中,P k-1为上一时刻估计的协方差,其中P 0为给定值,λ为遗忘因子,取值范围为0.95~1,在一实施例中,遗忘因子可以为0.98。 In the formula, P k-1 is the estimated covariance at the last moment, where P 0 is a given value, λ is the forgetting factor, and the value range is 0.95 to 1. In an embodiment, the forgetting factor may be 0.98.
更新协方差:Update covariance:
P k=(I-K*φ’(k))*P k-1/λ, P k = (IK*φ'(k))*P k-1 /λ,
辨识参数θ(k):Identification parameter θ(k):
θ(k)=θ(k-1)+K*(V-φ’(k)*θ(k-1)),θ(k)=θ(k-1)+K*(V-φ’(k)*θ(k-1)),
对辨识的参数θ(k)进行参数分离,可以得到一阶RC等效电路模型的参数:By separating the identified parameter θ(k), the parameters of the first-order RC equivalent circuit model can be obtained:
Figure PCTCN2019093444-appb-000002
Figure PCTCN2019093444-appb-000002
Figure PCTCN2019093444-appb-000003
Figure PCTCN2019093444-appb-000003
Figure PCTCN2019093444-appb-000004
Figure PCTCN2019093444-appb-000004
估算极化电压U PkEstimate the polarization voltage U Pk :
Figure PCTCN2019093444-appb-000005
Figure PCTCN2019093444-appb-000005
其中,Δt表示采样间隔;Among them, Δt represents the sampling interval;
计算开路电压U OCVCalculate the open circuit voltage U OCV :
U ocv(k)=V(k)+I k*R p+Up kU ocv (k)=V(k)+I k *R p +Up k ;
根据计算的开路电压U OCV,查询U OCV-SOC表,得到模型估算的荷电状态SOC2。 According to the calculated open circuit voltage U OCV , query the U OCV -SOC table to obtain the state of charge SOC2 estimated by the model.
本实施例基于一阶RC等效电路模型并根据在线工况实现了对参数的在线辨识,图9给出了不同SOC段NEDC(New European Driving Cycle,新欧洲驾驶周期,或称新标欧洲循环测试)工况的实车电流示意图;图10给出了NEDC工况下辨识的不同SOC段的欧姆内阻和极化内阻的示例;图11给出了NEDC工况下辨识的不同SOC段的欧姆内阻和极化内阻的示例,图中虚线表示极化内阻,实线表示欧姆内阻;图12给出了NEDC工况下辨识的不同SOC段的极化电容的示例;然后根据一阶RC电路的零状态和零输入响应,可以在线计算出动力电池的当前极化情况,可参考图13所示的NEDC工况下不同SOC段在线计算的极化电压U P;再计算出电池当前的电动势,从而实现不用长时静置就能实时估算出电池在当前时刻的开路电压,图14给出了NEDC工况下不同SOC段消除极化后的在线估算的开路电压U ocv与实际电压的图示,可以理解,消除极化后的在线估算的开路电压U ocv与实际电压二者的偏差即为极化电压U Pk与欧姆电压(I*R 0)之和,进而能够估算出在当前时刻的荷电状态SOC2,图15给出了NEDC工况根据安时积分法估算的荷电状态SOC1和根据一阶RC等效电路模型估算的当前时刻的荷电状态SOC2。SOC的取值范围可以为0~100%,这里的不同SOC段表示的是在整个0~100%取值范围内的某段。 This embodiment is based on the first-order RC equivalent circuit model and realizes the online identification of the parameters according to the online operating conditions. Figure 9 shows the NEC (New European Driving Cycle, or the new standard European cycle) of different SOC segments. Test) Schematic diagram of actual vehicle current under operating conditions; Figure 10 shows examples of ohmic internal resistance and polarization internal resistance identified in different SOC segments under NEDC operating conditions; Figure 11 shows different SOC segments identified under NEDC operating conditions Examples of ohmic internal resistance and polarization internal resistance, the dotted line in the figure indicates the polarization internal resistance, and the solid line indicates the ohmic internal resistance; Figure 12 shows an example of the polarization capacitance of different SOC segments identified under NEDC operating conditions; then According to the zero state and zero input response of the first-order RC circuit, the current polarization of the power battery can be calculated online. Refer to the polarization voltage U P calculated online for different SOC segments under the NEDC operating condition shown in FIG. 13; electromotive force of the battery current, in order to achieve real-time estimate can stand when not long battery open circuit voltage at the current time, Figure 14 shows the line after elimination of the estimated polarization SOC NEDC, under various sections of the open circuit voltage U ocv It can be understood from the graph of the actual voltage that the deviation between the open-circuit voltage U ocv estimated online and the actual voltage after the polarization is eliminated is the sum of the polarization voltage U Pk and the ohmic voltage (I*R 0 ), and thus can The state-of-charge SOC2 at the current moment is estimated. Figure 15 shows the state-of-charge SOC1 estimated by the ampere-hour integration method for NEDC and the current state-of-charge SOC2 estimated by the first-order RC equivalent circuit model. The value range of SOC may be 0-100%, and the different SOC segments here represent a certain segment within the entire value range of 0-100%.
本实施例通过进一步利用最小二乘法对采集的电压值、电流值估算当前时刻的荷电状态SOC2,不同于常规实时在线一直估算,而是选择在实际工况与预设工况(选最常用的工况)相近的匹配工况下在线辨识参数,一阶RC等效电路模型中的参数(如遗忘因子)也与该实际工况预先进行匹配,从而实现离线数据到在线数据的递推过程。避免了采用常规在线辨识方法在输入电压、电流工况复杂的情况下,辨识的数据发散的问题,同时又保留了安时积分法在短时间内荷电状态SOC计算精度较高的优点,又能够实现对安时积分法存在的累计误差的实时在线校准。This embodiment uses the least square method to estimate the state of charge SOC2 at the current time for the collected voltage and current values, which is different from the conventional real-time online continuous estimation, but selects the actual working condition and the preset working condition (select the most commonly used Operating conditions) Identify parameters online under similar matching operating conditions. The parameters in the first-order RC equivalent circuit model (such as the forgetting factor) are also pre-matched with the actual operating conditions, thereby realizing the recursive process from offline data to online data . It avoids the problem of the identification data divergence when the input voltage and current conditions are complicated by the conventional online identification method, while retaining the advantages of the ampere-hour integration method and the higher accuracy of the SOC calculation in a short time. It can realize the real-time online calibration of the accumulated error existing in the ampere-hour integration method.
实施例5:Example 5:
本实施例以动力电池为车辆的动力电池为例,对本发明实施例提出的估算电池荷电状态的方法作进一步示例描述。This embodiment takes the power battery as the power battery of the vehicle as an example, and further describes the method for estimating the state of charge of the battery provided by the embodiment of the present invention.
本实施例提出的估算电池荷电状态的方法,如图16所示,所述方法包括:The method for estimating the state of charge of the battery proposed in this embodiment is shown in FIG. 16, and the method includes:
在S1,整车上电,电池管理系统(BMS)得电后自检是否正常,如果自检正常,持续实时采集动力电池的电压值和动力电池的电流值,并获取动力电池前次上电存储的最新荷电状态值、本次上电的时间和前次下电的时间;电池管理系统(BMS)上高压后,响应于判断当前工况属于匹配工况时,执行后续操作(后续操作的描述顺序并不代表操作的执行顺序);At S1, the vehicle is powered on, and if the battery management system (BMS) is powered on, the self-test is normal. If the self-test is normal, continue to collect the power battery voltage value and power battery current value in real time, and obtain the power battery last power-on The latest stored state-of-charge value, the current power-on time and the previous power-off time; after the battery management system (BMS) is high-voltage, in response to judging that the current working condition is a matching working condition, perform subsequent operations (subsequent operations The description order does not represent the execution order of the operations);
在S2,根据本次上电的时间和前次下电的时间计算动力电池的静置时间,判断动力电池的静置时间是否超过预设值t1,如果动力电池的静置时间超过预设值t1,则根据实时采集的电压值查询U OCV-SOC表,获 取对应的荷电状态,作为动力电池的初始荷电状态SOC_int,否则将获取的动力电池前次上电存储的最新荷电状态值,作为动力电池的初始荷电状态SOC_int; In S2, the static time of the power battery is calculated according to the current power-on time and the previous power-off time, and it is determined whether the power battery's static time exceeds the preset value t1, if the power battery's static time exceeds the preset value t1, query the U OCV -SOC table based on the real-time collected voltage value, and obtain the corresponding state of charge as the initial state of charge of the power battery SOC_int, otherwise, the latest state of charge value stored in the previous power battery will be obtained , As the initial state of charge of the power battery SOC_int;
在S3,采用安时积分法持续实时估算动力电池的荷电状态SOC1,At S3, the ampere-hour integration method is used to continuously estimate the state of charge of the power battery SOC1 in real time,
SOC1=SOC_int-∫Idt/Cp,SOC1=SOC_int-∫Idt/Cp,
估算的动力电池的荷电状态SOC1作为当前时刻的荷电状态,其中,SOC_int表示动力电池的初始荷电状态,I表示实时采集的当前时刻的电流值,Cp为当前电池容量;The estimated state of charge SOC1 of the power battery is taken as the current state of charge, where SOC_int represents the initial state of charge of the power battery, I represents the current value collected in real time at the current time, and Cp is the current battery capacity;
在S4,采集一段时间(例如1分钟)内的电压值和电流值,采用带遗忘因子递推最小二乘法辨识一阶RC等效电路模型的参数值,再按照基尔霍夫定律,计算动力电池在当前时刻的开路电压U OCVAt S4, the voltage and current values within a period of time (for example, 1 minute) are collected, the parameter value of the first-order RC equivalent circuit model is identified using a recursive least squares method with forgetting factors, and then the power is calculated according to Kirchhoff's law The open circuit voltage U OCV of the battery at the current moment,
U OCV=V+I*R 0+U pU OCV = V+I*R 0 +U p ,
其中,V表示动力电池在当前时刻的电压值,I表示动力电池在当前时刻的电流值,R 0表示一阶RC等效电路模型中的欧姆内阻,UC表示一阶RC等效电路模型中由动力电池的极化内阻R 1和动力电池的极化电容C 1并联构成的一阶RC结构的两端电压,或者称为极化电压;根据计算的开路电压U OCV,通过查询U OCV-SOC表,得到模型估算的荷电状态SOC2; Among them, V represents the voltage value of the power battery at the current moment, I represents the current value of the power battery at the current moment, R 0 represents the ohmic internal resistance in the first-order RC equivalent circuit model, and UC represents the first-order RC equivalent circuit model The voltage across the first-order RC structure formed by the parallel connection of the polarization internal resistance R 1 of the power battery and the polarization capacitance C 1 of the power battery, or called the polarization voltage; according to the calculated open circuit voltage U OCV , query U OCV -SOC table, get the state of charge SOC2 estimated by the model;
在S5,根据动力电池在当前时刻的荷电状态SOC1和模型估算的荷电状态SOC2,计算两者的偏差值ΔSOC0,At S5, based on the state-of-charge SOC1 of the power battery at the current moment and the state-of-charge SOC2 estimated by the model, the deviation ΔSOC0 of the two is calculated,
ΔSOC0=SOC1-SOC2,ΔSOC0=SOC1-SOC2,
并记录偏差值ΔSOC0;And record the deviation value ΔSOC0;
在S6,响应于所述偏差值ΔSOC0超过设计的误差值,则将所述偏差值ΔSOC0作为安时积分累计误差,并以此为反馈对后续采用安时积分法估算的动力电池的荷电状态SOC进行修正;In S6, in response to the deviation value ΔSOC0 exceeding the designed error value, the deviation value ΔSOC0 is used as the accumulated error of the ampere-hour integration, and is used as feedback to the subsequent state of charge of the power battery estimated by the ampere-hour integration method SOC to amend;
在一个实施例中,校准方式可以通过对安时积分的每一采样时刻估算的荷电状态或者每一采样时刻估算的荷电状态的变化量进行校正,校正速度大小取决于安时积分修正系数Ki的大小,其中安时积分修正系数Ki=Fun(ΔSOC0),即为偏差值ΔSOC0的函数。通常Fun(ΔSOC0)根据具体车型实际工况、用户体验等因素综合选取;In one embodiment, the calibration method can be corrected by the state of charge estimated at each sampling time of the ampere-hour integration or the amount of change in the state of charge estimated at each sampling time, and the correction speed depends on the ampere-hour integration correction coefficient The size of Ki, where the ampere-hour integral correction coefficient Ki = Fun (ΔSOC0), is a function of the deviation value ΔSOC0. Usually Fun(ΔSOC0) is selected based on the actual working conditions of specific vehicle models, user experience and other factors;
在S7,判断在当前时刻,利用安时积分修正系数Ki修正的安时校正量的绝对值|∫I*(1-Ki)dt/Cp|是否超过安时积分累计误差ΔSOC0的绝对值,如果超过,则本次修正完成,直至下一次工况满足修正的条件(例如匹配工况,偏差值超过设计的误差值)。At S7, it is determined whether the absolute value of the ampere-hour correction amount corrected by the ampere-hour integration correction coefficient Ki at the current time |∫I*(1-Ki)dt/Cp| exceeds the absolute value of the ampere-hour integration cumulative error ΔSOC0, if If it exceeds, the correction is completed until the next working condition meets the revised conditions (for example, matching working condition, the deviation value exceeds the designed error value).
本实施例以具体的应用场景为例对估算电池荷电状态的方法进行了示例性的描述,本实施例提出的估算电池荷电状态的方法,通过安时积分法结合基于动力电池的一阶RC等效电路模型在线辨识参数的融合算法,既发挥了安时积分法在短时间内计算的SOC精度较高的优点,又充分利用了适用于一阶RC等效电路模型的某些特定工况估算SOC精度较高的特点,从而实现了安时积分累计误差校正,消除了现有安时积分法存在的长时间运行累计的误差,并且避免了车辆在复杂工况下在线辨识参数可能引起误差较大甚至发散导致出现误修正的情形。This embodiment takes a specific application scenario as an example to describe the method for estimating the state of charge of the battery. The method for estimating the state of charge of the battery proposed in this embodiment combines the first order based on the power battery through the ampere-hour integration method The fusion algorithm of RC equivalent circuit model online identification parameters not only takes advantage of the high accuracy of the SOC calculated by the ampere-hour integration method in a short time, but also makes full use of some specific tools suitable for the first-order RC equivalent circuit model It has the characteristics of high SOC estimation accuracy, thereby realizing the correction of accumulated error of ampere-hour integration, eliminating the accumulated error of long-term operation existing in the existing ampere-hour integration method, and avoiding the possibility of online identification of parameters under complex operating conditions. Large error or even divergence leads to the situation of erroneous correction.
本发明实施例还提出一种估算电池荷电状态的设备,包括处理器和存储有指令的存储器,所述指令在被所述处理器执行时促使所述电子设备执行动作,以实现根据本发明实施例所描述的任一方法。An embodiment of the present invention further proposes a device for estimating the state of charge of a battery, including a processor and a memory storing instructions that, when executed by the processor, cause the electronic device to perform actions to implement the present invention. Any of the methods described in the examples.
本发明的实施例还提供一种计算机可读存储介质,其存储有机器可读的指令,指令在由机器执行时使得机器执行根据本发明实施例所描述的任一方法。Embodiments of the present invention also provide a computer-readable storage medium that stores machine-readable instructions, which when executed by a machine, causes the machine to perform any method described according to the embodiments of the present invention.
本领域技术人员可以理解,在流程图中表示或在此以其他方式描述的逻辑和/或步骤,例如,可以被认为是用于实现逻辑功能的可执行指令的定序列表,可以具体实现在任何计算机可读介质中,以供指令执行系统、装置或设备(如基于计算机的系统、包括处理器的系统或其他可以从指令执行系统、装置或设备取指令并执行指令的系统)使用,或结合这些指令执行系统、装置或设备而使用。就本说明书而言,“计算机可读介质”可以是任何可以包含、存储、通信、传播或传输程序以供指令执行系统、装置或设备或结合这些指令执行系统、装置或设备而使用的装置。Those skilled in the art can understand that the logic and/or steps represented in the flowchart or described in other ways here, for example, can be regarded as a sequenced list of executable instructions for implementing logical functions, which can be specifically implemented in In any computer-readable medium for use by an instruction execution system, device, or device (such as a computer-based system, a system including a processor, or other system that can fetch and execute instructions from the instruction execution system, device, or device), or Used in conjunction with these instruction execution systems, devices, or equipment. For the purposes of this specification, a "computer-readable medium" may be any device that can contain, store, communicate, propagate, or transmit a program for use by or in connection with an instruction execution system, apparatus, or device.
计算机可读介质的更具体的示例(非穷尽性列表)包括以下:具有一个或多个布线的电连接部(电子装置),便携式计算机盘盒(磁装置),随机存取存储器(RAM),只读存储器(ROM),可擦除可编辑只读存储器(EPROM或闪速存储器),光纤装置,以及便携式光盘只读存储器(CDROM)。另外,计算机可读介质甚至可以是可在其上打印所述程序的纸或其他合适的介质,因为可以例如通过对纸或其他介质进行光学扫描,接着进行编辑、解译或必要时以其他合适方式进行处理来以电子方式获得所述程序,然后将其存储在计算机存储器中。More specific examples of computer-readable media (non-exhaustive list) include the following: electrical connections (electronic devices) with one or more wires, portable computer cartridges (magnetic devices), random access memory (RAM), Read only memory (ROM), erasable and editable read only memory (EPROM or flash memory), fiber optic devices, and portable compact disk read only memory (CDROM). In addition, the computer-readable medium may even be paper or other suitable medium on which the program can be printed, because, for example, by optically scanning the paper or other medium, followed by editing, interpretation, or other appropriate if necessary Process to obtain the program electronically and then store it in computer memory.
应当理解,本发明的各部分可以用硬件、软件、固件或它们的组合来实现。在上述实施方式中,多个步骤或方法可以用存储在存储器中且由合适的指令执行系统执行的软件或固件来实现。例如,如果用硬件来实现,和在另一实施方式中一样,可用本领域公知的下列技术中的任一项或它们的组合来实现:具有用 于对数据信号实现逻辑功能的逻辑门电路的离散逻辑电路,具有合适的组合逻辑门电路的专用集成电路,可编程门阵列(PGA),现场可编程门阵列(FPGA)等。It should be understood that each part of the present invention may be implemented by hardware, software, firmware, or a combination thereof. In the above embodiments, multiple steps or methods may be implemented with software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, it can be implemented using any one or a combination of the following techniques known in the art: a logic gate circuit for implementing a logic function on a data signal Discrete logic circuits, dedicated integrated circuits with appropriate combinational logic gates, programmable gate arrays (PGA), field programmable gate arrays (FPGA), etc.
在本说明书的描述中,术语“包括”及其各种变体可以被理解为开放式术语,其意味着“包括但不限于”。术语“基于”可以被理解为“至少部分地基于”。术语“一个实施例”可以被理解为“至少一个实施例”。术语“另一实施例”可以被理解为“至少一个其它实施例”。术语“一个实施例”、“另一实施例”、“一些实施例”、“示例”、“具体示例”或“一些示例”等的描述意指结合该实施例或示例描述的具体特征、结构、材料或者特点包含于本发明的至少一个实施例或示例中。在本说明书中,对上述术语的示意性表述不一定指的是相同的实施例或示例。而且,描述的具体特征、结构、材料或者特点可以在任何的一个或多个实施例或示例中以合适的方式结合。In the description of this specification, the term "including" and its various variations may be understood as open-ended terms, which means "including but not limited to." The term "based on" may be understood as "based at least in part on." The term "one embodiment" may be understood as "at least one embodiment". The term "another embodiment" may be understood as "at least one other embodiment". The descriptions of the terms "one embodiment", "another embodiment", "some embodiments", "examples", "specific examples" or "some examples" mean specific features and structures described in conjunction with the embodiment or example , Materials or features are included in at least one embodiment or example of the present invention. In this specification, the schematic expression of the above term does not necessarily refer to the same embodiment or example. Moreover, the specific features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
以上,对本发明的实施方式进行了说明。但是,本发明不限定于上述实施方式。凡在本发明的精神和原则之内,所做的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。In the above, the embodiment of the present invention has been described. However, the present invention is not limited to the above-mentioned embodiment. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention shall be included in the protection scope of the present invention.

Claims (10)

  1. 一种估算电池荷电状态的方法,其特征在于,包括:A method for estimating the state of charge of a battery, which is characterized by including:
    响应于当前工况属于匹配工况,在线辨识动力电池的一阶RC等效电路模型的参数值,并基于所述参数值,获取模型估算的荷电状态;其中,所述匹配工况表示当前工况的实际工况参数值与预设参数值相匹配;In response to the current operating condition being a matching operating condition, the parameter value of the first-order RC equivalent circuit model of the power battery is identified online, and based on the parameter value, the estimated state of charge of the model is obtained; wherein, the matching operating condition represents the current The actual working condition parameter value of the working condition matches the preset parameter value;
    采用安时积分法估算动力电池的荷电状态;以及Estimate the state of charge of the power battery using the ampere-hour integration method; and
    基于所述模型估算的荷电状态与所述采用安时积分法估算动力电池的荷电状态之间的关系,对采用安时积分法估算的动力电池的荷电状态进行修正。Based on the relationship between the state-of-charge estimated by the model and the state-of-charge estimated by the ampere-hour integration method, the state-of-charge of the power battery estimated by the ampere-hour integration method is corrected.
  2. 根据权利要求1所述的方法,其特征在于,所述获取模型估算的荷电状态包括:基于所述参数值,获取动力电池在所述匹配工况下的极化电压和欧姆电压,并计算对应的开路电压,根据所述计算的开路电压通过开路电压与荷电状态构成的关系表,查找对应的荷电状态,作为所述模型估算的荷电状态;The method according to claim 1, wherein the obtaining the state of charge estimated by the model comprises: obtaining the polarization voltage and the ohmic voltage of the power battery under the matching operating condition based on the parameter value, and calculating Corresponding open circuit voltage, according to the calculated open circuit voltage through the relationship table formed by the open circuit voltage and the state of charge, to find the corresponding state of charge as the estimated state of charge of the model;
    所述采用安时积分法估算动力电池的荷电状态包括:基于在当前时刻实时获取的工况参数值,采用安时积分法,估算动力电池在当前时刻的荷电状态;以及The estimation of the state-of-charge of the power battery using the ampere-hour integration method includes: estimating the state-of-charge of the power battery at the current time using the ampere-hour integration method based on the working condition parameter value obtained in real time at the current time; and
    所述对采用安时积分法估算的动力电池的荷电状态进行修正,包括:响应于所述当前时刻的荷电状态与所述模型估算的荷电状态之间的差值超过设计的误差值,以所述差值作为反馈,对采用安时积分法估算的动力电池的荷电状态进行修正。The modification of the state of charge of the power battery estimated by the ampere-hour integration method includes: in response to the difference between the state of charge at the current moment and the state of charge estimated by the model exceeding the designed error value Using the difference as feedback, the state of charge of the power battery estimated by the ampere-hour integration method is corrected.
  3. 根据权利要求1所述的方法,其特征在于,所述方法还包括:The method according to claim 1, wherein the method further comprises:
    实时获取第一时间段的动力电池的电流值,并判断动力电池所处的当前工况;Obtain the current value of the power battery in the first time period in real time, and determine the current working condition of the power battery;
    将所述第一时间段的电流值与在所述当前工况下的预先标定的工况电流曲线进行比较,判断所述第一时间段的电流值与预先标定的工况电流曲线的相似度;以及Comparing the current value of the first time period with the pre-calibrated operating current curve under the current operating conditions, and judging the similarity between the current value of the first time period and the pre-calibrated operating current curve ;as well as
    响应于相似度在阈值范围内,则判断当前工况属于匹配工况。In response to the similarity being within the threshold range, it is determined that the current operating condition belongs to the matching operating condition.
  4. 根据权利要求3所述的方法,其特征在于,所述方法还包括:The method according to claim 3, wherein the method further comprises:
    响应于当前工况属于匹配工况,实时获取同属所述匹配工况的第二时间段的动力电池的电流值和电压值,基于所述第二时间段的动力电池的电流值和电压值,在线辨识一阶RC等效电路模型在所述当前工况下的参数值;所述第二时间段与所述第一时间段重合或者为不同时间段。In response to the current working condition belonging to the matching working condition, the current value and the voltage value of the power battery belonging to the matching working condition in the second time period are acquired in real time, based on the current value and the voltage value of the power battery in the second time period, Online identification of the parameter value of the first-order RC equivalent circuit model under the current working condition; the second time period coincides with the first time period or is a different time period.
  5. 根据权利要求4所述的方法,其特征在于,所述方法还包括:The method according to claim 4, wherein the method further comprises:
    实时获取动力电池在当前时刻的电流值和电压值,根据当前时刻的电流值和电压值以及所述参数值,获取动力电池在所述匹配工况下的极化电压和欧姆电压,并根据基尔霍夫定律,计算对应的开路电压,根据所述计算的开路电压在开路电压与荷电状态构成的关系表中查找对应的荷电状态,作为模型估算的荷电状态;同时,根据所述当前时刻的电流值和初始荷电状态,采用安时积分法,估算动力电池在当前时刻的荷电状态;Obtain the current value and voltage value of the power battery at the current time in real time, and obtain the polarization voltage and the ohmic voltage of the power battery under the matching operating conditions according to the current value and the voltage value at the current time and the parameter value, and according to the basis Erhoff's law, calculate the corresponding open circuit voltage, and find the corresponding state of charge in the relationship table between the open circuit voltage and the state of charge according to the calculated open circuit voltage, as the state of charge estimated by the model; at the same time, according to the The current value and initial state of charge of the current moment, using the ampere-hour integration method, to estimate the state of charge of the power battery at the current moment;
    响应于所述当前时刻的荷电状态与所述模型估算的荷电状态之间的差值超过设计的误差值,以所述差值作为反馈,对之后采用安时积分法估算的动力电池的荷电状态进行修正。In response to the difference between the state-of-charge at the current moment and the state-of-charge estimated by the model exceeding the designed error value, the difference is used as feedback to evaluate the power battery’s Correct the state of charge.
  6. 根据权利要求1所述的方法,其特征在于,所述对采用安时积分法估算的动力电池的荷电状态进行修正,包括:The method according to claim 1, wherein the correction of the state of charge of the power battery estimated by the ampere-hour integration method includes:
    在安时积分法中引入安时积分修正系数,所述安时积分修正系数与所述关系有关;基于所述安时积分修正系数,修正所述采用安时积分法估算的动力电池的荷电状态。An ampere-hour integration correction factor is introduced into the ampere-hour integration method, and the ampere-hour integration correction factor is related to the relationship; based on the ampere-hour integration correction factor, the charge of the power battery estimated by the ampere-hour integration method is corrected status.
  7. 根据权利要求6所述的方法,其特征在于,其中所述所述模型估算的荷电状态与所述采用安时积分法估算动力电池的荷电状态之间的关系为所述模型估算的荷电状态与所述采用安时积分法估算动力电池的荷电状态之间的差值;The method according to claim 6, wherein the relationship between the state-of-charge estimated by the model and the state-of-charge estimated by the ampere-hour integration method is the estimated charge by the model The difference between the state of charge and the state of charge estimation of the power battery using the ampere-hour integration method;
    所述基于所述模型估算的荷电状态与所述采用安时积分法估算动力电池的荷电状态之间的关系,对采用安时积分法估算的动力电池的荷电状态进行修正,包括:The relationship between the state-of-charge estimated based on the model and the state-of-charge estimated using the ampere-hour integration method to modify the state-of-charge of the power battery estimated using the ampere-hour integration method includes:
    实时获取动力电池的当前电流值,根据所述当前电流值和初始荷电状态,采用安时积分法,估算动力电池的荷电状态,并将其作为基准荷电状态;Obtain the current value of the power battery in real time, use the ampere-hour integration method to estimate the state of charge of the power battery based on the current value and the initial state of charge, and use it as the reference state of charge;
    获取当前时刻的安时积分修正系数,将所述当前时刻的安时积分修正系数作为倍数调整所述当前电流 值;根据所述调整的当前电流值和初始荷电状态,采用安时积分法,估算动力电池的荷电状态,并将其作为当前荷电状态;Obtain the current ampere-hour integration correction coefficient at the current time, and adjust the current current value using the current-time ampere-hour integration correction coefficient as a multiple; according to the adjusted current current value and initial state of charge, use the ampere-hour integration method Estimate the state of charge of the power battery and use it as the current state of charge;
    响应于所述当前荷电状态与所述基准荷电状态之间的差异与所述差值相比没有位于误差范围内,返回所述实时获取动力电池的当前电流值的步骤继续执行,直到所述当前荷电状态与所述基准荷电状态之间的差异与所述差值相比位于所述误差范围内。In response to that the difference between the current state of charge and the reference state of charge is not within an error range compared to the difference, the step of returning to the real-time acquisition of the current value of the power battery is continued until all The difference between the current state of charge and the reference state of charge is within the error range compared to the difference.
  8. 根据权利要求7所述的方法,其特征在于,所述获取当前时刻的安时积分修正系数,包括:基于用户体验调整系数,获取当前时刻的安时积分修正系数;所述用户体验调整系数表征用户期望的荷电状态变化快慢程度;The method according to claim 7, wherein the obtaining of the current-time integral correction coefficient comprises: obtaining the current-time integral correction coefficient based on the user experience adjustment coefficient; the user experience adjustment coefficient characterization The degree of change of the state of charge expected by the user;
    所述方法还包括:响应于用户更改所述用户体验调整系数,重新获取当前时刻的安时积分修正系数。The method further includes: in response to the user changing the user experience adjustment coefficient, re-acquiring the current time ampere point correction coefficient.
  9. 一种估算电池荷电状态的设备,其特征在于,包括:A device for estimating the state of charge of a battery is characterized by including:
    处理器;以及Processor; and
    存储有指令的存储器,所述指令在被所述处理器执行时促使所述设备执行根据权利要求1至8中任一项所述的方法。A memory storing instructions that when executed by the processor causes the device to perform the method according to any one of claims 1 to 8.
  10. 一种计算机可读存储介质,其特征在于,其存储有机器可读的指令,所述指令在由所述机器执行时使得所述机器执行根据权利要求1至8中任一项所述的方法。A computer-readable storage medium, characterized in that it stores machine-readable instructions, which when executed by the machine causes the machine to perform the method according to any one of claims 1 to 8. .
PCT/CN2019/093444 2019-01-08 2019-06-28 Method, device, and computer-readable storage medium for estimating charge state of battery WO2020143193A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910017303.7 2019-01-08
CN201910017303.7A CN109613432A (en) 2019-01-08 2019-01-08 Estimate method, equipment and the computer readable storage medium of battery charge state

Publications (1)

Publication Number Publication Date
WO2020143193A1 true WO2020143193A1 (en) 2020-07-16

Family

ID=66016534

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/093444 WO2020143193A1 (en) 2019-01-08 2019-06-28 Method, device, and computer-readable storage medium for estimating charge state of battery

Country Status (2)

Country Link
CN (1) CN109613432A (en)
WO (1) WO2020143193A1 (en)

Families Citing this family (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109613432A (en) * 2019-01-08 2019-04-12 广州小鹏汽车科技有限公司 Estimate method, equipment and the computer readable storage medium of battery charge state
CN111929585B (en) * 2019-05-13 2023-08-04 丰翼科技(深圳)有限公司 Battery charge state calculating device, method, server and medium
CN110967646B (en) 2019-05-24 2021-03-30 宁德时代新能源科技股份有限公司 SOC correction method and apparatus, battery management system, and storage medium
CN110712560B (en) * 2019-09-27 2022-02-11 东软睿驰汽车技术(沈阳)有限公司 Exception handling method, device, equipment and medium
CN110927580A (en) * 2019-11-05 2020-03-27 深圳市科陆电子科技股份有限公司 SOC deviation correction method, device, terminal and storage medium
CN111208435A (en) * 2020-01-16 2020-05-29 北方工业大学 Battery model parameter estimation method and device
CN111208434A (en) * 2020-01-16 2020-05-29 北方工业大学 Parameter identification method and device of first-order RC equivalent circuit model
CN111289911A (en) * 2020-04-03 2020-06-16 深圳天邦达新能源技术有限公司 SOC estimation method and device based on battery and electronic equipment
CN111308373A (en) * 2020-04-07 2020-06-19 枣庄职业学院 Identification method of Thevenin model parameter of battery and application thereof
CN111398828B (en) * 2020-04-16 2022-03-25 青岛理工大学 Method for estimating remaining electric quantity and remaining driving mileage of electric automobile
CN111679200B (en) * 2020-06-03 2023-02-10 广州小鹏汽车科技有限公司 Battery state of charge calibration method and device and vehicle
CN112327195B (en) * 2020-09-29 2024-06-18 浙江南都电源动力股份有限公司 Battery health degree detection method
CN112666475B (en) * 2020-12-02 2023-10-20 东风汽车集团有限公司 State of charge estimation method for battery pack of electric vehicle
CN112782593B (en) * 2020-12-24 2023-03-21 潍柴动力股份有限公司 Method and device for acquiring initial state of charge of battery
CN112677764B (en) * 2020-12-31 2022-06-21 北京国家新能源汽车技术创新中心有限公司 Method for displaying SOC (System on chip) of vehicle and vehicle
CN112904211B (en) * 2021-01-04 2022-10-28 北京空间飞行器总体设计部 Method for estimating residual capacity of lithium ion battery pack for deep space exploration
CN113030749B (en) * 2021-03-17 2023-12-01 北京酷能科技有限公司 Current detection method, device, equipment, system and storage medium
CN113009348B (en) * 2021-04-01 2024-03-12 浙江吉利控股集团有限公司 Method and device for improving power battery SOC estimation precision
CN113283503A (en) * 2021-05-24 2021-08-20 平安国际融资租赁有限公司 Method, device, equipment and medium for detecting equipment state based on feature similarity
CN113466717A (en) * 2021-06-25 2021-10-01 深圳移航通信技术有限公司 Method and apparatus for estimating state of charge of battery
CN115113069A (en) * 2021-12-24 2022-09-27 长城汽车股份有限公司 Estimation method of battery SOC and related device
CN115587654B (en) * 2022-10-17 2024-03-01 国网河北省电力有限公司邯郸供电分公司 Operation vehicle discharge optimization method and system, electronic equipment and readable storage medium
CN116298921A (en) * 2023-03-27 2023-06-23 浙江南都能源科技有限公司 Dynamic calculation method for battery SOC of energy storage power station
CN116061758B (en) * 2023-04-06 2023-06-09 深圳市开心电子有限公司 Electric energy monitoring method, device, equipment and storage medium for electric vehicle

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110148424A1 (en) * 2009-12-22 2011-06-23 Industrial Technology Research Institute Apparatus for estimating battery state of health
CN105116343A (en) * 2015-08-24 2015-12-02 桂林电子科技大学 LS-SVM power cell SOC estimation method and system
CN105301509A (en) * 2015-11-12 2016-02-03 清华大学 Combined estimation method for lithium ion battery state of charge, state of health and state of function
CN105891727A (en) * 2016-06-13 2016-08-24 桂林电子科技大学 Method and system for estimating state of charge of dual-variable structured filtering power battery
CN106646265A (en) * 2017-01-22 2017-05-10 华南理工大学 Method for estimating SOC of lithium battery
CN107271911A (en) * 2017-06-16 2017-10-20 河南理工大学 A kind of SOC On-line Estimation methods that correction is segmented based on model parameter
CN108445402A (en) * 2018-02-28 2018-08-24 广州小鹏汽车科技有限公司 A kind of lithium-ion-power cell state-of-charge method of estimation and system
CN109613432A (en) * 2019-01-08 2019-04-12 广州小鹏汽车科技有限公司 Estimate method, equipment and the computer readable storage medium of battery charge state

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010203854A (en) * 2009-03-02 2010-09-16 Nissan Motor Co Ltd Device of estimating internal state of secondary battery
US8612078B2 (en) * 2011-08-08 2013-12-17 Bae Systems Controls Inc. Parallel hybrid electric vehicle power management system and adaptive power management method and program therefor
JP5393837B2 (en) * 2012-05-11 2014-01-22 カルソニックカンセイ株式会社 Battery charge rate estimation device
CN102930173B (en) * 2012-11-16 2016-07-06 重庆长安汽车股份有限公司 A kind of charge states of lithium ion battery estimation on line method
CN104241713B (en) * 2013-06-18 2017-02-01 北汽福田汽车股份有限公司 SOC (state of charge) correcting method and SOC correcting device of power battery
CN105301510B (en) * 2015-11-12 2017-09-05 北京理工大学 A kind of cell degradation parameter identification method
CN107576919A (en) * 2017-10-20 2018-01-12 广东石油化工学院 Power battery charged state estimating system and method based on ARMAX models

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110148424A1 (en) * 2009-12-22 2011-06-23 Industrial Technology Research Institute Apparatus for estimating battery state of health
CN105116343A (en) * 2015-08-24 2015-12-02 桂林电子科技大学 LS-SVM power cell SOC estimation method and system
CN105301509A (en) * 2015-11-12 2016-02-03 清华大学 Combined estimation method for lithium ion battery state of charge, state of health and state of function
CN105891727A (en) * 2016-06-13 2016-08-24 桂林电子科技大学 Method and system for estimating state of charge of dual-variable structured filtering power battery
CN106646265A (en) * 2017-01-22 2017-05-10 华南理工大学 Method for estimating SOC of lithium battery
CN107271911A (en) * 2017-06-16 2017-10-20 河南理工大学 A kind of SOC On-line Estimation methods that correction is segmented based on model parameter
CN108445402A (en) * 2018-02-28 2018-08-24 广州小鹏汽车科技有限公司 A kind of lithium-ion-power cell state-of-charge method of estimation and system
CN109613432A (en) * 2019-01-08 2019-04-12 广州小鹏汽车科技有限公司 Estimate method, equipment and the computer readable storage medium of battery charge state

Also Published As

Publication number Publication date
CN109613432A (en) 2019-04-12

Similar Documents

Publication Publication Date Title
WO2020143193A1 (en) Method, device, and computer-readable storage medium for estimating charge state of battery
KR102452548B1 (en) Apparatus for determination battery degradation, system having the same and method thereof
US10894485B2 (en) Method and device for detecting SOC of battery
WO2015106691A1 (en) Soc estimation method for power battery for hybrid electric vehicle
US10295611B2 (en) Efficient battery tester
US20100036627A1 (en) Apparatus and method for determination of the state-of-charge of a battery when the battery is not in equilibrium
WO2020259096A1 (en) Method, device and system for estimating state of power of battery, and storage medium
JP5535968B2 (en) CHARGE RATE ESTIMATION DEVICE, CHARGE RATE ESTIMATION METHOD, AND PROGRAM
JP2015153750A (en) Method and apparatus for estimating battery internal resistance
WO2019230033A1 (en) Parameter estimation device, parameter estimation method, and computer program
JP7112252B2 (en) A method for estimating the current and state of charge of a battery pack or cell without directly sensing the current under operating conditions
JP2010500539A (en) Battery capacity detection method based on capacity dependent parameters
BR112016027664B1 (en) METHOD FOR DETERMINING THE RELIABILITY OF HEALTH STATE PARAMETER VALUES
JP6737022B2 (en) Simulation method and simulation device
CN112858924B (en) Power battery remaining energy estimation method, device, vehicle and storage medium
TWI802349B (en) Battery state estimation device, power system
JP6988132B2 (en) Simulation method and simulation equipment
JP2015215272A (en) Secondary battery state detection device and secondary battery state detection method
CN110658466A (en) Method for calculating residual capacity of storage battery
JP7183576B2 (en) Secondary battery parameter estimation device, secondary battery parameter estimation method and program
JP2014068468A (en) Charge control device
JP2018151176A (en) Estimation device, estimation method, and estimation program
JP7395809B2 (en) Secondary battery diagnostic device and method
CN112477695B (en) Battery management method and battery management system
CN112130077A (en) SOC estimation method of power battery pack under different working conditions

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19908419

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19908419

Country of ref document: EP

Kind code of ref document: A1