Changes for page 3.3 Control
Last modified by Admin on 2025/06/19 10:56
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 3 removed)
Details
- Page properties
-
- Content
-
... ... @@ -21,7 +21,7 @@ 21 21 ** Summation of cell voltages – the overall voltage is calculated as on sum of all cells in the battery; 22 22 ** Using voltage before contactors – the overall voltage is estimated as voltage before contactors measured by BMS. 23 23 24 -The values “Capacity” and“Resistance” are used to calculate the SOC of cells and the battery.24 +The values “Capacity”, “Resistance”, “Cycles” are used to calculate the SOC of cells and the battery. 25 25 26 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. 27 27 ... ... @@ -70,8 +70,8 @@ 70 70 71 71 * Minimal SOC – the battery SOC is assumed to be the minimum SOC among the cells; 72 72 * Average SOC – the battery SOC is taken equal to the arithmetic average of the cell 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 ha s100% SOC, b) 0% if any cell has0% 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 .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; 75 75 76 76 Other parameters: 77 77 ... ... @@ -213,11 +213,11 @@ 213 213 * Enable – a flag to start calculation of the charge current limit; 214 214 * Maximum charge current – a maximum allowable value of the charge current (under normal conditions), A; 215 215 * Rate of change – a rate of change the current limit to a new value (0 is for immediate change), A/s; 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 cellSOC__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; 217 217 * Option 1: SOC x Temperature x Factor – the dependence of the correction factor on SOC and battery temperature; 218 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; 219 219 * Option 2: Contactor temperature x Factor – the dependence of the correction factor on SOC and contactor temperature; 220 -* Option 3: Limit charge current by the maximum cell voltage - a flag to enable correction of maximum allowable charging current **Kcv** depending on __themaximum cellU,,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; 221 221 * Option 3: Cell voltage x Factor – the dependence of the correction factor on maximum cell voltage; 222 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; 223 223 * Option 4: Cell temperature x Factor – the dependence of the correction factor on maximum cell temperature. ... ... @@ -241,11 +241,11 @@ 241 241 * Enable – a flag to start calculation of the discharge current limit; 242 242 * Maximum discharge current – a maximum allowable value of the discharge current (under normal conditions), A; 243 243 * Rate of change – a rate of change the current limit to a new value (0 is for immediate change), A/s; 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 cellSOC__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; 245 245 * Option 1: SOC x Temperature x Factor – the dependence of the correction factor on SOC and battery temperature; 246 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; 247 247 * Option 2: Contactor temperature x Factor – the dependence of the correction factor on SOC and contactor temperature; 248 -* Option 3: Limit discharge current by the cell voltage - a flag to enable correction of maximum allowable discharging current **Kdv** depending on __theminimum cellU,,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; 249 249 * Option 3: Cell voltage x Factor – the dependence of the correction factor on minimum cell voltage; 250 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; 251 251 * Option 4: Cell voltage x Factor – the dependence of the correction factor on minimum cell temperature. ... ... @@ -315,7 +315,8 @@ 315 315 The Main contactor algorithm supports the following modes: 316 316 317 317 * Always on; 318 -* Automatic. 318 +* Automatic; 319 +* On demand. 319 319 320 320 In “Always on” mode main contactor closes if all the following is true: 321 321 ... ... @@ -356,15 +356,12 @@ 356 356 357 357 To change the parameters of charging process status, select the "Control → Charging status" section: 358 358 359 -[[image:1750 261016583-434.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="114" width="800"]]360 +[[image:1735064935499-941.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="110" width="800"]]In this section: 360 360 361 -In this section: 362 - 363 363 * Current to set the "Charging current present" – a current level to generate the "Charging current present" signal, A; 364 364 * Current to clear the "Charging current present" – a current level to clear the "Charging current present" signal, A; 365 -* 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; 366 -* 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; 367 -* 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; 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; 368 368 * 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; 369 369 * Errors 1, 2 to clear the "Ready to charge" – bitfields to choose the errors which will clear the "Ready to charge" signal. 370 370 ... ... @@ -379,15 +379,12 @@ 379 379 380 380 To change the parameters of discharging process status, select the "Control → Discharging status" section: 381 381 382 -[[image:1750 261289590-730.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="103" width="800"]]380 +[[image:1735064980481-209.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="102" width="800"]]In this section: 383 383 384 -In this section: 385 - 386 386 * Current to set the "Discharging current present" – a current level to generate the "Discharging current present" signal, А; 387 387 * Current to clear the "Discharging current present" – a current level to clear the "Discharging current present" signal, А; 388 -* 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; 389 -* 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; 390 -* 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; 384 +* 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; 385 +* 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; 391 391 * Errors 1, 2 to clear the "Ready to discharge" – bitfields to choose the errors which will clear the "Ready to discharge" signal. 392 392 393 393 === Precharge === ... ... @@ -415,10 +415,10 @@ 415 415 * Delay before clearing the "Precharge error", second; 416 416 * Lock the "Precharge error" – a flag to block the error until the device is restarted. 417 417 418 -“Precharge error” generation conditions if any of the following is true:413 +“Precharge error” generation conditions: 419 419 420 -* the precharge current does not decrease during the "Precharge time" after "Number of precharging attempts";421 -* voltages before and after contactors are not equal duringthe "Precharge time" after "Number of precharging attempts";415 +* the precharge current does not decrease after "Number of precharging attempts"; 416 +* voltages before and after contactors are not equal after "Number of precharging attempts"; 422 422 * power dissipated on the precharge resistor is above the maximum value during the “Delay before setting the 'Precharge error' when checking power” time. 423 423 424 424 (% class="box warningmessage" %) ... ... @@ -436,8 +436,24 @@ 436 436 * On charger connected – charging is allowed when there is a signal “Charger connected”; 437 437 * On charge request – charging is allowed when there is a signal “Charge request”. 438 438 439 -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 ..." bitfieldsappearsor one of the signals:434 +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: 440 440 436 +* Overvoltage; 437 +* Overcurrent; 438 +* High temperature (CH); 439 +* Low temperature (CH); 440 +* HYG offline (optional); 441 +* Combilift offline (optional); 442 +* Spirit offline (optional); 443 +* Spirit charger error (optional); 444 +* Short circuit (optional); 445 +* High contactor temperature (optional); 446 +* CH contactor cycles error; 447 +* Precharge error (optional); 448 +* Critical error 449 + 450 +or one of the signals: 451 + 441 441 * Service reset; 442 442 * Power down request; 443 443 * Inhibit charging, ... ... @@ -446,17 +446,17 @@ 446 446 447 447 When the algorithm "**On charger connected**" is selected, the control is performed as follows: 448 448 449 -* If there is a signal “Charger connected” and there are no errors (see the "Errors1, 2 ..."bitfields), then through the delay time T,,on,, the charging contactor and the allow charging contactor close;460 +* 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; 450 450 * If the signal “Charger connected” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens; 451 451 * 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); 452 -* If errors fromthe"Errors1, 2 ..."bitfieldsoccur the charging contactor and allow charging contactor open.463 +* If errors in the list above occur the charging contactor and allow charging contactor open. 453 453 454 454 When the "**On charge request**" algorithm selected, the control is performed as follows: 455 455 456 -* If there is a signal “Charge request” and there are no errors (see the "Errors1, 2 ..."bitfields), then through the delay time T,,on,, the charging contactor and the allow charging contactor close;467 +* 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; 457 457 * If the signal “Charge request” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens; 458 458 * 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); 459 -* If errors fromthe"Errors1, 2 ..."bitfieldsoccur the charging contactor and allow charging contactor open.470 +* If errors in the list above occur the charging contactor and allow charging contactor open. 460 460 461 461 (% class="box infomessage" %) 462 462 ((( ... ... @@ -477,7 +477,7 @@ 477 477 * Allow charging only when the "Ready to charge" signal is set – charging contactor will open if "Ready to charge" signal is cleared; 478 478 * Delay before starting charging – a time delay T,,on,, before closing the charging contactor and the allow charging contactor, millisecond; 479 479 * Delay before stopping charging – a time delay T,,off,, before opening the charging contactor, millisecond; 480 -* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the charge contactor (see [[Precharge>>path:#HPrecharge]]);491 +* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the charge contactor; 481 481 * Errors 1, 2 to open the charging contactor – bitfields to choose the errors which will open the charging contactor; 482 482 * Use custom delays before stopping charging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors; 483 483 * Custom delay: <error> – delay for specific error, millisecond; ... ... @@ -493,8 +493,26 @@ 493 493 * On charger disconnected – load is connected when there is no signal “Charger connected”; 494 494 * On discharge request – load is connected when there is signal “Discharge request”. 495 495 496 -When the algorithm "**Always on**" is selected, the discharging contactor is always closed. If at least one of the errors fromthe "Errors 1, 2 ..." bitfieldsappearsor one of the signals:507 +When the algorithm "**Always on**" is selected, the discharging contactor is always closed. If at least one of the errors appears: 497 497 509 +* Undervoltage; 510 +* Overvoltage (optional); 511 +* Overcurrent; 512 +* High temperature (DCH); 513 +* Low temperature (DCH) (optional); 514 +* HYG offline (optional); 515 +* Combilift offline (optional); 516 +* Spirit offline (optional); 517 +* Spirit charger error (optional); 518 +* Short circuit (optional); 519 +* High contactor temperature (optional); 520 +* Unallowable charging; 521 +* DCH contactor cycles error; 522 +* Precharge error (optional); 523 +* Critical error 524 + 525 +or one of the signals: 526 + 498 498 * Service reset 499 499 * Power down request 500 500 * Inhibit discharging ... ... @@ -503,13 +503,13 @@ 503 503 504 504 If the algorithm "**On charger disconnected**" is selected, the control is performed as follows: 505 505 506 -* if there is no signal “Charger connected”, the charging contactor is open and there are no errors (see the "Errors1, 2 ..."bitfields), then through the delay time T,,on,, the discharging contactor closes;507 -* If the signal “Charger connected” appears or errors occur (see the "Errors1, 2 ..."bitfields), then after the delay time T,,off,, the discharging contactor opens.535 +* 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; 536 +* If the signal “Charger connected” appears or errors occur (see the list above), then after the delay time T,,off,, the discharging contactor opens. 508 508 509 509 When the "**On discharge request**" algorithm selected, the control is performed as follows: 510 510 511 -* if there is signal “Discharge request”, the charging contactor is open and there are no errors (see the "Errors1, 2 ..."bitfields), then through the delay time T,,on,, the discharging contactor closes;512 -* If the signal “Discharge request” disappears or errors occur (see the "Errors1, 2 ..."bitfields), then after the delay time T,,off,, the discharging contactor opens.540 +* 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; 541 +* If the signal “Discharge request” disappears or errors occur (see the list above), then after the delay time T,,off,, the discharging contactor opens. 513 513 514 514 (% class="box infomessage" %) 515 515 ((( ... ... @@ -516,6 +516,8 @@ 516 516 **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). 517 517 ))) 518 518 548 +The device supports controlling the precharging contactor. The duration of switching on the precharging contactor before closing the discharging (load) contactor is adjusted. 549 + 519 519 To change the parameters of the battery discharge control algorithm, select the "Control → Discharge" section: 520 520 521 521 [[image:1735064038329-836.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="273" width="800"]] ... ... @@ -530,7 +530,7 @@ 530 530 * Allow charging only when the "Ready to discharge" signal is set – discharging contactor will open if "Ready to discharge" signal is cleared; 531 531 * Delay before starting discharging – a time delay T,,on,, before closing the discharging contactor, millisecond; 532 532 * Delay before stopping discharging – a time delay T,,off,, before opening the discharging contactor, millisecond; 533 -* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the discharge contactor (see [[Precharge>>doc:||anchor="HPrecharge"]]);564 +* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the discharge contactor; 534 534 * Errors 1, 2 to open the discharging contactor – bitfields to choose the errors which will open the discharging contactor; 535 535 * Use custom delays before stopping discharging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors; 536 536 * Custom delay: <error> – specific error delay, millisecond; ... ... @@ -583,8 +583,13 @@ 583 583 584 584 * the battery has low SOC; 585 585 * the battery voltage is out of range; 586 -* the errors are detected (configured in the "Errors 1, 2..." bitfields).617 +* the battery system errors are detected. 587 587 619 +(% class="box infomessage" %) 620 +((( 621 +**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). 622 +))) 623 + 588 588 To change the parameters of the powering of external equipment, select the "Control → Discharge (AUX)" section: 589 589 590 590 [[image:1735066190419-838.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="161" width="800"]] ... ... @@ -595,13 +595,13 @@ 595 595 * Switch off the discharging (AUX) contactor if the SOC is too low; 596 596 * Minimum SOC – a minimum SOC value, when reached, the auxiliary (AUX) discharging contactor opens, %; 597 597 * Tolerant SOC – a permissive SOC value, upon reaching which the auxiliary (AUX) discharging contactor re-closes, %; 598 -* Switch off the discharging (AUX) contactor if the cell voltage is out of the range; 599 -* Minimum cell voltage, V; 600 -* Maximum cell voltage, V; 601 601 * Switch off the discharging (AUX) contactor if the battery voltage is out of the range; 635 +* Minimum voltage – minimum battery voltage, V; 636 +* Maximum voltage – maximum battery voltage, V; 637 +* 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; 602 602 * Minimum battery voltage, V; 603 603 * Maximum battery voltage, V; 604 -* Errors 1, 2 to open the auxiliary discharging contactor – bitfields to choose the errors which will open the auxiliary discharging contactor .640 +* Errors 1, 2 to open the auxiliary discharging contactor – bitfields to choose the errors which will open the auxiliary discharging contactor; 605 605 606 606 === Cell balancing === 607 607 ... ... @@ -616,22 +616,17 @@ 616 616 A balancing resistor is connected to the cell if the following conditions are simultaneously met: 617 617 618 618 * the voltage on the cell is higher than the balancing start voltage; 619 -* the difference between the voltage on the cell and the minimum voltage among the battery cells is greater than the balancing start threshold ;655 +* the difference between the voltage on the cell and the minimum voltage among the battery cells is greater than the balancing start threshold. 620 620 621 621 A balancing resistor is disconnected from the cell if any of the following conditions are met: 622 622 623 -* the voltage on the cell is less than the balancing st opvoltage;659 +* the voltage on the cell is less than the balancing start voltage; 624 624 * the difference between the voltage on the cell and the minimum voltage among the battery cells is less than the balancing stop threshold. 625 625 626 -(% class="box infomessage" %) 627 -((( 628 628 If the “High logic temperature” occurs, then the balancing of the cells connected to the overheated BMS Logic device will not be performed. 629 -))) 630 630 631 631 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. 632 632 633 -BMS Main 3 can force a cell balancing, if its voltage is higher than estimated value. 634 - 635 635 To change the cell balancing parameters, select the "Control → Cell balancing" section: 636 636 637 637 [[image:1735065702806-422.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="130" width="800"]] ... ... @@ -643,6 +643,9 @@ 643 643 ** Balance on charge – balancing is performed while and after the charging (in the “Charge ON” and “Charge OFF” states); 644 644 ** 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); 645 645 ** Balance always – balancing is always performed regardless the battery state; 677 + 678 +[[image:1735065666891-686.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="132" width="800"]] 679 + 646 646 * Balancing condition: 647 647 ** Automatic – balancing will be performed automatically if needed conditions are met; 648 648 ** 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; ... ... @@ -728,10 +728,7 @@ 728 728 729 729 * 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. 730 730 731 -(% class="box infomessage" %) 732 -((( 733 -If there is the "Heater" signal, the heater contactor closes and/or a signal is set to the corresponding digital output. 734 -))) 765 +If there is the "Heater" signal, the heater contactor closes and/or a signal is output to the corresponding digital output. 735 735 736 736 === Cooler === 737 737 ... ... @@ -758,10 +758,7 @@ 758 758 759 759 * 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. 760 760 761 -(% class="box infomessage" %) 762 -((( 763 -If there is the "Cooler" signal, the cooler contactor closes and/or a signal is set to the corresponding digital output. 764 -))) 792 +If there is the "Cooler" signal, the cooler contactor closes and/or a signal is output to the corresponding digital output. 765 765 766 766 === High voltage === 767 767
- 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