Changes for page 3.4 Battery parameters

Last modified by Admin on 2025/04/09 12:04

From version 14.1
edited by Admin
on 2024/11/28 12:48
Change comment: There is no comment for this version
To version 16.1
edited by Admin
on 2024/11/28 12:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -242,7 +242,7 @@
242 242  * Limit charging current by the battery SOC and temperature – a flag to enable correction of maximum allowable charging current Kcs depending on SOC and temperature;
243 243  * Limit charging current by the contactor temperature – a flag to enable correction of maximum allowable charging current Kcc depending on the contactor temperature;
244 244  * Limit charging current by the maximum cell voltage – a flag to enable correction of maximum allowable charging current Kcv depending on maximum cell voltage;
245 -* Limit charging current by the maximum cell temperature – a flag to enable correction of maximum allowable charging current Kct depending on maximum cell temperature.
245 +* Limit charging current by the maximum cell temperature – a flag to enable correction of maximum allowable charging current Kct depending on cell temperature.
246 246  
247 247  Value of the charge current limit at given SOC, temperature, contactors temperature and maximum cell voltage is calculated as follows:
248 248  
... ... @@ -266,7 +266,7 @@
266 266  * Limit discharging current by the battery SOC and temperature – a flag to enable correction of maximum allowable discharging current Kds depending on SOC and temperature;
267 267  * Limit discharging current by the contactor temperature – a flag to enable correction of maximum allowable discharging current Kdc depending on the contactor temperature;
268 268  * Limit discharging current by the maximum cell voltage - a flag to enable correction of maximum allowable discharging current Kdv depending on maximum cell voltage;
269 -* Limit discharging current by the maximum cell temperature - a flag to enable correction of maximum allowable discharging current Kdt depending on maximum cell temperature .
269 +* Limit discharging current by the maximum cell temperature - a flag to enable correction of maximum allowable discharging current Kdt depending on cell temperature .
270 270  
271 271  Value of the discharge current limit at given SOC, temperature, contactors temperature and maximum cell voltage is calculated as follows:
272 272  
... ... @@ -285,6 +285,7 @@
285 285  * Enable – a flag to enable SOC correction;
286 286  * Shutdown period – a time the battery is off, day. If the BMS detects on its startup that it was off during the “Shutdown period” time, the BMS recalculates the battery state of charge base on the tabular dependency Uocv = Uocv (SOC, t);
287 287  * Correction period – a period of correcting the battery SOC, day. If the BMS detects that the last correction was more than the “Correction period” ago, the BMS recalculates the battery state of charge base on the tabular dependency Uocv = Uocv (SOC, t) and tunes it gradually during the “SOC change time”;
288 -* SOC change time – a duration of the linear changing the battery SOC to the value calculated by the correction algorithm, minute.
288 +* SOC change time – a duration of the linear changing the battery SOC to the value calculated by the correction algorithm, minute;
289 +* Ignore the linear zone – a flag to ignore linear zone while calculating SOC correction.
289 289  
290 290