Changes for page 3.3 Control

Last modified by Admin on 2026/04/30 15:56

From version 66.5
edited by Admin
on 2025/12/11 10:06
Change comment: There is no comment for this version
To version 76.3
edited by Admin
on 2026/03/31 12:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,26 +12,36 @@
12 12  
13 13  In this section:
14 14  
15 -* Cell capacity – nominal capacity of cells, Ah;
16 -* Cell resistance – nominal (maximum) internal resistance of the cells, Ohm;
17 -* Relax time (after charging) – a relaxation time after charging, second;
18 -* Relax time (atfer discharging) – a relaxation time after discharging, second;
19 -* Reset parameters – a command to reset cells state of charge, capacity, and resistance;
20 -* Method of calculating the battery voltage:
21 -** Summation of cell voltages – the overall voltage is calculated as on sum of all cells in the battery;
22 -** Using voltage before contactors – the overall voltage is estimated as voltage before contactors measured by BMS.
15 +* **Cell capacity** – nominal capacity of cells, Ah;
16 +* **Cell resistance** – nominal (maximum) internal resistance of the cells, Ohm;
17 +* **Connection of cells:**
18 +** **Serial **– all cells are connected in series in a single string.
19 +** **Parallel-Serial **– cells are grouped in parallel and serial items;
20 +* **Parallel-Serial: Number of Logic devices in a chain**;
21 +* **Parallel-Serial: Number of parallel chains in a block**;
22 +* **Parallel-Serial: Number of serial blocks in a string**;
23 +* **Relax time (after charging)** – a relaxation time after charging, second;
24 +* **Relax time (atfer discharging)** – a relaxation time after discharging, second;
25 +* **Reset SOC** – a command to reset cells state of charge;
26 +* **Reset resistance** – a command to reset cells resistance;
27 +* **Reset capacity** – a command to reset cells capacity;
28 +* **Method of calculating the battery voltage***:
29 +** **Summation of cell voltages** – the overall voltage is calculated as on sum of all cells in the battery;
30 +** **Using voltage before contactors** – the overall voltage is estimated as voltage before contactors measured by BMS.
23 23  
24 -The values “Capacity” and “Resistance are used to calculate the SOC of cells and the battery.
32 +The **"Parallel-Serial"** connection works as follows: a bunch of serial connected Logics are grouped into chains. A bunch of parallel connected chains are grouped to blocks. A bunch of serial connected blocks are grouped into string. By configuring the corresponding settings it is possible to create a complex string configuration. Current through each chain will be estimated as a fraction of overall current accordingly to the number of chains in a block.
25 25  
26 -The values of Relax time” are used to determine the state of the battery. If the battery is in a state of relaxation, the system recalculates the voltage on the cells to the state of charge of the battery.
34 +The values **Capacity** and **“Resistance”** are used to calculate the SOC of cells and the battery.
27 27  
28 -The “Reset parameters will reset:
36 +The values of **“Relax time”** are used to determine the state of the battery. If the battery is in a state of relaxation, the system recalculates the voltage on the cells to the state of charge of the battery.
29 29  
38 +The** “Reset parameters”** will reset:
39 +
30 30  * state of charge (new cell SOC values will be calculated based on cell voltage and “Uocv (open-circuit voltage) table”: in the “Control → SOC estimation” section);
31 31  * cell resistance to “Cell resistance” value;
32 32  * battery capacity to “Cell capacity” value.
33 33  
34 -The “Reset parameters” command is used for starting-up and adjustment of the battery.
44 +The **“Reset parameters”** command is used for starting-up and adjustment of the battery.
35 35  
36 36  === SOC estimation ===
37 37  
... ... @@ -106,13 +106,23 @@
106 106  
107 107  The BMS Main 3 device calculates the state of health of the battery (SOH) using two algorithms:
108 108  
109 -* by effective capacity;
110 -* by total charge-.
119 +* By effective capacity;
120 +* By total charge-.
111 111  
112 -In "By effective capacity" mode SOH is calculated as a ratio of effective capacity to nominal capacity.
122 +In "By effective capacity" mode SOH is calculated as a ratio of effective capacity to nominal capacity. Effective capacity is estimated to DOD value when battery SOC reaches 0%, so SOH is recalculated each full battery discharge.
113 113  
114 -In "By total charge-" mode SOH is calculated as a linear function of Tota
124 +In "By total charge-" mode SOH is calculated as a linear function of "Total charge-" counter. While "Total charge-" constantly increases during battery operation, SOH will be linearly decrease at the same time. This mode requires a confirmed data about cell health depending of amount of discharge rate to configure the linear function.
115 115  
126 +To configure parameters for battery state of health calculation, select the "Control → SOH correction" section:
127 +
128 +[[image:1765447975228-766.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="96" width="800"]]In this section:
129 +
130 +* Algorithm:
131 +** By effective capacity;
132 +** By total charge-;
133 +* Total charge: Charge- –  total amount of charge- for expected SOH;
134 +* Total charge: SOH –  expected SOH value at the total amount of charge-.
135 +
116 116  === Resistance estimation ===
117 117  
118 118  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,7 @@
367 367  
368 368  To change the parameters of charging process status, select the "Control → Charging status" section:
369 369  
370 -[[image:1760435790050-496.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="140" width="800"]]
390 +[[image:1771432488941-251.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="154" width="800"]]
371 371  
372 372  In this section:
373 373  
... ... @@ -375,6 +375,7 @@
375 375  * Current to clear the "Charging current present" – a current level to clear the "Charging current present" signal, A;
376 376  * Voltage to clear the “Ready to charge” – a threshold U,,ocv,, (corrected due to current and cell resistance) voltage level on the cell, V; if the voltage of any cell is above this level, the “Ready to charge” (hence, the “Allow charging”) signal is cleared;
377 377  * Voltage to reset the “Ready to charge” – a tolerant U,,ocv,, (corrected due to current and cell resistance) voltage level on the cell, V; if all cell voltages are below the tolerant level, the “Ready to charge” (hence, the “Allow charging”) signal is set;
398 +* Use actual voltage to generate the "Ready to charge" signal – a flag to disable voltage correction for "Ready to charge" signal;
378 378  * 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;
379 379  * 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;
380 380  * 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;
... ... @@ -393,7 +393,7 @@
393 393  
394 394  To change the parameters of discharging process status, select the "Control → Discharging status" section:
395 395  
396 -[[image:1760435802140-274.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="129" width="800"]]
417 +[[image:1771431570393-551.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="155" width="800"]]
397 397  
398 398  In this section:
399 399  
... ... @@ -401,10 +401,12 @@
401 401  * Current to clear the "Discharging current present" – a current level to clear the "Discharging current present" signal, А;
402 402  * 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;
403 403  * 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;
425 +* Use actual voltage to generate the "Ready to discharge" signal – a flag to disable voltage correction for "Ready to discharge" signal;
404 404  * 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;
405 405  * 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;
406 406  * 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;
407 407  * 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;
430 +* Clear the 'Ready to discharge' signal if the 'Low SOC' signal is set;
408 408  * Errors 1, 2 to clear the "Ready to discharge" – bitfields to choose the errors which will clear the "Ready to discharge" signal.
409 409  
410 410  === Precharge ===
1765447975228-766.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +18.8 KB
Content
1765448283865-334.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +20.9 KB
Content
1771431551882-439.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +43.7 KB
Content
1771431570393-551.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +43.7 KB
Content
1771432488941-251.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +40.1 KB
Content
1771432563405-644.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +40.1 KB
Content