Changes for page 3.3 Control

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

From version 6.4
edited by Admin
on 2025/01/28 16:06
Change comment: There is no comment for this version
To version 14.1
edited by Admin
on 2025/02/11 16:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -26,7 +26,7 @@
26 26  
27 27  Each module in a battery must have a unique address. You can change the address in the battery module settings in the “Connectivity → CAN” section of the BMS Main 3 settings.
28 28  
29 -You can set up maximum number of found modules to finish initialization in corresponding section.
29 +In corresponding section you can set up maximum number of found modules to finish initialization.
30 30  
31 31  === Calculation of battery parameters ===
32 32  
... ... @@ -40,8 +40,8 @@
40 40  
41 41  * Minimal SOC – SOC of the modular battery is assumed to be the minimum SOC among the battery modules;
42 42  * Average SOC – SOC of the modular battery is taken equal to the arithmetic average of the SOC of the battery modules;
43 -* Min-Max SOC – SOC of the modular battery is calculated based on the minimal and maximum SOC of the battery modules (optimized for maximum health);
44 -* Max-Min SOC – SOC of the modular battery is calculated based on the minimal and maximum SOC of the battery modules (optimized for maximum capacity, recommended);
43 +* Min-Max SOC – the battery SOC is calculated based on the minimum and maximum SOC of the modules. Final SOC will be a) 100% if any module has 100% SOC, b) 0% if any module has 0% SOC;
44 +* Max-Min SOC – the battery SOC is calculated based on the minimum and maximum SOC of the modules. Final SOC will be a) 100% if all modules have 100% SOC, b) 0% if all modules have 0% SOC;
45 45  
46 46  Calculation of the battery state of health (SOH) is configured in the "Control → Calculation → Final SOH" section. The following battery SOH calculation methods are supported:
47 47  
... ... @@ -55,13 +55,12 @@
55 55  The Main contactor algorithm supports the following modes:
56 56  
57 57  * Always on;
58 -* Automatic, when the main contactor closes by the internal charging and discharging algorithms at the same time with Precharging, Charging and Discharging contactors.
58 +* Automatic, when the main contactor closes by the internal charging and discharging algorithms at the same time with Precharging, Charging, Discharging and Charging/Discharging contactors.
59 59  
60 60  In “Always on” mode, the main contactor closes if all the following is true:
61 61  
62 62  * “Charging” contactor is open;
63 63  * “Discharging” contactor is open;
64 -
65 65  * there are no errors.
66 66  
67 67  In “Always on” mode, the main contactor opens if “Charging” and “Discharging” contactors are open and any of the following is true:
... ... @@ -111,14 +111,34 @@
111 111  
112 112  To change the precharge parameters, select the section “Control → Precharge”:
113 113  
114 -[[image:1734089664376-736.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="56" width="600"]]
115 -
116 116  In this section:
117 117  
115 +[[image:1739290619354-792.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="117" width="600"]]
116 +
118 118  * Precharge current threshold to close the discharging contactor – a current value to ensure that precharge process has finished and it is allowed to close the discharging contactor, A;
119 119  * Check voltages before and after contactors to finish precharging – a flag to check the voltages before and after contactors to ensure that precharge process has finished and it is allowed to close the discharging contactor;
120 -* Minimum voltage difference to finish precharging – a minimum voltage difference before and after contactors to ensure precharge process finished, V.
119 +* Minimum voltage difference before and after contactors to finish precharging – a minimum voltage difference before and after contactors to ensure precharge process finished, V;
120 +* Number of precharging attempts – maximum number of precharging attempts before setting the "Precharge error";
121 +* Precharge time – a duration of closing the precharge contactor before closing the discharging contactor, millisecond;
122 +* Relaxation between attempts – a duration between precharge attempts, millisecond;
123 +* Check the power dissipated in the preacharge resistor - a flag to enable the calculation of power dissipated in precharge resistor;
124 +* Precharge resistor resistance, Ohm;
125 +* Maximum allowable power dissipated in the resistor, W;
126 +* Delay before setting the "Precharge error" when checking power, millisecond;
127 +* Delay before clearing the "Precharge error", second;
128 +* Lock – a flag to block the error until the device is restarted.
121 121  
130 +“Precharge error” generation conditions if any of the following is true:
131 +
132 +* the precharge current does not decrease during the "Precharge time" after "Number of precharging attempts";
133 +* voltages before and after contactors are not equal during the "Precharge time" after "Number of precharging attempts";
134 +* power dissipated on the precharge resistor is above the maximum value during the “Delay before setting the 'Precharge error' when checking power” time.
135 +
136 +(% class="box warningmessage" %)
137 +(((
138 +Behavior of contactors at “Precharge error” is configured in corresponding contactor settings!
139 +)))
140 +
122 122  === Charge ===
123 123  
124 124  The BMS Main 3X device manages the parallel connection of the battery modules and the connection of the battery to the charging circuit.
... ... @@ -156,7 +156,7 @@
156 156  
157 157  The battery charge management is configured in the "Control → Charge" section:
158 158  
159 -[[image:1734089684907-463.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="180" width="600"]]
178 +[[image:1738081025199-282.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="162" width="600"]]
160 160  
161 161  In this section:
162 162  
... ... @@ -168,17 +168,14 @@
168 168  * Minimum number of modules allowed to join – a minimum number of battery modules that can be connected in parallel;
169 169  * Allowable battery current to rejoin modules – a battery current at which joining of battery modules is permitted, A;
170 170  * Allowable voltage difference to rejoin modules – a difference between the voltage of the disconnected module and the battery voltage at which its joining is permitted, V;
171 -* Checking voltages time – a time of checking voltages of battery modules, millisecond;
172 -* Pre-balancing modules time – a time of pre-charging battery modules, millisecond;
173 -* Balancing modules time – a time of balancing battery modules, millisecond;
190 +* Checking voltages time – a time of checking voltages of battery modules before starting joining modules, millisecond;
191 +* Balancing modules time – a time of balancing battery modules after joining modules and before closing main charging contactor, millisecond;
174 174  * Control the precharging contactor – a flag to control the main precharging contactor;
175 -* Precharging time – a time of precharging, millisecond;
176 176  * Canceling charging time – a delay before opening the main charging contactor, ms;
177 -* Limit module current – a flag that allows to limit the charging current of a modular battery so that the current of each battery module does not exceed its maximum allowable charge current;
178 -* Slew rate – a rate of change of the charge current limit when the “Limit module current” flag is set, A/s;
179 179  * Disconnect modules that are not ready to charge – a flag for disconnecting modules that have the “Ready to charge” signal cleared.
180 180  * Disconnect all modules if one is not ready to charge – a flag for disconnecting all modules if any of the modules have the “Ready to charge” signal cleared;
181 181  * Join modules on the “Charge request” signal – a flag to enable automatic modules joining if “Charge request” signal appears;
197 +* Maximum CONTINUOUS charge current limit – a maximum continuous allowed charging current of all battery, A;
182 182  * Maximum charge current limit – a maximum allowed charging current of all battery, A;
183 183  * Errors 1 (2) to disconnect all battery modules – errors that cause all battery modules to be disconnected from the common bus;
184 184  * Errors 1 (2) to open the charging contactor – errors that cause the main charging contactor "Charging" to open;
... ... @@ -221,7 +221,7 @@
221 221  
222 222  The battery discharge management is configured in the "Control → Discharge" section:
223 223  
224 -[[image:1734089702987-534.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="179" width="600"]]
240 +[[image:1738081173083-894.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="162" width="600"]]
225 225  
226 226  In this section:
227 227  
... ... @@ -233,17 +233,14 @@
233 233  * Minimum number of modules allowed to join – a minimum number of battery modules that can be connected in parallel;
234 234  * Allowable battery current to rejoin modules – a battery current at which joining of battery modules is permitted, A;
235 235  * Allowable voltage difference to rejoin modules – a difference between the voltage of the disconnected module and the battery voltage at which its joining is permitted, V;
236 -* Checking voltages time – a time of checking voltages of battery modules, millisecond;
237 -* Pre-balancing modules time – a time of precharging battery modules, millisecond;
238 -* Balancing modules time – a time of balancing battery modules, millisecond;
252 +* Checking voltages time – a time of checking voltages of battery modules before starting joining modules, millisecond;
253 +* Balancing modules time – a time of balancing battery modules after joining modules and before closing main discharging contactor, millisecond;
239 239  * Control the precharging contactor – a flag to control the main precharging contactor;
240 -* Precharging time – a time of precharging, millisecond;
241 241  * Canceling discharging time – a delay before opening the main discharging contactor, millisecond;
242 -* Limit module current – a flag that allows to limit the discharging current of a modular battery so that the current of each battery module does not exceed its maximum allowable discharge current;
243 -* Slew rate – a rate of change of the discharge current limit when the “Limit module current” flag is set, A/s;
244 244  * Disconnect modules that are not ready to discharge – a flag for disconnecting modules that have the “Ready to discharge” signal cleared.
245 245  * Disconnect all modules if one is not ready to discharge – a flag for disconnecting all modules if one of the modules have the “Ready to discharge” signal cleared;
246 246  * Join modules on the “Discharge request” signal – a flag to enable automatic modules joining if “Discharge request” signal appears;
259 +* Maximum CONTINUOUS discharge current limit – a maximum allowed continuous discharging current of all the battery, A;
247 247  * Maximum discharge current limit – a maximum allowed discharging current of all the battery, A;
248 248  * Errors 1 (2) to disconnect all battery modules – errors that cause all battery modules to be disconnected from the common bus;
249 249  * Errors 1 (2) to open the discharging contactor – errors that cause the main discharging contactor "Discharging" to open,
... ... @@ -253,15 +253,66 @@
253 253  
254 254  The BMS Main 3X can control the charging/discharging contactor that is used to both charge and discharge the battery.
255 255  
256 -The charge/discharge contactor (“Charging/Discharging” signal) receives a “Charging” signal (generated by the charge controller) if a “Charge request” signal is received from the upper-level system. In all other cases, the "Discharging" signal is output to the contactor (generated by the discharge controller).
269 +Charge/Discharge contactor has two algorithms of operation:
257 257  
271 +* 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;
272 +* Independent - Charge/Discharge contactor is based on its own controller.
273 +
274 +The charging/discharging controller supports the following modes:
275 +
276 +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.
277 +1. Charging/Discharging is allowed if all battery modules are balanced (Balanced).
278 +1. Charging/Discharging is allowed for most balanced battery modules (Partially balanced). Unbalanced modules are disconnected from the common bus and do not participate in the discharging.
279 +
280 +The device controls two processes: **joining battery modules** and **closing the main charging/discharging contactor**.
281 +
282 +The operation of the **joining battery modules** depends on the signal received:
283 +
284 +* If "Join to charge" is received, joining procedure is done as described in [[Charge>>doc:||anchor="HCharge"]] section;
285 +* If "Join to discharge" is received, joining procedure is done as described in [[Discharge>>doc:||anchor="HDischarge"]] section;
286 +* If both signals received, "Join to charge" has a priority.
287 +
288 +The operation of **closing main charging/discharging contactor **depends on the signal received:
289 +
290 +* If "Charge request" is received, procedure is done as described in [[Charge>>doc:||anchor="HCharge"]] section;
291 +* If "Discharge request" is received, procedure is done as described in [[Discharge>>doc:||anchor="HDischarge"]] section;
292 +* If both signals received, "Charge request" has a priority.
293 +
294 +
295 +In addition, the charge/discharge controller calculates and transmits to the upper-level system the maximum allowable current value with which the modular battery can be charged ("Charge current limit") and discharged ("Discharge current limit"), as well as the maximum regeneration current value with which the modular battery can be charged during operation under load ("Regeneration current limit"). The calculation of the charge, discharge and regeneration currents of the entire battery is performed based on the number of battery modules operating for charge or discharge and the maximum charge and discharge current values ​​transmitted by them:
296 +
297 +* "Charge current limit" and "Regeneration current limit" are calculated only if there is "Charge request";
298 +* "Discharge current limit" is calculated only if there is "Discharge request".
299 +
258 258  The charge/discharge contactor control is configured in the “Control → Charge/Discharge” section:
259 259  
260 -[[image:1734089702994-738.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="92" width="600"]]
302 +[[image:1739292809635-913.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="238" width="800"]]
261 261  
262 262  In this section:
263 263  
264 -* Enable – a flag to enable the charge/discharge controller.
306 +* Enable – a flag to enable battery charge/discharge controller;
307 +* Algorithm:
308 +** Always on – discharging is always allowed;
309 +** Balanced – discharging is allowed provided that all battery modules are balanced;
310 +** Partially balanced – discharging is allowed for most balanced battery modules;
311 +* Minimum number of modules allowed to join – a minimum number of battery modules that can be connected in parallel;
312 +* Allowable battery current to rejoin modules – a battery current at which joining of battery modules is permitted, A;
313 +* Allowable voltage difference to rejoin modules – a difference between the voltage of the disconnected module and the battery voltage at which its joining is permitted, V;
314 +* Checking voltages time – a time of checking voltages of battery modules before starting joining modules, millisecond;
315 +* Balancing modules time – a time of balancing battery modules after joining modules and before closing main discharging contactor, millisecond;
316 +* Control the precharging contactor – a flag to control the main precharging contactor;
317 +* Canceling discharging time – a delay before opening the main discharging contactor, millisecond;
318 +* Disconnect modules that are not ready to charge – a flag for disconnecting modules that have the “Ready to charge” signal cleared;
319 +* Disconnect modules that are not ready to discharge – a flag for disconnecting modules that have the “Ready to discharge” signal cleared;
320 +* Join modules on the “Charge request” signal – a flag to enable automatic modules joining if “Charge request” signal appears;
321 +* Join modules on the “Discharge request” signal – a flag to enable automatic modules joining if “Discharge request” signal appears;
322 +* Maximum CONTINUOUS charge current limit – a maximum allowed continuous charging current of all the battery, A;
323 +* Maximum charge current limit – a maximum allowed charging current of all the battery, A;
324 +* Maximum CONTINUOUS discharge current limit – a maximum allowed continuous discharging current of all the battery, A;
325 +* Maximum discharge current limit – a maximum allowed discharging current of all the battery, A;
326 +* Errors 1 (2) to disconnect all battery modules – errors that cause all battery modules to be disconnected from the common bus;
327 +* Errors 1 (2) to open the charging/discharging contactor – errors that cause the main charging/discharging contactor "Discharging" to open,
328 +* Switch of the charging/discharging contactor on errors without a delay – a flag that allows the main charging/discharging contactor to be opened without delay if errors are detected.
265 265  
266 266  === Module balancing ===
267 267  
1738080723625-718.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +36.2 KB
Content
1738080762857-975.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +36.0 KB
Content
1738081025199-282.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +48.3 KB
Content
1738081173083-894.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +49.1 KB
Content
1739290619354-792.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +41.2 KB
Content
1739292809635-913.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +60.7 KB
Content