Changes for page 3.3 Control

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

From version 76.3
edited by Admin
on 2026/03/31 12:29
Change comment: There is no comment for this version
To version 31.1
edited by Admin
on 2024/12/26 16:41
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 -= Configuration =
2 += Settings =
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 ==
... ... @@ -12,36 +12,26 @@
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 -* **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.
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.
31 31  
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.
24 +The values “Capacity”, “Resistance”, “Cycles are used to calculate the SOC of cells and the battery.
33 33  
34 -The values **Capacity** and **“Resistance”** are used to calculate the SOC of cells and the battery.
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.
35 35  
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.
28 +The “Reset parameters will reset:
37 37  
38 -The** “Reset parameters”** will reset:
39 -
40 40  * 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);
41 41  * cell resistance to “Cell resistance” value;
42 42  * battery capacity to “Cell capacity” value.
43 43  
44 -The **“Reset parameters”** command is used for starting-up and adjustment of the battery.
34 +The “Reset parameters” command is used for starting-up and adjustment of the battery.
45 45  
46 46  === SOC estimation ===
47 47  
... ... @@ -80,8 +80,8 @@
80 80  
81 81  * Minimal SOC – the battery SOC is assumed to be the minimum SOC among the cells;
82 82  * Average SOC – the battery SOC is taken equal to the arithmetic average of the cell SOC;
83 -* 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;
84 -* 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.
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 have 100% SOC, b) 0% if any cell have 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;
85 85  
86 86  Other parameters:
87 87  
... ... @@ -112,27 +112,6 @@
112 112  * Ignore the linear zone – a flag to ignore linear SOC zone while correction (recommended to be unset);
113 113  * Last correction timestamp – time when last correction was made.
114 114  
115 -=== SOH estimation ===
116 -
117 -The BMS Main 3 device calculates the state of health of the battery (SOH) using two algorithms:
118 -
119 -* By effective capacity;
120 -* By total charge-.
121 -
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.
123 -
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.
125 -
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 -
136 136  === Resistance estimation ===
137 137  
138 138  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
... ... @@ -244,18 +244,18 @@
244 244  * Enable – a flag to start calculation of the charge current limit;
245 245  * Maximum charge current – a maximum allowable value of the charge current (under normal conditions), A;
246 246  * Rate of change – a rate of change the current limit to a new value (0 is for immediate change), A/s;
247 -* 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;
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 SOC and battery temperature;
248 248  * Option 1: SOC x Temperature x Factor – the dependence of the correction factor on SOC and battery temperature;
249 -* 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;
250 250  * Option 2: Contactor temperature x Factor – the dependence of the correction factor on SOC and contactor temperature;
251 -* 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)
220 +* 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;
252 252  * Option 3: Cell voltage x Factor – the dependence of the correction factor on maximum cell voltage;
253 -* 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;
254 254  * Option 4: Cell temperature x Factor – the dependence of the correction factor on maximum cell temperature.
255 255  
256 256  Value of the charge current limit at given SOC, temperature, contactors temperature, maximum cell voltage and maximum cell temperature is calculated as follows:
257 257  
258 -**Charge current limit = Maximum charge current × Kcs × Kcc × Kcv × Kct**
227 +**Charging current limit = Maximum charging current × Kcs × Kcc × Kcv × Kct**
259 259  
260 260  === Discharge map ===
261 261  
... ... @@ -272,18 +272,18 @@
272 272  * Enable – a flag to start calculation of the discharge current limit;
273 273  * Maximum discharge current – a maximum allowable value of the discharge current (under normal conditions), A;
274 274  * Rate of change – a rate of change the current limit to a new value (0 is for immediate change), A/s;
275 -* 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;
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 SOC and temperature;
276 276  * Option 1: SOC x Temperature x Factor – the dependence of the correction factor on SOC and battery temperature;
277 -* 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;
278 278  * Option 2: Contactor temperature x Factor – the dependence of the correction factor on SOC and contactor temperature;
279 -* 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)
248 +* 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;
280 280  * Option 3: Cell voltage x Factor – the dependence of the correction factor on minimum cell voltage;
281 -* 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;
282 282  * Option 4: Cell voltage x Factor – the dependence of the correction factor on minimum cell temperature.
283 283  
284 284  Value of the discharge current limit at given SOC, temperature, contactors temperature, minimum cell voltage and maximum cell temperature is calculated as follows:
285 285  
286 -**Discharge current limit = Maximum discharge current × Kds × Kdc × Kdv × Kdt**
255 +**Discharging current limit = Maximum discharging current × Kds × Kdc × Kdv × Kdt**
287 287  
288 288  === Charge map (PEAK & CONTINUOUS) ===
289 289  
... ... @@ -346,19 +346,36 @@
346 346  The Main contactor algorithm supports the following modes:
347 347  
348 348  * Always on;
349 -* Automatic.
318 +* Automatic;
319 +* On demand.
350 350  
351 351  In “Always on” mode main contactor closes if all the following is true:
352 352  
353 -* Other contactors are open;
354 -* There are no errors from the "Errors 1, 2 ..." bitfileds.
323 +* Charging contactor is open;
324 +* Discharging contactor is open;
325 +* There are no errors from the list below:
326 +** Overcurrent;
327 +** Undervoltage;
328 +** Overvoltage;
329 +** High temperature (CH);
330 +** High temperature (DCH);
331 +** Unallowable charging;
332 +** Critical error.
355 355  
356 356  In “Always on” mode main contactor opens if all the following is true:
357 357  
358 -* Other contactors are open;
359 -* There is an error from the the "Errors 1, 2 ..." bitfileds.
336 +* Charging contactor is open;
337 +* Discharging contactor is open;
338 +* There is an error from the list below:
339 +** Overcurrent;
340 +** Undervoltage;
341 +** Overvoltage;
342 +** High temperature (CH);
343 +** High temperature (DCH);
344 +** Unallowable charging;
345 +** Critical error.
360 360  
361 -In “Automatic” mode, the main contactor closes by internal algorithms at the same time with other contactors.
347 +In “Automatic” mode, the main contactor closes by internal charging and discharging algorithms at the same time with Precharging, Charging and Discharging contactors.
362 362  
363 363  In “On demand” mode, the main contactor closes by external the “Close Main contactor” request.
364 364  
... ... @@ -387,20 +387,13 @@
387 387  
388 388  To change the parameters of charging process status, select the "Control → Charging status" section:
389 389  
390 -[[image:1771432488941-251.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="154" width="800"]]
376 +[[image:1735064935499-941.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="110" width="800"]]In this section:
391 391  
392 -In this section:
393 -
394 394  * Current to set the "Charging current present" – a current level to generate the "Charging current present" signal, A;
395 395  * Current to clear the "Charging current present" – a current level to clear the "Charging current present" signal, A;
396 -* 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;
397 -* 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;
399 -* 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;
380 +* 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;
381 +* 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;
400 400  * 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;
401 -* 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;
402 -* Charge current limit to clear the 'Ready to charge' – a threshold charging current limit value, A; if the limit is //above //this level, the “Ready to charge” signal is cleared;
403 -* Charge current limit to set the 'Ready to charge' – a tolerant charging current limit value, A; if the limit is //below //this level, the “Ready to charge” signal is set;
404 404  * Errors 1, 2 to clear the "Ready to charge" – bitfields to choose the errors which will clear the "Ready to charge" signal.
405 405  
406 406  (% class="box infomessage" %)
... ... @@ -414,20 +414,12 @@
414 414  
415 415  To change the parameters of discharging process status, select the "Control → Discharging status" section:
416 416  
417 -[[image:1771431570393-551.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="155" width="800"]]
396 +[[image:1735064980481-209.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="102" width="800"]]In this section:
418 418  
419 -In this section:
420 -
421 421  * Current to set the "Discharging current present" – a current level to generate the "Discharging current present" signal, А;
422 422  * Current to clear the "Discharging current present" – a current level to clear the "Discharging current present" signal, А;
423 -* 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;
424 -* 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;
426 -* 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;
427 -* 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;
428 -* 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;
429 -* 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;
400 +* 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;
401 +* 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;
431 431  * Errors 1, 2 to clear the "Ready to discharge" – bitfields to choose the errors which will clear the "Ready to discharge" signal.
432 432  
433 433  === Precharge ===
... ... @@ -440,14 +440,12 @@
440 440  
441 441  To change the parameters of precharge contactor, select the "Control → Precharge" section:
442 442  
443 -[[image:1750328428183-819.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="178" width="800"]]
414 +[[image:1735065073836-743.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="160" width="800"]]
444 444  
445 445  * Precharge current threshold to finish precharging – a minimum current value at which precharging process assumed to be finished, A;
446 446  * 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;
447 447  * Minimum voltage difference to finish precharging – minimal voltage difference before and after contactors at which precharge process is meant to be finished, V;
448 -* Keep the precharging relay closed until precharge is finished – a flag to ignore the Precharge time and wait precharging to finish before open precharge relay;
449 449  * Number of precharging attempts – maximum number of precharging attempts before setting the "Precharge error";
450 -* Delay before current measurement – a delay before first current measurement after closing precharge, millisecond;
451 451  * Precharge time – a duration of closing the precharge contactor before closing the discharging contactor, millisecond;
452 452  * Relaxation between attempts – a duration between precharge attempts, millisecond;
453 453  * Check the power dissipated in the preacharge resistor - a flag to enable the calculation of power dissipated in precharge resistor;
... ... @@ -457,10 +457,10 @@
457 457  * Delay before clearing the "Precharge error", second;
458 458  * Lock the "Precharge error" – a flag to block the error until the device is restarted.
459 459  
460 -“Precharge error” generation conditions if any of the following is true:
429 +“Precharge error” generation conditions:
461 461  
462 -* the precharge current does not decrease during the "Precharge time" after "Number of precharging attempts";
463 -* voltages before and after contactors are not equal during the "Precharge time" after "Number of precharging attempts";
431 +* the precharge current does not decrease after "Number of precharging attempts";
432 +* voltages before and after contactors are not equal after "Number of precharging attempts";
464 464  * power dissipated on the precharge resistor is above the maximum value during the “Delay before setting the 'Precharge error' when checking power” time.
465 465  
466 466  (% class="box warningmessage" %)
... ... @@ -478,8 +478,24 @@
478 478  * On charger connected – charging is allowed when there is a signal “Charger connected”;
479 479  * On charge request – charging is allowed when there is a signal “Charge request”.
480 480  
481 -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:
450 +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:
482 482  
452 +* Overvoltage;
453 +* Overcurrent;
454 +* High temperature (CH);
455 +* Low temperature (CH);
456 +* HYG offline (optional);
457 +* Combilift offline (optional);
458 +* Spirit offline (optional);
459 +* Spirit charger error (optional);
460 +* Short circuit (optional);
461 +* High contactor temperature (optional);
462 +* CH contactor cycles error;
463 +* Precharge error (optional);
464 +* Critical error
465 +
466 +or one of the signals:
467 +
483 483  * Service reset;
484 484  * Power down request;
485 485  * Inhibit charging,
... ... @@ -488,17 +488,17 @@
488 488  
489 489  When the algorithm "**On charger connected**" is selected, the control is performed as follows:
490 490  
491 -* 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;
476 +* 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;
492 492  * If the signal “Charger connected” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens;
493 493  * 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);
494 -* If errors from the "Errors 1, 2 ..." bitfields occur the charging contactor and allow charging contactor open.
479 +* If errors in the list above occur the charging contactor and allow charging contactor open.
495 495  
496 496  When the "**On charge request**" algorithm selected, the control is performed as follows:
497 497  
498 -* 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;
483 +* 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;
499 499  * If the signal “Charge request” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens;
500 500  * 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);
501 -* If errors from the "Errors 1, 2 ..." bitfields occur the charging contactor and allow charging contactor open.
486 +* If errors in the list above occur the charging contactor and allow charging contactor open.
502 502  
503 503  (% class="box infomessage" %)
504 504  (((
... ... @@ -519,7 +519,7 @@
519 519  * Allow charging only when the "Ready to charge" signal is set – charging contactor will open if "Ready to charge" signal is cleared;
520 520  * Delay before starting charging – a time delay T,,on,, before closing the charging contactor and the allow charging contactor, millisecond;
521 521  * Delay before stopping charging – a time delay T,,off,, before opening the charging contactor, millisecond;
522 -* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the charge contactor (see [[Precharge>>path:#HPrecharge]]);
507 +* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the charge contactor;
523 523  * Errors 1, 2 to open the charging contactor – bitfields to choose the errors which will open the charging contactor;
524 524  * Use custom delays before stopping charging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors;
525 525  * Custom delay: <error> – delay for specific error, millisecond;
... ... @@ -535,8 +535,26 @@
535 535  * On charger disconnected – load is connected when there is no signal “Charger connected”;
536 536  * On discharge request – load is connected when there is signal “Discharge request”.
537 537  
538 -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:
523 +When the algorithm "**Always on**" is selected, the discharging contactor is always closed. If at least one of the errors appears:
539 539  
525 +* Undervoltage;
526 +* Overvoltage (optional);
527 +* Overcurrent;
528 +* High temperature (DCH);
529 +* Low temperature (DCH) (optional);
530 +* HYG offline (optional);
531 +* Combilift offline (optional);
532 +* Spirit offline (optional);
533 +* Spirit charger error (optional);
534 +* Short circuit (optional);
535 +* High contactor temperature (optional);
536 +* Unallowable charging;
537 +* DCH contactor cycles error;
538 +* Precharge error (optional);
539 +* Critical error
540 +
541 +or one of the signals:
542 +
540 540  * Service reset
541 541  * Power down request
542 542  * Inhibit discharging
... ... @@ -545,13 +545,13 @@
545 545  
546 546  If the algorithm "**On charger disconnected**" is selected, the control is performed as follows:
547 547  
548 -* 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;
549 -* 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.
551 +* 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;
552 +* If the signal “Charger connected” appears or errors occur (see the list above), then after the delay time T,,off,, the discharging contactor opens.
550 550  
551 551  When the "**On discharge request**" algorithm selected, the control is performed as follows:
552 552  
553 -* 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;
554 -* 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.
556 +* 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;
557 +* If the signal “Discharge request” disappears or errors occur (see the list above), then after the delay time T,,off,, the discharging contactor opens.
555 555  
556 556  (% class="box infomessage" %)
557 557  (((
... ... @@ -558,6 +558,8 @@
558 558  **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).
559 559  )))
560 560  
564 +The device supports controlling the precharging contactor. The duration of switching on the precharging contactor before closing the discharging (load) contactor is adjusted.
565 +
561 561  To change the parameters of the battery discharge control algorithm, select the "Control → Discharge" section:
562 562  
563 563  [[image:1735064038329-836.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="273" width="800"]]
... ... @@ -572,7 +572,7 @@
572 572  * Allow charging only when the "Ready to discharge" signal is set – discharging contactor will open if "Ready to discharge" signal is cleared;
573 573  * Delay before starting discharging – a time delay T,,on,, before closing the discharging contactor, millisecond;
574 574  * Delay before stopping discharging – a time delay T,,off,, before opening the discharging contactor, millisecond;
575 -* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the discharge contactor (see [[Precharge>>doc:||anchor="HPrecharge"]]);
580 +* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the discharge contactor;
576 576  * Errors 1, 2 to open the discharging contactor – bitfields to choose the errors which will open the discharging contactor;
577 577  * Use custom delays before stopping discharging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors;
578 578  * Custom delay: <error> – specific error delay, millisecond;
... ... @@ -625,8 +625,13 @@
625 625  
626 626  * the battery has low SOC;
627 627  * the battery voltage is out of range;
628 -* the errors are detected (configured in the "Errors 1, 2 ..." bitfields).
633 +* the battery system errors are detected.
629 629  
635 +(% class="box infomessage" %)
636 +(((
637 +**Note: **when errors occur in the system, the **Discharge (AUX) **contactor opens either immediately or with the delay T,,off,, (depends on the settings described below).
638 +)))
639 +
630 630  To change the parameters of the powering of external equipment, select the "Control → Discharge (AUX)" section:
631 631  
632 632  [[image:1735066190419-838.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="161" width="800"]]
... ... @@ -637,13 +637,13 @@
637 637  * Switch off the discharging (AUX) contactor if the SOC is too low;
638 638  * Minimum SOC – a minimum SOC value, when reached, the auxiliary (AUX) discharging contactor opens, %;
639 639  * Tolerant SOC – a permissive SOC value, upon reaching which the auxiliary (AUX) discharging contactor re-closes, %;
640 -* Switch off the discharging (AUX) contactor if the cell voltage is out of the range;
641 -* Minimum cell voltage, V;
642 -* Maximum cell voltage, V;
643 643  * Switch off the discharging (AUX) contactor if the battery voltage is out of the range;
651 +* Minimum voltage – minimum battery voltage, V;
652 +* Maximum voltage – maximum battery voltage, V;
653 +* 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;
644 644  * Minimum battery voltage, V;
645 645  * Maximum battery voltage, V;
646 -* Errors 1, 2 to open the auxiliary discharging contactor – bitfields to choose the errors which will open the auxiliary discharging contactor.
656 +* Errors 1, 2 to open the auxiliary discharging contactor – bitfields to choose the errors which will open the auxiliary discharging contactor;
647 647  
648 648  === Cell balancing ===
649 649  
... ... @@ -658,22 +658,17 @@
658 658  A balancing resistor is connected to the cell if the following conditions are simultaneously met:
659 659  
660 660  * the voltage on the cell is higher than the balancing start voltage;
661 -* the difference between the voltage on the cell and the minimum voltage among the battery cells is greater than the balancing start threshold;
671 +* the difference between the voltage on the cell and the minimum voltage among the battery cells is greater than the balancing start threshold.
662 662  
663 663  A balancing resistor is disconnected from the cell if any of the following conditions are met:
664 664  
665 -* the voltage on the cell is less than the balancing stop voltage;
675 +* the voltage on the cell is less than the balancing start voltage;
666 666  * the difference between the voltage on the cell and the minimum voltage among the battery cells is less than the balancing stop threshold.
667 667  
668 -(% class="box infomessage" %)
669 -(((
670 670  If the “High logic temperature” occurs, then the balancing of the cells connected to the overheated BMS Logic device will not be performed.
671 -)))
672 672  
673 673  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.
674 674  
675 -BMS Main 3 can force a cell balancing, if its voltage is higher than estimated value.
676 -
677 677  To change the cell balancing parameters, select the "Control → Cell balancing" section:
678 678  
679 679  [[image:1735065702806-422.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="130" width="800"]]
... ... @@ -685,6 +685,9 @@
685 685  ** Balance on charge – balancing is performed while and after the charging (in the “Charge ON” and “Charge OFF” states);
686 686  ** 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);
687 687  ** Balance always – balancing is always performed regardless the battery state;
693 +
694 +[[image:1735065666891-686.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="132" width="800"]]
695 +
688 688  * Balancing condition:
689 689  ** Automatic – balancing will be performed automatically if needed conditions are met;
690 690  ** 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;
... ... @@ -770,10 +770,7 @@
770 770  
771 771  * 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.
772 772  
773 -(% class="box infomessage" %)
774 -(((
775 -If there is the "Heater" signal, the heater contactor closes and/or a signal is set to the corresponding digital output.
776 -)))
781 +If there is the "Heater" signal, the heater contactor closes and/or a signal is output to the corresponding digital output.
777 777  
778 778  === Cooler ===
779 779  
... ... @@ -800,10 +800,7 @@
800 800  
801 801  * 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.
802 802  
803 -(% class="box infomessage" %)
804 -(((
805 -If there is the "Cooler" signal, the cooler contactor closes and/or a signal is set to the corresponding digital output.
806 -)))
808 +If there is the "Cooler" signal, the cooler contactor closes and/or a signal is output to the corresponding digital output.
807 807  
808 808  === High voltage ===
809 809  
1735054851946-552.png
Size
... ... @@ -1,1 +1,1 @@
1 -25.8 KB
1 +22.9 KB
Content
1750261016583-434.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -29.3 KB
Content
1750261281846-185.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -0 bytes
Content
1750261289590-730.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -27.3 KB
Content
1750261478365-882.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -43.9 KB
Content
1750328428183-819.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -44.4 KB
Content
1750330178694-281.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -29.3 KB
Content
1750330205370-111.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -27.3 KB
Content
1750330569574-683.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -43.9 KB
Content
1760435088688-304.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -37.0 KB
Content
1760435605505-488.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -35.3 KB
Content
1760435790050-496.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -37.0 KB
Content
1760435802140-274.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -35.3 KB
Content
1765447975228-766.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -18.8 KB
Content
1765448283865-334.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -20.9 KB
Content
1771431551882-439.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -43.7 KB
Content
1771431570393-551.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -43.7 KB
Content
1771432488941-251.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -40.1 KB
Content
1771432563405-644.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.admin
Size
... ... @@ -1,1 +1,0 @@
1 -40.1 KB
Content