Changes for page 3.3 Control

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

From version 27.10
edited by Admin
on 2024/12/25 10:27
Change comment: There is no comment for this version
To version 29.2
edited by Admin
on 2024/12/26 15:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -394,7 +394,7 @@
394 394  
395 395  The BMS Main 3 device can control the precharge contactor. The precharge contactor is used to charge the intermediate capacity with low current and usually placed with the limiting resistor in parallel to charging or discharging contactor.
396 396  
397 -BMS Main 3 device detects errors while pre-charging the load capacity by monitoring the current and voltage difference before and after contactors.
397 +BMS Main 3 device detects errors while pre-charging the load capacity by monitoring the current and voltage difference before and after contactors. Also BMS can measure the power dissipated on precharge resistor and generate an error if it greater than configured limit.
398 398  
399 399  To change the parameters of precharge contactor, select the "Control → Precharge" section:
400 400  
... ... @@ -419,9 +419,9 @@
419 419  * voltages before and after contactors are not equal after "Number of precharging attempts";
420 420  * power dissipated on the precharge resistor is above the maximum value during the “Delay before setting the 'Precharge error' when checking power” time.
421 421  
422 -(% class="box infomessage" %)
422 +(% class="box warningmessage" %)
423 423  (((
424 -If there is the “Precharge error”, **charging **and **discharging **contactors open.
424 +Behavior of contactors at “Precharge error” is configured in corresponding contactor settings!
425 425  )))
426 426  
427 427  === Charge ===
... ... @@ -474,7 +474,7 @@
474 474  
475 475  (% class="box infomessage" %)
476 476  (((
477 -Note: when errors occur in the system, the **charging **contactor opens either immediately or with the delay T,,off,, (depends on the settings described below).
477 +**Note: **when errors occur in the system, the **charging **contactor opens either immediately or with the delay T,,off,, (depends on the settings described below).
478 478  )))
479 479  
480 480  To change the parameters of the battery charge control algorithm, select the "Control → Charge" section:
... ... @@ -576,8 +576,15 @@
576 576  
577 577  Charge/Discharge contactor has three algorithms of operation:
578 578  
579 -Dependent (on Charging and Discharging signals) - Charging/Discharging contactor depends on Charge and Discharge algorithms and their signals and behaves as Charging contactor if Charging signal is set, otherwise – as Discharging contactor.
579 +* Dependent (on Charging and Discharging signals) - Charge/Discharge contactor depends on Charge and Discharge algorithms and their signals and behaves as Charging contactor if Charging signal is set, otherwise – as Discharging contactor;
580 +* Independent (Always) - Charge/Discharge contactor is always closed if there is no errors;
581 +* Independent (on Charge request or Discharge request) - Charge/Discharge contactor is based on its own controller that listen to Charge and Discharge requests and closes if one of these signals occurs.
580 580  
583 +(% class="box infomessage" %)
584 +(((
585 +**Note: **when errors occur in the system, the **charge/discharge **contactor opens either immediately or with the delay T,,off,, (depends on the settings described below).
586 +)))
587 +
581 581  The charging/discharging contactor control is configured in the “Control – Charge/Discharge” section:
582 582  
583 583  [[image:1735122153011-166.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="162" width="800"]]
... ... @@ -585,6 +585,18 @@
585 585  In this section:
586 586  
587 587  * Enable – a flag to enable the charge/discharge controller.
595 +* Algorithm:
596 +** Dependent (on Charging and Discharging signals) - Charge/Discharge contactor depends on Charge and Discharge algorithms and their signals and behaves as Charging contactor if Charging signal is set, otherwise – as Discharging contactor;
597 +** Independent (Always) - Charge/Discharge contactor is always closed if there is no errors;
598 +** Independent (on Charge request or Discharge request);
599 +* Delay before starting charging or discharging, millisecond;
600 +* Delay before stopping charging or discharging, millisecond;
601 +* Control the precharging contactor – a flag that enables control of precharging contactor while closing the charge/discharge contactor;
602 +* Emulate the "Charging" and "Discharging" signals – a flag to enable generation of "Charging" and "Discharging" signals when closing charge/discharge contactor;
603 +* Errors 1, 2 to prevent CHARGING through charging/discharging contactor, Errors 1, 2 to prevent DISCHARGING through charging/discharging contactor – bitfields to choose the errors which will open the charging/discharging contactor. This bitfields are combined by bitwise OR and intended to separate settings for charging and discharging processes;
604 +* Errors 1, 2 which affect the contactor only if battery CHARGING is detected – a bitfield to choose the errors which will trigger only if charging current is present. This bitfield is combined with "Errors 1, 2 to prevent CHARGING through charging/discharging contactor" by bitwise AND;
605 +* Errors 1, 2 which affect the contactor only if battery DISCHARGING is detected – a bitfield to choose the errors which will trigger only if discharging current is present. This bitfield is combined with "Errors 1, 2 to prevent DISCHARGING through charging/discharging contactor" by bitwise AND;
606 +* Switch off the charging/discharging contactor on errors without delay – a flag to protectively open the charging/discharging contactor without a delay. In the opposite case, when an error is detected, the charging/discharging contactor opens always with the delay “Delay before stopping discharging”.
588 588  
589 589  === Discharge (AUX) ===
590 590  
... ... @@ -598,6 +598,11 @@
598 598  * the battery voltage is out of range;
599 599  * the battery system errors are detected.
600 600  
620 +(% class="box infomessage" %)
621 +(((
622 +**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).
623 +)))
624 +
601 601  To change the parameters of the powering of external equipment, select the "Control → Discharge (AUX)" section:
602 602  
603 603  [[image:1735066190419-838.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="161" width="800"]]
... ... @@ -660,7 +660,7 @@
660 660  * Minimum cell voltage to start balancing, V;
661 661  * Voltage deviation to start balancing;
662 662  * Voltage deviation to stop balancing;
663 -* Voltage for forced balancing – if cell voltage is above this value, it will discharge through balancing resistor;
687 +* Voltage for forced balancing – if cell voltage is above this value, it will start discharging through balancing resistor;
664 664  * Maximum allowable temperature of BMS Logic devices, ºC;
665 665  * Command to discharge all cells – a flag to force the balancing of all cells.
666 666