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, 1 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 positive currents as zero currents for generating the "Ready to charge" signal – a flag to disable voltage correction for "Ready to discharge" signal at charging 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 ... ... @@ -383,8 +383,8 @@ 383 383 384 384 * Current to set the "Discharging current present" – a current level to generate the "Discharging current present" signal, А; 385 385 * Current to clear the "Discharging current present" – a current level to clear the "Discharging current present" signal, А; 386 -* 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;387 -* 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;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; 388 388 * Errors 1, 2 to clear the "Ready to discharge" – bitfields to choose the errors which will clear the "Ready to discharge" signal. 389 389 390 390 === Precharge === ... ... @@ -412,10 +412,10 @@ 412 412 * Delay before clearing the "Precharge error", second; 413 413 * Lock the "Precharge error" – a flag to block the error until the device is restarted. 414 414 415 -“Precharge error” generation conditions if any of the following is true:413 +“Precharge error” generation conditions: 416 416 417 -* the precharge current does not decrease during the "Precharge time" after "Number of precharging attempts";418 -* 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"; 419 419 * power dissipated on the precharge resistor is above the maximum value during the “Delay before setting the 'Precharge error' when checking power” time. 420 420 421 421 (% class="box warningmessage" %) ... ... @@ -433,27 +433,27 @@ 433 433 * On charger connected – charging is allowed when there is a signal “Charger connected”; 434 434 * On charge request – charging is allowed when there is a signal “Charge request”. 435 435 436 -If the "**Always on**" algorithm is selected, the charging contactor and the allow chargingcontactor are always closed. If at least one of the errors from the "Errors 1, 2 ..." bitfieldsappears or one of the signals:434 +If the "**Always on**" algorithm is selected, the charging contactor is always closed. If at least one of the errors from the "Errors 1, 2 ..." bitfield appears or one of the signals: 437 437 438 438 * Service reset; 439 439 * Power down request; 440 440 * Inhibit charging, 441 441 442 - bothcontactorsare open (no current flows).440 +contactor are open (no current flows). 443 443 444 444 When the algorithm "**On charger connected**" is selected, the control is performed as follows: 445 445 446 -* 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;444 +* 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; 447 447 * If the signal “Charger connected” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens; 448 448 * 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); 449 -* If errors fromthe"Errors1, 2 ..."bitfieldsoccur the charging contactor and allow charging contactor open.447 +* If errors in the list above occur the charging contactor and allow charging contactor open. 450 450 451 451 When the "**On charge request**" algorithm selected, the control is performed as follows: 452 452 453 -* 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;451 +* 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; 454 454 * If the signal “Charge request” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens; 455 455 * 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); 456 -* If errors fromthe"Errors1, 2 ..."bitfieldsoccur the charging contactor and allow charging contactor open.454 +* If errors in the list above occur the charging contactor and allow charging contactor open. 457 457 458 458 (% class="box infomessage" %) 459 459 ((( ... ... @@ -474,7 +474,7 @@ 474 474 * Allow charging only when the "Ready to charge" signal is set – charging contactor will open if "Ready to charge" signal is cleared; 475 475 * Delay before starting charging – a time delay T,,on,, before closing the charging contactor and the allow charging contactor, millisecond; 476 476 * Delay before stopping charging – a time delay T,,off,, before opening the charging contactor, millisecond; 477 -* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the charge contactor (see [[Precharge>>path:#HPrecharge]]);475 +* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the charge contactor; 478 478 * Errors 1, 2 to open the charging contactor – bitfields to choose the errors which will open the charging contactor; 479 479 * Use custom delays before stopping charging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors; 480 480 * Custom delay: <error> – delay for specific error, millisecond; ... ... @@ -490,8 +490,26 @@ 490 490 * On charger disconnected – load is connected when there is no signal “Charger connected”; 491 491 * On discharge request – load is connected when there is signal “Discharge request”. 492 492 493 -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:491 +When the algorithm "**Always on**" is selected, the discharging contactor is always closed. If at least one of the errors appears: 494 494 493 +* Undervoltage; 494 +* Overvoltage (optional); 495 +* Overcurrent; 496 +* High temperature (DCH); 497 +* Low temperature (DCH) (optional); 498 +* HYG offline (optional); 499 +* Combilift offline (optional); 500 +* Spirit offline (optional); 501 +* Spirit charger error (optional); 502 +* Short circuit (optional); 503 +* High contactor temperature (optional); 504 +* Unallowable charging; 505 +* DCH contactor cycles error; 506 +* Precharge error (optional); 507 +* Critical error 508 + 509 +or one of the signals: 510 + 495 495 * Service reset 496 496 * Power down request 497 497 * Inhibit discharging ... ... @@ -500,13 +500,13 @@ 500 500 501 501 If the algorithm "**On charger disconnected**" is selected, the control is performed as follows: 502 502 503 -* 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;504 -* 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.519 +* 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; 520 +* If the signal “Charger connected” appears or errors occur (see the list above), then after the delay time T,,off,, the discharging contactor opens. 505 505 506 506 When the "**On discharge request**" algorithm selected, the control is performed as follows: 507 507 508 -* 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;509 -* 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.524 +* 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; 525 +* If the signal “Discharge request” disappears or errors occur (see the list above), then after the delay time T,,off,, the discharging contactor opens. 510 510 511 511 (% class="box infomessage" %) 512 512 ((( ... ... @@ -513,6 +513,8 @@ 513 513 **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). 514 514 ))) 515 515 532 +The device supports controlling the precharging contactor. The duration of switching on the precharging contactor before closing the discharging (load) contactor is adjusted. 533 + 516 516 To change the parameters of the battery discharge control algorithm, select the "Control → Discharge" section: 517 517 518 518 [[image:1735064038329-836.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="273" width="800"]] ... ... @@ -527,7 +527,7 @@ 527 527 * Allow charging only when the "Ready to discharge" signal is set – discharging contactor will open if "Ready to discharge" signal is cleared; 528 528 * Delay before starting discharging – a time delay T,,on,, before closing the discharging contactor, millisecond; 529 529 * Delay before stopping discharging – a time delay T,,off,, before opening the discharging contactor, millisecond; 530 -* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the discharge contactor (see [[Precharge>>doc:||anchor="HPrecharge"]]);548 +* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the discharge contactor; 531 531 * Errors 1, 2 to open the discharging contactor – bitfields to choose the errors which will open the discharging contactor; 532 532 * Use custom delays before stopping discharging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors; 533 533 * Custom delay: <error> – specific error delay, millisecond; ... ... @@ -580,8 +580,13 @@ 580 580 581 581 * the battery has low SOC; 582 582 * the battery voltage is out of range; 583 -* the errors are detected (configured in the "Errors 1, 2..." bitfields).601 +* the battery system errors are detected. 584 584 603 +(% class="box infomessage" %) 604 +((( 605 +**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). 606 +))) 607 + 585 585 To change the parameters of the powering of external equipment, select the "Control → Discharge (AUX)" section: 586 586 587 587 [[image:1735066190419-838.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="161" width="800"]] ... ... @@ -592,13 +592,13 @@ 592 592 * Switch off the discharging (AUX) contactor if the SOC is too low; 593 593 * Minimum SOC – a minimum SOC value, when reached, the auxiliary (AUX) discharging contactor opens, %; 594 594 * Tolerant SOC – a permissive SOC value, upon reaching which the auxiliary (AUX) discharging contactor re-closes, %; 595 -* Switch off the discharging (AUX) contactor if the cell voltage is out of the range; 596 -* Minimum cell voltage, V; 597 -* Maximum cell voltage, V; 598 598 * Switch off the discharging (AUX) contactor if the battery voltage is out of the range; 619 +* Minimum voltage – minimum battery voltage, V; 620 +* Maximum voltage – maximum battery voltage, V; 621 +* 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; 599 599 * Minimum battery voltage, V; 600 600 * Maximum battery voltage, V; 601 -* Errors 1, 2 to open the auxiliary discharging contactor – bitfields to choose the errors which will open the auxiliary discharging contactor .624 +* Errors 1, 2 to open the auxiliary discharging contactor – bitfields to choose the errors which will open the auxiliary discharging contactor; 602 602 603 603 === Cell balancing === 604 604 ... ... @@ -613,22 +613,17 @@ 613 613 A balancing resistor is connected to the cell if the following conditions are simultaneously met: 614 614 615 615 * the voltage on the cell is higher than the balancing start voltage; 616 -* the difference between the voltage on the cell and the minimum voltage among the battery cells is greater than the balancing start threshold ;639 +* the difference between the voltage on the cell and the minimum voltage among the battery cells is greater than the balancing start threshold. 617 617 618 618 A balancing resistor is disconnected from the cell if any of the following conditions are met: 619 619 620 -* the voltage on the cell is less than the balancing st opvoltage;643 +* the voltage on the cell is less than the balancing start voltage; 621 621 * the difference between the voltage on the cell and the minimum voltage among the battery cells is less than the balancing stop threshold. 622 622 623 -(% class="box infomessage" %) 624 -((( 625 625 If the “High logic temperature” occurs, then the balancing of the cells connected to the overheated BMS Logic device will not be performed. 626 -))) 627 627 628 628 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. 629 629 630 -BMS Main 3 can force a cell balancing, if its voltage is higher than estimated value. 631 - 632 632 To change the cell balancing parameters, select the "Control → Cell balancing" section: 633 633 634 634 [[image:1735065702806-422.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="130" width="800"]] ... ... @@ -640,6 +640,9 @@ 640 640 ** Balance on charge – balancing is performed while and after the charging (in the “Charge ON” and “Charge OFF” states); 641 641 ** 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); 642 642 ** Balance always – balancing is always performed regardless the battery state; 661 + 662 +[[image:1735065666891-686.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="132" width="800"]] 663 + 643 643 * Balancing condition: 644 644 ** Automatic – balancing will be performed automatically if needed conditions are met; 645 645 ** 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; ... ... @@ -725,10 +725,7 @@ 725 725 726 726 * 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. 727 727 728 -(% class="box infomessage" %) 729 -((( 730 -If there is the "Heater" signal, the heater contactor closes and/or a signal is set to the corresponding digital output. 731 -))) 749 +If there is the "Heater" signal, the heater contactor closes and/or a signal is output to the corresponding digital output. 732 732 733 733 === Cooler === 734 734 ... ... @@ -755,10 +755,7 @@ 755 755 756 756 * 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. 757 757 758 -(% class="box infomessage" %) 759 -((( 760 -If there is the "Cooler" signal, the cooler contactor closes and/or a signal is set to the corresponding digital output. 761 -))) 776 +If there is the "Cooler" signal, the cooler contactor closes and/or a signal is output to the corresponding digital output. 762 762 763 763 === High voltage === 764 764
- 1750261016583-434.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.admin - Size
-
... ... @@ -1,1 +1,0 @@ 1 -29.3 KB - Content