Changes for page 3.3 Control

Last modified by Admin on 2025/12/11 10:32

From version 63.3
edited by Admin
on 2025/10/14 09:58
Change comment: There is no comment for this version
To version 66.2
edited by Admin
on 2025/12/11 09:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -102,6 +102,15 @@
102 102  * Ignore the linear zone – a flag to ignore linear SOC zone while correction (recommended to be unset);
103 103  * Last correction timestamp – time when last correction was made.
104 104  
105 +=== SOH estimation ===
106 +
107 +The BMS Main 3 device calculates the state of health of the battery (SOH) using two algorithms:
108 +
109 +* by effective capacity;
110 +* by total charge-.
111 +
112 +In "By effective capacity" mode SOH is calculated as
113 +
105 105  === Resistance estimation ===
106 106  
107 107  Calculation of the resistance of cells is carried out in two ways. The first method is used when the battery passes from a relaxation state to a charge or discharge state, wherein the cell resistance value
... ... @@ -367,7 +367,8 @@
367 367  * Treat negative currents as zero currents for generating the "Ready to charge" signal – a flag to disable voltage correction for "Ready to charge" signal at discharging current;
368 368  * Delay before recharging – a time after which the previously opened the allow charging contactor closes again, minute; to disable the operation by timeout set "Delay before recharging" to 0;
369 369  * Check the 'Charge current limit' value to generate the 'Ready to charge' – a flag to enable check of "Charging current limit" to generate the "Ready to charge" signal;
370 -* Charge current limit to clear the 'Ready to charge' – a threshold ; if the voltage of any cell is above this level, the “Ready to charge” (hence, the “Allow charging”) signal is cleared;
379 +* Charge current limit to clear the 'Ready to charge' – a threshold charging current limit value, A; if the limit is //above //this level, the “Ready to charge” signal is cleared;
380 +* Charge current limit to set the 'Ready to charge' – a tolerant charging current limit value, A; if the limit is //below //this level, the “Ready to charge” signal is set;
371 371  * Errors 1, 2 to clear the "Ready to charge" – bitfields to choose the errors which will clear the "Ready to charge" signal.
372 372  
373 373  (% class="box infomessage" %)
... ... @@ -390,6 +390,9 @@
390 390  * Voltage to clear the “Ready to discharge” – a threshold U,,ocv,, (corrected due to current and cell resistance) voltage level on the cell, V; if the voltage of any cell is below this level, the “Ready to discharge” signal is cleared;
391 391  * Voltage to reset the “Ready to discharge” – a tolerant U,,ocv,, (corrected due to current and cell resistance) voltage level on the cell, V; if all cells voltages are above the tolerant level, the “Ready to discharge” signal is set;
392 392  * Treat positive currents as zero currents for generating the "Ready to discharge" signal – a flag to disable voltage correction for "Ready to discharge" signal at charging current;
403 +* Check the 'Discharge current limit' value to generate the 'Ready to discharge' – a flag to enable check of "Discharging current limit" to generate the "Ready to discharge" signal;
404 +* Discharge current limit to clear the 'Ready to discharge' – a threshold discharging current limit value, A; if the limit is //above //this level, the “Ready to discharge” signal is cleared;
405 +* Discharge current limit to set the 'Ready to discharge' – a tolerant discharging current limit value, A; if the limit is //below //this level, the “Ready to discharge” signal is set;
393 393  * Errors 1, 2 to clear the "Ready to discharge" – bitfields to choose the errors which will clear the "Ready to discharge" signal.
394 394  
395 395  === Precharge ===