Changes for page 3.3 Control

Last modified by Admin on 2025/05/30 16:50

From version 25.1
edited by Admin
on 2025/02/19 15:01
Change comment: Загрузить новое вложение 1739977307594-438.png
To version 29.2
edited by Admin
on 2025/02/28 13:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,6 +10,8 @@
10 10  
11 11  [[image:1734023979572-693.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="79" width="600"]]
12 12  
13 +In this section:
14 +
13 13  * Initialization delay – a delay before processing functions after finishing device initialization (initialization includes current sensors calibration and battery modules search), millisecond.
14 14  
15 15  === Battery modules ===
... ... @@ -272,6 +272,12 @@
272 272  * Dependent - Charge/Discharge contactor depends on Charge and Discharge algorithms and their signals and behaves as Charging contactor if "Charging" signal is set, otherwise – as Discharging contactor;
273 273  * Independent - Charge/Discharge contactor is based on its own controller.
274 274  
277 +(% class="box warningmessage" %)
278 +(((
279 +**Warning!**
280 +Charge/Discharge algorithms on BMS Main 3X and on battery modules controllers must **be the same**!
281 +)))
282 +
275 275  The charging/discharging controller supports the following modes:
276 276  
277 277  1. Charging/Discharging is always allowed (Always on) – the device ignores voltage and current unbalance of the battery modules and commands to close the discharging contactors of the battery modules and the main discharging contactor.
... ... @@ -304,6 +304,9 @@
304 304  In this section:
305 305  
306 306  * Enable – a flag to enable battery charge/discharge controller;
315 +* Mode:
316 +** Dependent - Charge/Discharge contactor depends on Charge and Discharge algorithms and their signals;
317 +** Independent - Charge/Discharge contactor is based on its own controller.
307 307  * Algorithm:
308 308  ** Always on – discharging is always allowed;
309 309  ** Balanced – discharging is allowed provided that all battery modules are balanced;
... ... @@ -344,6 +344,7 @@
344 344  * Balance on charging – a flag to enable module balancing when the battery is charging;
345 345  * Delta voltage – a voltage difference at which the most charged modules are switched off (those modules whose voltage exceeds the minimum voltage among the modules by the “Delta voltage” value are switched off), V;
346 346  * Delta current – a current difference at which the most charged modules are switched off (those modules are switched off, the charge current of which is less than the maximum charge current among the modules by the “Delta current” value), A;
358 +* Detection time – a time for module to be estimated as u millisecond;
347 347  * Waiting time – a time the battery modules are in the disconnected state (after this time, the modules previously disconnected during the balancing process are reconnected to the common bus), second;
348 348  * Balance on discharging – a flag to enable module balancing when the battery is discharging (if flag is enabled operation logic and settings are equal to balancing on charging);
349 349  * Required discharging current – a value of the discharge current at which the device switches off the most discharged battery modules, A.