Changes for page 3.3 Control

Last modified by Admin on 2025/04/09 12:14

From version 6.3
edited by Admin
on 2024/12/24 15:42
Change comment: There is no comment for this version
To version 46.1
edited by Admin
on 2025/04/09 12:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,5 @@
1 1  (% data-numbered-headings-start="3" style="--numbered-headings-start: 2;font-size: 0px;color: rgba(0, 0, 0, 0.0);margin-bottom: 0px; margin-top: 0px;" %)
2 -= Settings =
2 += Configuration =
3 3  
4 4  (% data-numbered-headings-start="3" style="--numbered-headings-start: 2;font-size: 0px;color: rgba(0, 0, 0, 0.0);margin-bottom: 0px; margin-top: 0px;" %)
5 5  == Control ==
... ... @@ -18,9 +18,10 @@
18 18  * Relax time (atfer discharging) – a relaxation time after discharging, second;
19 19  * Reset parameters – a command to reset cells state of charge, capacity, and resistance;
20 20  * Method of calculating the battery voltage:
21 -** Summariza
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.
22 22  
23 -The values “Capacity”, “Resistance”, “Cycles” are used to calculate the SOC of cells and the battery.
24 +The values “Capacity” and “Resistance” are used to calculate the SOC of cells and the battery.
24 24  
25 25  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.
26 26  
... ... @@ -43,8 +43,9 @@
43 43  
44 44  To change the estimation algorithm for calculating the battery SOC, select the "Control → SOC estimation → Algorithm" section:
45 45  
46 -[[image:1733322611549-423.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="148" width="800"]]
47 47  
48 +[[image:1735056107942-306.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="141" width="800"]]
49 +
48 48  The following estimation algorithms supported:
49 49  
50 50  * Voltage – by open circuit voltage;
... ... @@ -68,7 +68,8 @@
68 68  
69 69  * Minimal SOC – the battery SOC is assumed to be the minimum SOC among the cells;
70 70  * Average SOC – the battery SOC is taken equal to the arithmetic average of the cell SOC;
71 -* Min-Max SOC – the battery SOC is taken based on the minimum and maximum SOC of the cells (recommended method).
73 +* Min-Max SOC – the battery SOC is calculated based on the minimum and maximum SOC of the cells. Final SOC will be a) 100% if any cell has 100% SOC, b) 0% if any cell has 0% SOC;
74 +* Max-Min SOC – the battery SOC is calculated based on the minimum and maximum SOC of the cells. Final SOC will be a) 100% if all cells have 100% SOC, b) 0% if all cells have 0% SOC.
72 72  
73 73  Other parameters:
74 74  
... ... @@ -103,18 +103,26 @@
103 103  
104 104  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
105 105  
106 -R = (U-U,,ocv,,) / I,,stable,,,
109 +{{formula fontSize="SMALL" imageType="PNG"}}
110 +R = \frac{U-U_{ocv}}{I_{stable}}
111 +{{/formula}}
107 107  
108 -where U is the cell voltage measured in the charge or discharge state, V; U,,ocv,, is the cell voltage measured in the state of relaxation (before switching to the state of charge or discharge); I,,stable,, stabilized current through the cell in the state of charge or discharge.
113 +where U the cell voltage measured in the charge or discharge state, V; U,,ocv,, — cell voltage measured in the state of relaxation (before switching to the state of charge or discharge); I,,stable,, stabilized current through the cell in the state of charge or discharge.
109 109  
110 110  The second method is used for a stepwise change in the current through the cell, while the value of the cell resistance:
111 111  
112 -R = (U,,2,,-U,,1,,) / (I,,stable2,,-I,,stable1,,) provided that | I,,stable2,,-I,,stable1,, | > 0.2 × Q,,max,,
117 +{{formula fontSize="SMALL"}}
118 +R = \frac{U_2-U_1}{I_{stable2}-I_{stable1}}
119 +{{/formula}}
113 113  
114 -(Q,,max,, is the maximum cell capacity),
121 +provided that
115 115  
116 -where U,,2,, is the voltage on the cell at the moment when the stabilized current I,,stable2,, is flowing through it; U,,1,, – the voltage on the cell at the moment when the stabilized current I,,stable1,, flowing through it.
123 +{{formula fontSize="SMALL"}}
124 +| I_{stable2}-I_{stable1} | > 0.2 × Qmax
125 +{{/formula}}
117 117  
127 +where Q,,max,, — the maximum cell capacity,U,,2,, — voltage on the cell at the moment when the stabilized current I,,stable2,, is flowing through it; U,,1,, — the voltage on the cell at the moment when the stabilized current I,,stable1,, flowing through it.
128 +
118 118  The stabilized current I,,stable,, = I, if during the stabilization time the instantaneous current I is in the range from 0.95 × I to 1.05 × I.
119 119  
120 120  To change parameters of the algorithm for calculating the cell resistance, select the "Control → Resistance estimation" section:
... ... @@ -129,7 +129,7 @@
129 129  * Minimum SOC – minimum cell SOC value for resistance calculation;
130 130  * Maximum SOC – maximum cell SOC value for resistance calculation.
131 131  
132 -The calculated resistance is accepted by the system as valid (and therefore updated) if its value is in the range from Resistance/2 to “Maximum resistance factor” × Resistance, where "Resistance" is the nominal resistance of the cell (see [[Common settings>>doc:||anchor="HCommonsettings"]]). If the calculated resistance value is greater than the value (Maximum resistance factor × Resistance), the updated resistance value will be equal to the value (Maximum resistance factor × Resistance).
143 +The calculated resistance is accepted by the system as valid (and therefore updated) if its value is in the range from Resistance / 2 to “Maximum resistance factor” × Resistance, where "Resistance" is the nominal resistance of the cell (see [[Common settings>>doc:||anchor="HCommonsettings"]]). If the calculated resistance value is greater than the value (Maximum resistance factor × Resistance), the updated resistance value will be equal to the value (Maximum resistance factor × Resistance).
133 133  
134 134  === Low SOC (signal) ===
135 135  
... ... @@ -154,7 +154,10 @@
154 154  
155 155  * the battery SOC is greater than the “Tolerant SOC” during the “Delay before clearing the signal” time.
156 156  
168 +(% class="box infomessage" %)
169 +(((
157 157  The "Low SOC signal" is indicative and can be output to a discrete output or a power switch.
171 +)))
158 158  
159 159  === High charging current (signal) ===
160 160  
... ... @@ -179,7 +179,10 @@
179 179  
180 180  * the measured current is less than the “Tolerant charging current” value during the “Delay before clearing the signal” time.
181 181  
196 +(% class="box infomessage" %)
197 +(((
182 182  The "High charging current" signal is indicative and can be output to a discrete output or a power switch.
199 +)))
183 183  
184 184  === Charge map ===
185 185  
... ... @@ -189,7 +189,7 @@
189 189  
190 190  To configure parameters for determining the charge current limit, select the "Control → Charge map" section:
191 191  
192 -[[image:1733322637793-171.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="177" width="800"]]
209 +[[image:1735064362593-844.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="153" width="800"]]
193 193  
194 194  In this section:
195 195  
... ... @@ -196,18 +196,18 @@
196 196  * Enable – a flag to start calculation of the charge current limit;
197 197  * Maximum charge current – a maximum allowable value of the charge current (under normal conditions), A;
198 198  * Rate of change – a rate of change the current limit to a new value (0 is for immediate change), A/s;
199 -* Option 1: Limit charge current by the battery SOC and temperature – a flag to enable correction of maximum allowable charging current Kcs depending on SOC and battery temperature;
216 +* Option 1: Limit charge current by the battery SOC and temperature – a flag to enable correction of maximum allowable charging current** Kcs** depending on __maximum cell SOC__ and battery temperature;
200 200  * Option 1: SOC x Temperature x Factor – the dependence of the correction factor on SOC and battery temperature;
201 -* Option 2: Limit charge current by the contactor temperature – a flag to enable correction of maximum allowable charging current Kcc depending on contactor temperature;
218 +* Option 2: Limit charge current by the contactor temperature – a flag to enable correction of maximum allowable charging current **Kcc** depending on contactor temperature;
202 202  * Option 2: Contactor temperature x Factor – the dependence of the correction factor on SOC and contactor temperature;
203 -* Option 3: Limit charge current by the maximum cell voltage - a flag to enable correction of maximum allowable charging current Kcv depending on maximum cell voltage;
220 +* Option 3: Limit charge current by the maximum cell voltage - a flag to enable correction of maximum allowable charging current **Kcv** depending on __the maximum cell U,,ocv,, voltage__ (corrected due to current and cell resistance)
204 204  * Option 3: Cell voltage x Factor – the dependence of the correction factor on maximum cell voltage;
205 -* Option 4: Limit charge current by the cell temperature - a flag to enable correction of maximum allowable charging current Kct depending on maximum cell temperature;
222 +* Option 4: Limit charge current by the cell temperature - a flag to enable correction of maximum allowable charging current **Kct** depending on maximum cell temperature;
206 206  * Option 4: Cell temperature x Factor – the dependence of the correction factor on maximum cell temperature.
207 207  
208 208  Value of the charge current limit at given SOC, temperature, contactors temperature, maximum cell voltage and maximum cell temperature is calculated as follows:
209 209  
210 -Charging current limit = Maximum charging current × Kcs × Kcc × Kcv × Kct
227 +**Charge current limit = Maximum charge current × Kcs × Kcc × Kcv × Kct**
211 211  
212 212  === Discharge map ===
213 213  
... ... @@ -217,7 +217,7 @@
217 217  
218 218  To configure parameters for determining the discharge current limit, select the "Control → Discharge map" section:
219 219  
220 -[[image:1733322637795-310.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="178" width="800"]]
237 +[[image:1735064399985-526.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="152" width="800"]]
221 221  
222 222  In this section:
223 223  
... ... @@ -224,18 +224,18 @@
224 224  * Enable – a flag to start calculation of the discharge current limit;
225 225  * Maximum discharge current – a maximum allowable value of the discharge current (under normal conditions), A;
226 226  * Rate of change – a rate of change the current limit to a new value (0 is for immediate change), A/s;
227 -* Option 1: Limit discharging current by the battery SOC and temperature – a flag to enable correction of maximum allowable discharging current Kds depending on SOC and temperature;
244 +* Option 1: Limit discharging current by the battery SOC and temperature – a flag to enable correction of maximum allowable discharging current **Kds **depending on __minimum cell SOC__ and temperature;
228 228  * Option 1: SOC x Temperature x Factor – the dependence of the correction factor on SOC and battery temperature;
229 -* Option 2: Limit discharge current by the contactor temperature – a flag to enable correction of maximum allowable discharging current Kdc depending on contactor temperature;
246 +* Option 2: Limit discharge current by the contactor temperature – a flag to enable correction of maximum allowable discharging current **Kdc** depending on contactor temperature;
230 230  * Option 2: Contactor temperature x Factor – the dependence of the correction factor on SOC and contactor temperature;
231 -* Option 3: Limit discharge current by the cell voltage - a flag to enable correction of maximum allowable discharging current Kdv depending on minimum cell voltage;
248 +* Option 3: Limit discharge current by the cell voltage - a flag to enable correction of maximum allowable discharging current **Kdv** depending on __the minimum cell U,,ocv,, voltage__ (corrected due to current and cell resistance)
232 232  * Option 3: Cell voltage x Factor – the dependence of the correction factor on minimum cell voltage;
233 -* Option 4: Limit discharge current by the cell temperature - a flag to enable correction of maximum allowable discharging current Kdt depending on maximum cell temperature;
250 +* Option 4: Limit discharge current by the cell temperature - a flag to enable correction of maximum allowable discharging current **Kdt** depending on maximum cell temperature;
234 234  * Option 4: Cell voltage x Factor – the dependence of the correction factor on minimum cell temperature.
235 235  
236 236  Value of the discharge current limit at given SOC, temperature, contactors temperature, minimum cell voltage and maximum cell temperature is calculated as follows:
237 237  
238 -Discharging current limit = Maximum discharging current × Kds × Kdc × Kdv × Kdt
255 +**Discharge current limit = Maximum discharge current × Kds × Kdc × Kdv × Kdt**
239 239  
240 240  === Charge map (PEAK & CONTINUOUS) ===
241 241  
... ... @@ -243,7 +243,7 @@
243 243  
244 244  To configure parameters for determining the charge current limit, select the "Control → Charge map (PEAK & CONTINUOUS)" section:
245 245  
246 -[[image:1733322637796-187.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="145" width="800"]]
263 +[[image:1735064434321-430.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="124" width="800"]]
247 247  
248 248  In this section:
249 249  
... ... @@ -264,7 +264,6 @@
264 264  
265 265  I,,continuous,, = Maximum CONTINUOUS charge current × K,,cc,,
266 266  
267 -
268 268  === Discharge map (PEAK & CONTINUOUS) ===
269 269  
270 270  The BMS Main 3 has an alternative algorithm for the maximum allowed discharging current based on peak and continuous battery operating modes.
... ... @@ -271,7 +271,7 @@
271 271  
272 272  To configure parameters for determining the discharge current limit, select the "Control → Discharge map (PEAK & CONTINUOUS)" section:
273 273  
274 -[[image:1733322735595-661.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="145" width="800"]]
290 +[[image:1735064454708-345.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="124" width="800"]]
275 275  
276 276  In this section:
277 277  
... ... @@ -292,6 +292,118 @@
292 292  
293 293  I,,continuous,, = Maximum CONTINUOUS discharge current × K,,dc,,
294 294  
311 +=== Main contactor ===
312 +
313 +The BMS Main 3 device controls the main contactor. The main contactor is usually placed in the common (minus) battery line for opening the charge and discharge circuits in case of sealing of the charging or discharging contactors.
314 +
315 +The Main contactor algorithm supports the following modes:
316 +
317 +* Always on;
318 +* Automatic.
319 +
320 +In “Always on” mode main contactor closes if all the following is true:
321 +
322 +* Other contactors are open;
323 +* There are no errors from the "Errors 1, 2 ..." bitfileds.
324 +
325 +In “Always on” mode main contactor opens if all the following is true:
326 +
327 +* Other contactors are open;
328 +* There is an error from the the "Errors 1, 2 ..." bitfileds.
329 +
330 +In “Automatic” mode, the main contactor closes by internal algorithms at the same time with other contactors.
331 +
332 +In “On demand” mode, the main contactor closes by external the “Close Main contactor” request.
333 +
334 +(% class="box infomessage" %)
335 +(((
336 +**Note: **when errors occur in the system, the **Main **contactor opens either immediately or with the delay T,,off,, (depends on the settings described below).
337 +)))
338 +
339 +To change the parameters of the main contactor, select the "Control → Main contactor" section:
340 +
341 +[[image:1735064488658-863.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="112" width="800"]]
342 +
343 +In this section:
344 +
345 +* Enable – a flag to enable the main contactor control;
346 +* Algorithm – main contactor control algorithm:
347 +** Always on – contactor is always closed;
348 +** Automatic – contactor closes by internal charge and discharge algorithms;
349 +** On demand – contactor is closed by an external request;
350 +* Time to keep the contactor closed before closing the others – a time for other contactors to be open after the main contactor is closed;
351 +* Delay before opening the contactor – a time which is used to detect conditions for opening the contactor, s;
352 +* Keep the contactor open until the device is restarted – a flag for keeping the main contactor open until the system is reset;
353 +* Errors 1, 2 to open the main contactor – bitfields to choose the errors which will open the main contactor.
354 +
355 +=== Charging status ===
356 +
357 +To change the parameters of charging process status, select the "Control → Charging status" section:
358 +
359 +[[image:1735064935499-941.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="110" width="800"]]In this section:
360 +
361 +* Current to set the "Charging current present" – a current level to generate the "Charging current present" signal, A;
362 +* Current to clear the "Charging current present" – a current level to clear the "Charging current present" signal, A;
363 +* 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;
364 +* 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;
365 +* 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;
366 +* Errors 1, 2 to clear the "Ready to charge" – bitfields to choose the errors which will clear the "Ready to charge" signal.
367 +
368 +(% class="box infomessage" %)
369 +(((
370 +**Note:** The "Allow charging" signal activates under two independent conditions:
371 +1) the voltage on the cells reaches the “Voltage to reset the “Ready to charge"” level and
372 +2) the "Delay before recharging" time has passed since the opening of the allow charging contactor.
373 +)))
374 +
375 +=== Discharging status ===
376 +
377 +To change the parameters of discharging process status, select the "Control → Discharging status" section:
378 +
379 +[[image:1735064980481-209.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="102" width="800"]]In this section:
380 +
381 +* Current to set the "Discharging current present" – a current level to generate the "Discharging current present" signal, А;
382 +* Current to clear the "Discharging current present" – a current level to clear the "Discharging current present" signal, А;
383 +* 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;
384 +* 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;
385 +* Errors 1, 2 to clear the "Ready to discharge" – bitfields to choose the errors which will clear the "Ready to discharge" signal.
386 +
387 +=== Precharge ===
388 +
389 +The BMS Main 3 device can control the precharge contactor. The precharge contactor is used to charge the intermediate capacity with low current and usually placed with the limiting resistor in parallel to charging or discharging contactor.
390 +
391 +BMS Main 3 device detects errors while pre-charging the load capacity by monitoring the current and voltage difference before and after contactors. Also BMS can measure the power dissipated on precharge resistor and generate an error if it greater than configured limit.
392 +
393 +TBA
394 +
395 +To change the parameters of precharge contactor, select the "Control → Precharge" section:
396 +
397 +[[image:1735065073836-743.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="160" width="800"]]
398 +
399 +* Precharge current threshold to finish precharging – a minimum current value at which precharging process assumed to be finished, A;
400 +* 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;
401 +* Minimum voltage difference to finish precharging – minimal voltage difference before and after contactors at which precharge process is meant to be finished, V;
402 +* Number of precharging attempts – maximum number of precharging attempts before setting the "Precharge error";
403 +* Precharge time – a duration of closing the precharge contactor before closing the discharging contactor, millisecond;
404 +* Relaxation between attempts – a duration between precharge attempts, millisecond;
405 +* Check the power dissipated in the preacharge resistor - a flag to enable the calculation of power dissipated in precharge resistor;
406 +* Precharge resistor resistance, Ohm;
407 +* Maximum allowable power dissipated in the resistor, W;
408 +* Delay before setting the "Precharge error" when checking power, millisecond;
409 +* Delay before clearing the "Precharge error", second;
410 +* Lock the "Precharge error" – a flag to block the error until the device is restarted.
411 +
412 +“Precharge error” generation conditions if any of the following is true:
413 +
414 +* the precharge current does not decrease during the "Precharge time" after "Number of precharging attempts";
415 +* voltages before and after contactors are not equal during the "Precharge time" after "Number of precharging attempts";
416 +* power dissipated on the precharge resistor is above the maximum value during the “Delay before setting the 'Precharge error' when checking power” time.
417 +
418 +(% class="box warningmessage" %)
419 +(((
420 +Behavior of contactors at “Precharge error” is configured in corresponding contactor settings!
421 +)))
422 +
295 295  === Charge ===
296 296  
297 297  There are two contactors that serve charging the battery: a charging contactor and an allow charging contactor. With the help of the allow charging contactor, the BMS commands the charger to start or stop charging.
... ... @@ -302,49 +302,36 @@
302 302  * On charger connected – charging is allowed when there is a signal “Charger connected”;
303 303  * On charge request – charging is allowed when there is a signal “Charge request”.
304 304  
305 -If the "**Always on**" algorithm is selected, the charging contactor and the allow charging contactor are always closed. If at least one of the errors appears:
433 +If the "**Always on**" algorithm is selected, the charging contactor and the allow charging contactor are always closed. If at least one of the errors from the "Errors 1, 2 ..." bitfields appears or one of the signals:
306 306  
307 -* Overvoltage;
308 -* Overcurrent;
309 -* High temperature (CH);
310 -* Low temperature (CH);
311 -* HYG offline (optional);
312 -* Combilift offline (optional);
313 -* Spirit offline (optional);
314 -* Spirit charger error (optional);
315 -* Short circuit (optional);
316 -* High contactor temperature (optional);
317 -* CH contactor cycles error;
318 -* Precharge error (optional);
319 -* Critical error
435 +* Service reset;
436 +* Power down request;
437 +* Inhibit charging,
320 320  
321 -or one of the signals:
322 -
323 -* Service reset
324 -* Power down request
325 -* Inhibit charging
326 -
327 327  both contactors are open (no current flows).
328 328  
329 329  When the algorithm "**On charger connected**" is selected, the control is performed as follows:
330 330  
331 -* If there is a signal “Charger connected” and there are no errors (see the list above), then through the delay time T,,on,, the charging contactor and the allow charging contactor close;
443 +* If there is a signal “Charger connected” and there are no errors (see the "Errors 1, 2 ..." bitfields), then through the delay time T,,on,, the charging contactor and the allow charging contactor close;
332 332  * If the signal “Charger connected” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens;
333 333  * If in the process of charging the voltage on the cell exceeds the “Ready to charge” level, the allow charging contactor opens (while the charging contactor remains closed);
334 -* If errors in the list above occur the charging contactor and allow charging contactor open.
446 +* If errors from the "Errors 1, 2 ..." bitfields occur the charging contactor and allow charging contactor open.
335 335  
336 336  When the "**On charge request**" algorithm selected, the control is performed as follows:
337 337  
338 -* If there is a signal “Charge request” and there are no errors (see the list above), then through the delay time T,,on,, the charging contactor and the allow charging contactor close;
450 +* If there is a signal “Charge request” and there are no errors (see the "Errors 1, 2 ..." bitfields), then through the delay time T,,on,, the charging contactor and the allow charging contactor close;
339 339  * If the signal “Charge request” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens;
340 340  * If in the process of charging the voltage on the cell exceeds the “Ready to charge” level, the allow charging contactor opens (while the charging contactor remains closed);
341 -* If errors in the list above occur the charging contactor and allow charging contactor open.
453 +* If errors from the "Errors 1, 2 ..." bitfields occur the charging contactor and allow charging contactor open.
342 342  
343 -Note – When errors occur in the system, the charging contactor opens either immediately or with the delay T,,off,, (depends on the settings described below).
455 +(% class="box infomessage" %)
456 +(((
457 +**Note: **when errors occur in the system, the **Charge **contactor opens either immediately or with the delay T,,off,, (depends on the settings described below).
458 +)))
344 344  
345 345  To change the parameters of the battery charge control algorithm, select the "Control → Charge" section:
346 346  
347 -[[image:1733322798914-813.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="327" width="800"]]
462 +[[image:1735063563460-549.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="262" width="800"]]
348 348  
349 349  In this section:
350 350  
... ... @@ -353,20 +353,15 @@
353 353  ** Always on – charging is always allowed;
354 354  ** On charger connected – charging is allowed when there is a signal “Charger connected”;
355 355  ** On charge request – charging is allowed when there is a signal “Charge request”;
356 -* Current corresponding to charging – a current level to generate the "Charging current present" signal, A;
357 -* Current corresponding to no charging – a current level to clear the "Charging current present" signal, A;
471 +* Allow charging only when the "Ready to charge" signal is set – charging contactor will open if "Ready to charge" signal is cleared;
358 358  * Delay before starting charging – a time delay T,,on,, before closing the charging contactor and the allow charging contactor, millisecond;
359 359  * Delay before stopping charging – a time delay T,,off,, before opening the charging contactor, millisecond;
474 +* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the charge contactor (see [[Precharge>>path:#HPrecharge]]);
475 +* Errors 1, 2 to open the charging contactor – bitfields to choose the errors which will open the charging contactor;
360 360  * Use custom delays before stopping charging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors;
361 -* Custom delay: <error> – specific error delay, millisecond;
477 +* Custom delay: <error> – delay for specific error, millisecond;
362 362  * Switch off the charging contactor on errors without delay – a flag to protectively open the charging contactor without a delay. In the opposite case, when an error is detected, the charging contactor opens always with the delay “Delay before stopping charging”;
363 -* Control the precharging contactor – a flag that allows control of the precharging contactor;
364 -* Voltage to clear the “Ready to charge” – a threshold 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;
365 -* Voltage to reset the “Ready to charge” – a tolerant 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;
366 -* 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.
367 367  
368 -Note – The allow charging contactor closes under two independent conditions: 1) the voltage on the cells reaches the “Voltage to reset the “Ready to charge"” level and 2) the "Delay before recharging" time has passed since the opening of the allow charging contactor.
369 -
370 370  === Discharge ===
371 371  
372 372  The device controls the discharging contactor to connect battery to the load.
... ... @@ -377,26 +377,8 @@
377 377  * On charger disconnected – load is connected when there is no signal “Charger connected”;
378 378  * On discharge request – load is connected when there is signal “Discharge request”.
379 379  
380 -When the algorithm "**Always on**" is selected, the discharging contactor is always closed. If at least one of the errors appears:
490 +When the algorithm "**Always on**" is selected, the discharging contactor is always closed. If at least one of the errors from the "Errors 1, 2 ..." bitfields appears or one of the signals:
381 381  
382 -* Undervoltage;
383 -* Overvoltage (optional);
384 -* Overcurrent;
385 -* High temperature (DCH);
386 -* Low temperature (DCH) (optional);
387 -* HYG offline (optional);
388 -* Combilift offline (optional);
389 -* Spirit offline (optional);
390 -* Spirit charger error (optional);
391 -* Short circuit (optional);
392 -* High contactor temperature (optional);
393 -* Unallowable charging;
394 -* DCH contactor cycles error;
395 -* Precharge error (optional);
396 -* Critical error
397 -
398 -or one of the signals:
399 -
400 400  * Service reset
401 401  * Power down request
402 402  * Inhibit discharging
... ... @@ -405,21 +405,22 @@
405 405  
406 406  If the algorithm "**On charger disconnected**" is selected, the control is performed as follows:
407 407  
408 -* if there is no signal “Charger connected”, the charging contactor is open and there are no errors (see the list above), then through the delay time T,,on,, the discharging contactor closes;
409 -* If the signal “Charger connected” appears or errors occur (see the list above), then after the delay time T,,off,, the discharging contactor opens.
500 +* if there is no signal “Charger connected”, the charging contactor is open and there are no errors (see the "Errors 1, 2 ..." bitfields), then through the delay time T,,on,, the discharging contactor closes;
501 +* If the signal “Charger connected” appears or errors occur (see the "Errors 1, 2 ..." bitfields), then after the delay time T,,off,, the discharging contactor opens.
410 410  
411 411  When the "**On discharge request**" algorithm selected, the control is performed as follows:
412 412  
413 -* if there is signal “Discharge request”, the charging contactor is open and there are no errors (see the list above), then through the delay time T,,on,, the discharging contactor closes;
414 -* If the signal “Discharge request” disappears or errors occur (see the list above), then after the delay time T,,off,, the discharging contactor opens.
505 +* if there is signal “Discharge request”, the charging contactor is open and there are no errors (see the "Errors 1, 2 ..." bitfields), then through the delay time T,,on,, the discharging contactor closes;
506 +* If the signal “Discharge request” disappears or errors occur (see the "Errors 1, 2 ..." bitfields), then after the delay time T,,off,, the discharging contactor opens.
415 415  
416 -Note – In case of errors in the system operation, the opening of the discharging contactor is performed either immediately or with a delay T,,off,, (depends on the settings described below).
508 +(% class="box infomessage" %)
509 +(((
510 +**Note: **when errors occur in the system, the **Discharge **contactor opens either immediately or with the delay T,,off,, (depends on the settings described below).
511 +)))
417 417  
418 -The device supports controlling the precharging contactor. The duration of switching on the precharging contactor before closing the discharging (load) contactor is adjusted.
419 -
420 420  To change the parameters of the battery discharge control algorithm, select the "Control → Discharge" section:
421 421  
422 -[[image:1733323750262-841.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="360" width="800"]]
515 +[[image:1735064038329-836.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="273" width="800"]]
423 423  
424 424  In this section:
425 425  
... ... @@ -428,30 +428,51 @@
428 428  ** Always on – load is always connected;
429 429  ** On charger disconnected – load is connected when there is no signal “Charger connected”;
430 430  ** On discharge request – load is connected when there is signal “Discharge request”;
431 -* Current corresponding to discharging – a current level to generate the "Discharging current present" signal, А;
432 -* Current indicating no discharging – a current level to clear the "Discharging current present" signal, А;
524 +* Allow charging only when the "Ready to discharge" signal is set – discharging contactor will open if "Ready to discharge" signal is cleared;
433 433  * Delay before starting discharging – a time delay T,,on,, before closing the discharging contactor, millisecond;
434 434  * Delay before stopping discharging – a time delay T,,off,, before opening the discharging contactor, millisecond;
527 +* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the discharge contactor (see [[Precharge>>doc:||anchor="HPrecharge"]]);
528 +* Errors 1, 2 to open the discharging contactor – bitfields to choose the errors which will open the discharging contactor;
435 435  * Use custom delays before stopping discharging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors;
436 436  * Custom delay: <error> – specific error delay, millisecond;
437 437  * Switch off the discharging contactor on errors without delay – a flag to protectively open the discharging contactor without a delay. In the opposite case, when an error is detected, the discharging contactor opens always with the delay “Delay before stopping discharging”.
438 -* Precharge time – a duration of closing the precharge contactor before closing the discharging contactor, millisecond;
439 -* 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;
440 -* Minimum voltage difference to finish precharging – minimal voltage difference before and after contactors at which precharge process is meant to be finished, V;
441 -* Voltage to clear the “Ready to discharge” – a threshold voltage level on the cell, V; if the voltage of any cell is below this level, the “Ready to discharge” signal is cleared;
442 -* Voltage to reset the “Ready to discharge” – a tolerant voltage level on the cell, V; if all cells voltages are above the tolerant level, the “Ready to discharge” signal is set;
443 443  
444 444  === Charge/Discharge ===
445 445  
446 -The BMS Main 3 device can control the charging/discharging contactor, which combines algorithms of charging and discharging contactor. It behaves as a charging contactor when “Charge request” or “Charger connected” is set, otherwise – as a discharging contactor.
535 +The BMS Main 3 device can control the charge/discharge contactor, which combines algorithms of charging and discharging contactor.
447 447  
537 +Charge/Discharge contactor has three algorithms of operation:
538 +
539 +* Dependent (on Charging and Discharging signals) - 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;
540 +* Independent (Always) - Charge/Discharge contactor is always closed if there is no errors;
541 +* Independent (on Charge request or Discharge request) - Charge/Discharge contactor is based on its own controller that listen to Charge and Discharge requests and closes if one of these signals occurs.
542 +
543 +TBA
544 +
545 +(% class="box infomessage" %)
546 +(((
547 +**Note: **when errors occur in the system, the **Charge/Discharge **contactor opens either immediately or with the delay T,,off,, (depends on the settings described below).
548 +)))
549 +
448 448  The charging/discharging contactor control is configured in the “Control – Charge/Discharge” section:
449 449  
450 -[[image:1733322827919-875.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="85" width="800"]]
552 +[[image:1735122153011-166.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="162" width="800"]]
451 451  
452 452  In this section:
453 453  
454 454  * Enable – a flag to enable the charge/discharge controller.
557 +* Algorithm:
558 +** Dependent (on Charging and Discharging signals) - 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;
559 +** Independent (Always) - Charge/Discharge contactor is always closed if there is no errors;
560 +** Independent (on Charge request or Discharge request);
561 +* Delay before starting charging or discharging, millisecond;
562 +* Delay before stopping charging or discharging, millisecond;
563 +* Control the precharging contactor – a flag that enables control of precharging contactor while closing the charge/discharge contactor;
564 +* Emulate the "Charging" and "Discharging" signals – a flag to enable generation of "Charging" and "Discharging" signals when closing charge/discharge contactor;
565 +* Errors 1, 2 to prevent CHARGING through charging/discharging contactor, Errors 1, 2 to prevent DISCHARGING through charging/discharging contactor – bitfields to choose the errors which will open the charging/discharging contactor. This bitfields are combined by bitwise OR and intended to separate settings for charging and discharging processes;
566 +* Errors 1, 2 which affect the contactor only if battery CHARGING is detected – a bitfield to choose the errors which will trigger only if charging current is present. This bitfield is combined with "Errors 1, 2 to prevent CHARGING through charging/discharging contactor" by bitwise AND;
567 +* Errors 1, 2 which affect the contactor only if battery DISCHARGING is detected – a bitfield to choose the errors which will trigger only if discharging current is present. This bitfield is combined with "Errors 1, 2 to prevent DISCHARGING through charging/discharging contactor" by bitwise AND;
568 +* Switch off the charging/discharging contactor on errors without delay – a flag to protectively open the charging/discharging contactor without a delay. In the opposite case, when an error is detected, the charging/discharging contactor opens always with the delay “Delay before stopping discharging”.
455 455  
456 456  === Discharge (AUX) ===
457 457  
... ... @@ -463,11 +463,11 @@
463 463  
464 464  * the battery has low SOC;
465 465  * the battery voltage is out of range;
466 -* the battery system errors are detected.
580 +* the errors are detected (configured in the "Errors 1, 2 ..." bitfields).
467 467  
468 468  To change the parameters of the powering of external equipment, select the "Control → Discharge (AUX)" section:
469 469  
470 -[[image:1733322827920-878.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="130" width="800"]]
584 +[[image:1735066190419-838.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="161" width="800"]]
471 471  
472 472  In this section:
473 473  
... ... @@ -475,66 +475,14 @@
475 475  * Switch off the discharging (AUX) contactor if the SOC is too low;
476 476  * Minimum SOC – a minimum SOC value, when reached, the auxiliary (AUX) discharging contactor opens, %;
477 477  * Tolerant SOC – a permissive SOC value, upon reaching which the auxiliary (AUX) discharging contactor re-closes, %;
592 +* Switch off the discharging (AUX) contactor if the cell voltage is out of the range;
593 +* Minimum cell voltage, V;
594 +* Maximum cell voltage, V;
478 478  * Switch off the discharging (AUX) contactor if the battery voltage is out of the range;
479 -* Minimum voltage – minimum battery voltage, V;
480 -* Maximum voltage – maximum battery voltage, V;
481 -* Switch off the discharging (AUX) contactor on errors – the auxiliary (AUX) discharging contactor opens if the following errors occur: Undervoltage, Overcurrent, High temperature (DCH), Short circuit, Critical error.
596 +* Minimum battery voltage, V;
597 +* Maximum battery voltage, V;
598 +* Errors 1, 2 to open the auxiliary discharging contactor bitfields to choose the errors which will open the auxiliary discharging contactor.
482 482  
483 -=== Main contactor ===
484 -
485 -The BMS Main 3 device controls the main contactor. The main contactor is usually placed in the common (minus) battery line for opening the charge and discharge circuits in case of sealing of the charging or discharging contactors.
486 -
487 -The Main contactor algorithm supports the following modes:
488 -
489 -* Always on;
490 -* Automatic;
491 -* On demand.
492 -
493 -In “Always on” mode main contactor closes if all the following is true:
494 -
495 -* Charging contactor is open;
496 -* Discharging contactor is open;
497 -* There are no errors from the list below:
498 -** Overcurrent;
499 -** Undervoltage;
500 -** Overvoltage;
501 -** High temperature (CH);
502 -** High temperature (DCH);
503 -** Unallowable charging;
504 -** Critical error.
505 -
506 -In “Always on” mode main contactor opens if all the following is true:
507 -
508 -* Charging contactor is open;
509 -* Discharging contactor is open;
510 -* There is an error from the list below:
511 -** Overcurrent;
512 -** Undervoltage;
513 -** Overvoltage;
514 -** High temperature (CH);
515 -** High temperature (DCH);
516 -** Unallowable charging;
517 -** Critical error.
518 -
519 -In “Automatic” mode, the main contactor closes by internal charging and discharging algorithms at the same time with Precharging, Charging and Discharging contactors.
520 -
521 -In “On demand” mode, the main contactor closes by external the “Close Main contactor” request.
522 -
523 -To change the parameters of the main contactor, select the "Control → Main contactor" section:
524 -
525 -[[image:1733322872744-536.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="105" width="800"]]
526 -
527 -In this section:
528 -
529 -* Enable – a flag to enable the main contactor control;
530 -* Algorithm – main contactor control algorithm:
531 -** Always on – contactor is always closed;
532 -** Automatic – contactor closes by internal charge and discharge algorithms;
533 -** On demand – contactor is closed by an external request;
534 -* Time to keep the contactor closed before closing the others – a time for other contactors to be open after the main contactor is closed;
535 -* Delay before opening the contactor – a time which is used to detect conditions for opening the contactor, s;
536 -* Keep the contactor open until the device is restarted – a flag for keeping the main contactor open until the system is reset.
537 -
538 538  === Cell balancing ===
539 539  
540 540  Balancing makes the voltage of all cells equal to the minimum cell voltage.
... ... @@ -548,20 +548,25 @@
548 548  A balancing resistor is connected to the cell if the following conditions are simultaneously met:
549 549  
550 550  * the voltage on the cell is higher than the balancing start voltage;
551 -* the difference between the voltage on the cell and the minimum voltage among the battery cells is greater than the balancing start threshold.
613 +* the difference between the voltage on the cell and the minimum voltage among the battery cells is greater than the balancing start threshold;
552 552  
553 553  A balancing resistor is disconnected from the cell if any of the following conditions are met:
554 554  
555 -* the voltage on the cell is less than the balancing start voltage;
617 +* the voltage on the cell is less than the balancing stop voltage;
556 556  * the difference between the voltage on the cell and the minimum voltage among the battery cells is less than the balancing stop threshold.
557 557  
620 +(% class="box infomessage" %)
621 +(((
558 558  If the “High logic temperature” occurs, then the balancing of the cells connected to the overheated BMS Logic device will not be performed.
623 +)))
559 559  
560 560  The BMS Main 3 can enable the cell balancing by the external “Balancing request” signal. Balancing process will be started to cells which the voltage is higher than the balancing start voltage and the difference between the cell voltage and the minimum voltage among all the cells is greater than the balancing stop threshold.
561 561  
627 +BMS Main 3 can force a cell balancing, if its voltage is higher than estimated value.
628 +
562 562  To change the cell balancing parameters, select the "Control → Cell balancing" section:
563 563  
564 -[[image:1733322883460-118.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="114" width="800"]]
631 +[[image:1735065702806-422.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="130" width="800"]]
565 565  
566 566  In this section:
567 567  
... ... @@ -570,12 +570,14 @@
570 570  ** Balance on charge – balancing is performed while and after the charging (in the “Charge ON” and “Charge OFF” states);
571 571  ** Balance on charge or relaxed - balancing is performed while and after the charging and in the relaxed state (in “Charge ON”, “Charge OFF”, “Relaxed (after charging)” and “Relaxed (after discharging)” states);
572 572  ** Balance always – balancing is always performed regardless the battery state;
573 -
574 -[[image:1733322883462-975.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="74" width="600"]]
575 -
640 +* Balancing condition:
641 +** Automatic – balancing will be performed automatically if needed conditions are met;
642 +** On balancing request – balancing will start only if a remote request is received. In this case cells will start to balance regardless the "Voltage deviation to start balancing" value;
576 576  * Minimum cell voltage to start balancing, V;
577 577  * Voltage deviation to start balancing;
578 578  * Voltage deviation to stop balancing;
646 +* Voltage for forced balancing – if cell voltage is above this value, it will start discharging through balancing resistor;
647 +* Maximum allowable temperature of BMS Logic devices, ºC;
579 579  * Command to discharge all cells – a flag to force the balancing of all cells.
580 580  
581 581  === Series balancing ===
... ... @@ -653,7 +653,10 @@
653 653  
654 654  * the minimum temperature among all cells of the battery is greater than the “Tolerant cell temperature” value during the “Delay before stopping the heater” time.
655 655  
656 -If there is the "Heater" signal, the heater contactor closes and/or a signal is output to the corresponding digital output.
725 +(% class="box infomessage" %)
726 +(((
727 +If there is the "Heater" signal, the heater contactor closes and/or a signal is set to the corresponding digital output.
728 +)))
657 657  
658 658  === Cooler ===
659 659  
... ... @@ -680,7 +680,10 @@
680 680  
681 681  * the maximum temperature among all cells of the battery is less than the “Tolerant cell temperature” value during the “Delay before stopping the cooler” time.
682 682  
683 -If there is the "Cooler" signal, the cooler contactor closes and/or a signal is output to the corresponding digital output.
755 +(% class="box infomessage" %)
756 +(((
757 +If there is the "Cooler" signal, the cooler contactor closes and/or a signal is set to the corresponding digital output.
758 +)))
684 684  
685 685  === High voltage ===
686 686  
... ... @@ -698,7 +698,10 @@
698 698  
699 699  The BMS Main 3 implements a self-diagnostics of high-voltage measurement lines. If measurement line breaks or high-voltage polarity is wrong, “High voltage fault” is generated.
700 700  
701 -**If there is the “High voltage fault”, the “Critical error” is generated and all contactors open.**
776 +(% class="box warningmessage" %)
777 +(((
778 +If there is the “High voltage fault”, **the “Critical error” is generated.**
779 +)))
702 702  
703 703  === Cell analysis ===
704 704  
1735056052237-170.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +32.1 KB
Content
1735056107942-306.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +33.0 KB
Content
1735063563460-549.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +59.6 KB
Content
1735064038329-836.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +62.0 KB
Content
1735064362593-844.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +35.8 KB
Content
1735064399985-526.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +36.1 KB
Content
1735064434321-430.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +27.5 KB
Content
1735064454708-345.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +27.7 KB
Content
1735064488658-863.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +24.9 KB
Content
1735064583408-498.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +23.4 KB
Content
1735064935499-941.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +25.7 KB
Content
1735064980481-209.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +24.2 KB
Content
1735065073836-743.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +38.8 KB
Content
1735065666891-686.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +29.0 KB
Content
1735065702806-422.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +27.2 KB
Content
1735066190419-838.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +37.2 KB
Content
1735122153011-166.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Size
... ... @@ -1,0 +1,1 @@
1 +54.3 KB
Content