Changes for page 3.4 Protections

Last modified by Admin on 2025/11/10 11:45

From version 14.1
edited by Admin
on 2025/04/09 12:20
Change comment: There is no comment for this version
To version 27.1
edited by Admin
on 2025/11/10 11:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -96,7 +96,7 @@
96 96  * Enable – a flag to enable the protection;
97 97  * Minimum cell voltage, V;
98 98  * Tolerant cell voltage, V;
99 -* Check the open circuit voltage instead of the actual voltage – a flag to use the U,,ocv,, (corrected due to current and cell resistance) cell voltage;
99 +* Check the open circuit voltage instead of the actual voltage – a flag to use the U,,ocv,, (corrected due to current and cell resistance) cell voltage instead of measured value;
100 100  * Delay before setting the error, millisecond;
101 101  * Delay before clearing the error, second;
102 102  * Lock – a flag to block the error until the device is restarted.
... ... @@ -124,7 +124,7 @@
124 124  * Enable – a flag to enable the protection;
125 125  * Maximum cell voltage, V;
126 126  * Tolerant cell voltage, V;
127 -* Check the open circuit voltage instead of the actual voltage – a flag to use the U,,ocv,, (corrected due to current and cell resistance) cell voltage;
127 +* Check the open circuit voltage instead of the actual voltage – a flag to use the U,,ocv,, (corrected due to current and cell resistance) cell voltage instead of measured value;
128 128  * Delay before setting the error, millisecond;
129 129  * Delay before clearing the error, second;
130 130  * Lock – a flag to block the error until the device is restarted.
... ... @@ -139,6 +139,33 @@
139 139  
140 140  * the maximum voltage among all cells of the battery is less than the “Tolerant cell voltage” value for the “Delay before clearing the error” time.
141 141  
142 +=== Cell imbalance ===
143 +
144 +The BMS Mini S device implements battery protection from too much cell imbalance. If balancing algorithm is not enough to compensate battery imbalance, then imbalance protection generates an error when imbalance is above estimated threshold.
145 +
146 +To change the battery protection parameters from cell imbalance, select the "Protections → Cell imbalance" section:
147 +
148 +[[image:1762772978976-565.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="145" width="800"]]
149 +
150 +In this section:
151 +
152 +* Enable – a flag to enable the protection;
153 +* Maximum cell imbalance, V;
154 +* Tolerant cell imbalance, V;
155 +* Delay before setting the error, millisecond;
156 +* Delay before clearing the error, second;
157 +* Lock – a flag to block the error until the device is restarted.
158 +
159 +As a result of the operation of the battery protection from cell imbalance, the "Cell imbalance” error is generated.
160 +
161 +Error generation conditions:
162 +
163 +* the voltage difference between the most charged cell and the least charged cell is more than the “Maximum cell imbalance” value for the “Delay before setting the error” time.
164 +
165 +Conditions for removing the error:
166 +
167 +* the voltage difference between the most charged cell and the least charged cell is less than the “Tolerant cell imbalance” value for the “Delay before clearing the error” time.
168 +
142 142  === Low temperature ===
143 143  
144 144  The BMS Mini device implements battery protection from too low temperature.
... ... @@ -282,6 +282,35 @@
282 282  If there is the "Cell count error", the **“Critical error” **is generated.
283 283  )))
284 284  
312 +=== Temperature sensor count ===
313 +
314 +To change the protection parameters from the mismatch of the number of temperature sensors to the set value, select the "Protections → Temperature sensor count" section:
315 +
316 +[[image:1762773073782-768.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="130" width="800"]]
317 +
318 +In this section:
319 +
320 +* Enable – a flag to enable the protection;
321 +* Number of cells – a number of temperature sensors connected to the BMS;
322 +* Delay before setting the error, millisecond;
323 +* Delay before clearing the error, second;
324 +* Lock – a flag to block the error until the device is restarted.
325 +
326 +As a result of the operation of the protection from the mismatch of the number of cells, the "T-sensor count error" is generated.
327 +
328 +Error generation conditions:
329 +
330 +* the number of temperature sensors connected to the BMS is **not equal** to the “Number of temperature sensors” value during the “Delay before setting the error” time.
331 +
332 +Conditions for removing the error:
333 +
334 +* the number of temperature sensors connected to the BMS is **equal** to the “Number of temperature sensors” value during the “Delay before clearing the error” time.
335 +
336 +(% class="box warningmessage" %)
337 +(((
338 +If there is the "T-sensor count error", the **“Critical error” **is generated**.**
339 +)))
340 +
285 285  === Short circuit ===
286 286  
287 287  The BMS Mini device implements a protection of power circuits (contactors, power wires) against overheating caused by the flow of high current for a long time.
... ... @@ -377,6 +377,24 @@
377 377  If there is the “Current sensor error”, the **“Critical error” **is generated.
378 378  )))
379 379  
436 +=== MOSFET ===
437 +
438 +BMS Mini S device checks the status of MOSFET switches that are used to control the contactors. To change the parameters of the MOSFET switch protection, select the "Protections → MOSFET " section:
439 +
440 +[[image:1762773566548-852.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="105" width="800"]]
441 +
442 +In this section:
443 +
444 +* Delay before clearing the error, second;
445 +* Lock – a flag to block the error until the device is restarted.
446 +
447 +The “MOSFET error” occurs when the device detects a shortage in contactor coil control circuit or an overheating of the MOSFET switch. Error is removed when the temperature of MOSFET switch is normal during “Delay before clearing the error” time.
448 +
449 +(% class="box warningmessage" %)
450 +(((
451 +If there is the "MOSFET error", the **“Critical error” **is generated.
452 +)))
453 +
380 380  === Charge contactor cycles ===
381 381  
382 382  The BMS Mini device protects the charging contactor against frequent switching.
... ... @@ -404,7 +404,7 @@
404 404  
405 405  * the “Delay before clearing the error” time has passed since the error was generated.
406 406  
407 -=== Discharge contactor cycles protection ===
481 +=== Discharge contactor cycles ===
408 408  
409 409  The BMS Mini device protects the discharging contactor against frequent switching.
410 410  
... ... @@ -579,7 +579,7 @@
579 579  
580 580  To change the critical error parameters, select the "Protections → Critical error" section:
581 581  
582 -[[image:1733748083469-183.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="101" width="800"]]
656 +[[image:1762775067035-203.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="143" width="800"]]
583 583  
584 584  In this section:
585 585  
... ... @@ -586,6 +586,7 @@
586 586  * Enable – a flag to enable the protection;
587 587  * Delay before setting the error, millisecond;
588 588  * Delay before clearing the error, second;
663 +* Errors 1,2 to ignore when setting the critical error;
589 589  * Lock – a flag to block the error until the device is restarted.
590 590  
591 591  The "Critical error" signal is generated if at least one of the critical errors (see [[Errors>>doc:Battery management systems.Additional information.1\. Battery controllers\: signals and errors.WebHome||anchor="HErrors"]]) is generated during the “Delay before setting the error” time.
1762772949184-209.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +18.0 KB
Content
1762772978976-565.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +18.0 KB
Content
1762773073782-768.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +16.6 KB
Content
1762773136224-775.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +16.6 KB
Content
1762773285560-458.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +16.1 KB
Content
1762773566548-852.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +16.1 KB
Content
1762775067035-203.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +19.4 KB
Content