Changes for page 3.3 Control

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

From version 76.6
edited by Admin
on 2026/03/31 12:58
Change comment: There is no comment for this version
To version 76.17
edited by Admin
on 2026/03/31 14:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -312,26 +312,23 @@
312 312  
313 313  === Main contactor ===
314 314  
315 -The BMS Main 3 / BMs device controls the main contactor. The main contactor is usually placed in the common (minus) battery line for opening the charge and discharge circuits in case of sealing of the charging or discharging contactors.
315 +The BMS Main 3 / BMS Main 2R device controls the main contactor. The main contactor is usually placed in the common (minus) battery line for opening the charge and discharge circuits in case of sealing of the charging or discharging contactors.
316 316  
317 317  The Main contactor algorithm supports the following modes:
318 318  
319 -* Always on;
320 -* Automatic.
319 +In **“Always on”** mode main contactor closes if all the following is true:
321 321  
322 -In “Always on” mode main contactor closes if all the following is true:
323 -
324 324  * Other contactors are open;
325 -* There are no errors from the "Errors 1, 2 ..." bitfileds.
322 +* There are __no errors__ from the "Errors 1, 2 ..." bitfileds.
326 326  
327 -In “Always on” mode main contactor opens if all the following is true:
324 +and opens if all the following is true:
328 328  
329 329  * Other contactors are open;
330 -* There is an error from the the "Errors 1, 2 ..." bitfileds.
327 +* There is __an error__ from the the "Errors 1, 2 ..." bitfileds.
331 331  
332 -In “Automatic” mode, the main contactor closes by internal algorithms at the same time with other contactors.
329 +In **“Automatic”** mode, the main contactor closes by internal algorithms at the same time with other contactors.
333 333  
334 -In “On demand” mode, the main contactor closes by external the “Close Main contactor” request.
331 +In **“On demand”** mode, the main contactor closes by external the “Close Main contactor” request.
335 335  
336 336  (% class="box infomessage" %)
337 337  (((
... ... @@ -344,15 +344,15 @@
344 344  
345 345  In this section:
346 346  
347 -* Enable – a flag to enable the main contactor control;
348 -* Algorithm – main contactor control algorithm:
349 -** Always on – contactor is always closed;
350 -** Automatic – contactor closes by internal charge and discharge algorithms;
351 -** On demand – contactor is closed by an external request;
352 -* Time to keep the contactor closed before closing the others – a time for other contactors to be open after the main contactor is closed;
353 -* Delay before opening the contactor – a time which is used to detect conditions for opening the contactor, s;
354 -* Keep the contactor open until the device is restarted – a flag for keeping the main contactor open until the system is reset;
355 -* Errors 1, 2 to open the main contactor – bitfields to choose the errors which will open the main contactor.
344 +* **Enable **– a flag to enable the main contactor control;
345 +* **Algorithm** – main contactor control algorithm:
346 +** **Always on** – contactor is always closed;
347 +** **Automatic** – contactor closes by internal charge and discharge algorithms;
348 +** **On demand** – contactor is closed by an external request;
349 +* **Time to keep the contactor closed before closing the others** – a time for other contactors to be open after the main contactor is closed;
350 +* **Delay before opening the contactor** – a time which is used to detect conditions for opening the contactor, s;
351 +* **Keep the contactor open until the device is restarted** – a flag for keeping the main contactor open until the system is reset;
352 +* **Errors 1, 2 to open the main contactor** – bitfields to choose the errors which will open the main contactor.
356 356  
357 357  === Charging status ===
358 358  
... ... @@ -362,17 +362,17 @@
362 362  
363 363  In this section:
364 364  
365 -* Current to set the "Charging current present" – a current level to generate the "Charging current present" signal, A;
366 -* Current to clear the "Charging current present" – a current level to clear the "Charging current present" signal, A;
367 -* 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;
368 -* 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;
369 -* Use actual voltage to generate the "Ready to charge" signal – a flag to disable voltage correction for "Ready to charge" signal;
370 -* 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;
371 -* 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;
372 -* 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;
373 -* 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;
374 -* 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;
375 -* Errors 1, 2 to clear the "Ready to charge" – bitfields to choose the errors which will clear the "Ready to charge" signal.
362 +* **Current to set the "Charging current present"** – a current level to generate the "Charging current present" signal, A;
363 +* **Current to clear the "Charging current present"** – a current level to clear the "Charging current present" signal, A;
364 +* **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;
365 +* **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;
366 +* **Use actual voltage to generate the "Ready to charge" signal** – a flag to disable voltage correction for "Ready to charge" signal;
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;
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 +* **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;
370 +* **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;
371 +* **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;
372 +* **Errors 1, 2 to clear the "Ready to charge"** – bitfields to choose the errors which will clear the "Ready to charge" signal.
376 376  
377 377  (% class="box infomessage" %)
378 378  (((
... ... @@ -389,44 +389,50 @@
389 389  
390 390  In this section:
391 391  
392 -* Current to set the "Discharging current present" – a current level to generate the "Discharging current present" signal, А;
393 -* Current to clear the "Discharging current present" – a current level to clear the "Discharging current present" signal, А;
394 -* 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;
395 -* 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;
396 -* Use actual voltage to generate the "Ready to discharge" signal – a flag to disable voltage correction for "Ready to discharge" signal;
397 -* 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;
398 -* 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;
399 -* 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;
400 -* 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;
401 -* Clear the 'Ready to discharge' signal if the 'Low SOC' signal is set;
402 -* Errors 1, 2 to clear the "Ready to discharge" – bitfields to choose the errors which will clear the "Ready to discharge" signal.
389 +* **Current to set the "Discharging current present"** – a current level to generate the "Discharging current present" signal, А;
390 +* **Current to clear the "Discharging current present"** – a current level to clear the "Discharging current present" signal, А;
391 +* **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;
392 +* **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;
393 +* **Use actual voltage to generate the "Ready to discharge" signal** – a flag to disable voltage correction for "Ready to discharge" signal;
394 +* **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;
395 +* **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;
396 +* **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;
397 +* **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;
398 +* **Clear the 'Ready to discharge' signal if the 'Low SOC' signal is set**;
399 +* **Errors 1, 2 to clear the "Ready to discharge"** – bitfields to choose the errors which will clear the "Ready to discharge" signal.
403 403  
404 404  === Precharge ===
405 405  
406 -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.
403 +The BMS Main 3 / BMS Main 2R 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.
407 407  
408 -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.
405 +BMS Main 3 can detect errors while pre-charging the load capacity by monitoring **the current and voltage difference** before and after contactors.
409 409  
410 -TBA
407 +BMS Main 2R can detect errors while pre-charging the load capacity **only by monitoring the current**.
411 411  
409 +In **simple **mode precharge contactor closes a "Precharge time" before the closing of Charge or Discharge contactors and opens after the same amount of time after closing them.
410 +
411 +In **enhanced **mode precharge contactor will wait until the current of voltage difference requirements are met and close the Charge or Discharge contactors only after that. If waiting time is greater than "Precharge time" value, an error will be generated. Precharge contactor will open after "Precharge time" after closing the Charge of Discharge contactors.
412 +
413 +Also BMS Main 3 / BMS Main 2R can measure the power dissipated on precharge resistor and generate an error if it is greater than configured limit.
414 +
412 412  To change the parameters of precharge contactor, select the "Control → Precharge" section:
413 413  
414 414  [[image:1750328428183-819.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="178" width="800"]]
415 415  
416 -* Precharge current threshold to finish precharging – a minimum current value at which precharging process assumed to be finished, A;
417 -* 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;
418 -* Minimum voltage difference to finish precharging – minimal voltage difference before and after contactors at which precharge process is meant to be finished, V;
419 -* 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;
420 -* Number of precharging attempts – maximum number of precharging attempts before setting the "Precharge error";
421 -* Delay before current measurement – a delay before first current measurement after closing precharge, millisecond;
422 -* Precharge time – a duration of closing the precharge contactor before closing the discharging contactor, millisecond;
423 -* Relaxation between attempts – a duration between precharge attempts, millisecond;
424 -* Check the power dissipated in the preacharge resistor - a flag to enable the calculation of power dissipated in precharge resistor;
425 -* Precharge resistor resistance, Ohm;
426 -* Maximum allowable power dissipated in the resistor, W;
427 -* Delay before setting the "Precharge error" when checking power, millisecond;
428 -* Delay before clearing the "Precharge error", second;
429 -* Lock the "Precharge error" – a flag to block the error until the device is restarted.
419 +* **Precharge current threshold to finish precharging **– a minimum current value at which precharging process assumed to be finished, A;
420 +* **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;
421 +* **Minimum voltage difference to finish precharging** – minimal voltage difference before and after contactors at which precharge process is meant to be finished, V;
422 +* **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;
423 +* **Number of precharging attempts** – maximum number of precharging attempts before setting the "Precharge error";
424 +* **Delay before current measurement** – a delay before first current measurement after closing precharge, millisecond;
425 +* **Precharge time **– a duration of closing the precharge contactor before closing the discharging contactor, millisecond;
426 +* **Relaxation between attempts **– a duration between precharge attempts, millisecond;
427 +* **Check the power dissipated in the preacharge resistor** - a flag to enable the calculation of power dissipated in precharge resistor;
428 +* **Precharge resistor resistance**, Ohm;
429 +* **Maximum allowable power dissipated in the resistor**, W;
430 +* **Delay before setting the "Precharge error" when checking power**, millisecond;
431 +* **Delay before clearing the "Precharge error"**, second;
432 +* **Lock the "Precharge error"** – a flag to block the error until the device is restarted.
430 430  
431 431  “Precharge error” generation conditions if any of the following is true:
432 432  
... ... @@ -441,14 +441,10 @@
441 441  
442 442  === Charge ===
443 443  
444 -There are two contactors that serve charging the battery: a charging contactor and an allow charging contactor. With the help of the allow charging contactor, the BMS commands the charger to start or stop charging.
447 +There are two signals that serve charging the battery: "Charging" and "Allow charging". With the help of the "Allow charging" signal, the BMS commands the charger to start or stop charging.
445 445  
446 -The device supports three charge control algorithms:
449 +BMS Main 3 / BMS Main 2R supports three charge control algorithms:
447 447  
448 -* Always on – charging is always allowed;
449 -* On charger connected – charging is allowed when there is a signal “Charger connected”;
450 -* On charge request – charging is allowed when there is a signal “Charge request”.
451 -
452 452  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:
453 453  
454 454  * Service reset;
... ... @@ -460,16 +460,12 @@
460 460  When the algorithm "**On charger connected**" is selected, the control is performed as follows:
461 461  
462 462  * 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;
463 -* If the signal “Charger connected” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens;
464 -* 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);
465 -* If errors from the "Errors 1, 2 ..." bitfields occur the charging contactor and allow charging contactor open.
462 +* If the signal “Charger connected” disappears or errors occur (see the "Errors 1, 2 ..." bitfields), the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens.
466 466  
467 467  When the "**On charge request**" algorithm selected, the control is performed as follows:
468 468  
469 469  * 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;
470 -* If the signal “Charge request” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens;
471 -* 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);
472 -* If errors from the "Errors 1, 2 ..." bitfields occur the charging contactor and allow charging contactor open.
467 +* If the signal “Charge request” disappears or errors occur (see the "Errors 1, 2 ..." bitfields), the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens;
473 473  
474 474  (% class="box infomessage" %)
475 475  (((
... ... @@ -482,30 +482,26 @@
482 482  
483 483  In this section:
484 484  
485 -* Enable – a flag to activate the charge control;
486 -* Algorithm:
487 -** Always on – charging is always allowed;
488 -** On charger connected – charging is allowed when there is a signal “Charger connected”;
489 -** On charge request – charging is allowed when there is a signal “Charge request”;
490 -* Allow charging only when the "Ready to charge" signal is set – charging contactor will open if "Ready to charge" signal is cleared;
491 -* Delay before starting charging – a time delay T,,on,, before closing the charging contactor and the allow charging contactor, millisecond;
492 -* Delay before stopping charging – a time delay T,,off,, before opening the charging contactor, millisecond;
493 -* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the charge contactor (see [[Precharge>>path:#HPrecharge]]);
494 -* Errors 1, 2 to open the charging contactor – bitfields to choose the errors which will open the charging contactor;
495 -* Use custom delays before stopping charging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors;
496 -* Custom delay: <error> – delay for specific error, millisecond;
497 -* Switch off the charging contactor on errors without delay – a flag to protectively open the charging contactor without a delay. In the opposite case, when an error is detected, the charging contactor opens always with the delay “Delay before stopping charging”;
480 +* **Enable **– a flag to activate the charge control;
481 +* **Algorithm**:
482 +** **Always on** – charging is always allowed;
483 +** **On charger connected** – charging is allowed when there is a signal “Charger connected”;
484 +** **On charge request** – charging is allowed when there is a signal “Charge request”;
485 +* **Allow charging only when the "Ready to charge" signal is set** – charging contactor will open if "Ready to charge" signal is cleared;
486 +* **Delay before starting charging** – a time delay T,,on,, before closing the charging contactor and the allow charging contactor, millisecond;
487 +* **Delay before stopping charging** – a time delay T,,off,, before opening the charging contactor, millisecond;
488 +* **Control the precharging contactor** – a flag that allows control of the precharging contactor while closing the charge contactor (see [[Precharge>>path:#HPrecharge]]);
489 +* **Errors 1, 2 to open the charging contactor** – bitfields to choose the errors which will open the charging contactor;
490 +* **Use custom delays before stopping charging (on errors)** – a flag to enable manual settings of time delays T,,off,, for specific errors;
491 +* **Custom delay: <error>** – delay for specific error, millisecond;
492 +* **Switch off the charging contactor on errors without delay** – a flag to protectively open the charging contactor without a delay. In the opposite case, when an error is detected, the charging contactor opens always with the delay “Delay before stopping charging”;
498 498  
499 499  === Discharge ===
500 500  
501 -The device controls the discharging contactor to connect battery to the load.
496 +The BMS Main 3 / BMS Main 2R device controls the discharging contactor to connect battery to the load.
502 502  
503 -The device supports three algorithms to control battery discharging:
498 +BMS Main 3 / BMS Main 2R supports three algorithms to control battery discharging:
504 504  
505 -* Always on – load is always connected;
506 -* On charger disconnected – load is connected when there is no signal “Charger connected”;
507 -* On discharge request – load is connected when there is signal “Discharge request”.
508 -
509 509  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:
510 510  
511 511  * Service reset
... ... @@ -535,32 +535,46 @@
535 535  
536 536  In this section:
537 537  
538 -* Enable – a flag to activate the discharge control;
539 -* Algorithm:
540 -** Always on – load is always connected;
541 -** On charger disconnected – load is connected when there is no signal “Charger connected”;
542 -** On discharge request – load is connected when there is signal “Discharge request”;
543 -* Allow charging only when the "Ready to discharge" signal is set – discharging contactor will open if "Ready to discharge" signal is cleared;
544 -* Delay before starting discharging – a time delay T,,on,, before closing the discharging contactor, millisecond;
545 -* Delay before stopping discharging – a time delay T,,off,, before opening the discharging contactor, millisecond;
546 -* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the discharge contactor (see [[Precharge>>doc:||anchor="HPrecharge"]]);
547 -* Errors 1, 2 to open the discharging contactor – bitfields to choose the errors which will open the discharging contactor;
548 -* Use custom delays before stopping discharging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors;
549 -* Custom delay: <error> – specific error delay, millisecond;
550 -* Switch off the discharging contactor on errors without delay – a flag to protectively open the discharging contactor without a delay. In the opposite case, when an error is detected, the discharging contactor opens always with the delay “Delay before stopping discharging”.
529 +* **Enable **– a flag to activate the discharge control;
530 +* **Algorithm**:
531 +** **Always on** – load is always connected;
532 +** **On charger disconnected** – load is connected when there is no signal “Charger connected”;
533 +** **On discharge request** – load is connected when there is signal “Discharge request”;
534 +* **Allow charging only when the "Ready to discharge" signal is set** – discharging contactor will open if "Ready to discharge" signal is cleared;
535 +* **Delay before starting discharging** – a time delay T,,on,, before closing the discharging contactor, millisecond;
536 +* **Delay before stopping discharging** – a time delay T,,off,, before opening the discharging contactor, millisecond;
537 +* **Control the precharging contactor** – a flag that allows control of the precharging contactor while closing the discharge contactor (see [[Precharge>>doc:||anchor="HPrecharge"]]);
538 +* **Errors 1, 2 to open the discharging contactor** – bitfields to choose the errors which will open the discharging contactor;
539 +* **Use custom delays before stopping discharging (on errors)** – a flag to enable manual settings of time delays T,,off,, for specific errors;
540 +* **Custom delay: <error>** – specific error delay, millisecond;
541 +* **Switch off the discharging contactor on errors without delay** – a flag to protectively open the discharging contactor without a delay. In the opposite case, when an error is detected, the discharging contactor opens always with the delay “Delay before stopping discharging”.
551 551  
552 552  === Charge/Discharge ===
553 553  
554 -The BMS Main 3 device can control the charge/discharge contactor, which combines algorithms of charging and discharging contactor.
545 +The BMS Main 3 / BMS Main 2R device can control the Charge/Discharge contactor, which combines algorithms of charging and discharging contactor.
555 555  
556 556  Charge/Discharge contactor has three algorithms of operation:
557 557  
558 -* Dependent (on Charging and Discharging signals) - Charge/Discharge contactor depends on Charge and Discharge algorithms and their signals and behaves as Charging contactor if Charging signal is set, otherwise – as Discharging contactor;
559 -* Independent (Always) - Charge/Discharge contactor is always closed if there is no errors;
560 -* Independent (on Charge request or Discharge request) - Charge/Discharge contactor is based on its own controller that listen to Charge and Discharge requests and closes if one of these signals occurs.
549 +On **Dependent (on Charging and Discharging signals)** algorithm the charge/discharge contactor depends on Charge and Discharge algorithms and their signals and behaves
561 561  
562 -TBA
551 +* as Charging contactor if "Charging" signal is set;
552 +* as Discharging contactor in other cases.
563 563  
554 +When **Independent (Always) **algorithm is selected, the charging/discharging contactor is always closed. If at least one of the errors from the "Errors 1, 2 ..." bitfields appears or one of the signals:
555 +
556 +* Service reset
557 +* Power down request
558 +* Inhibit charging
559 +* Inhibit discharging
560 +
561 +the charging/discharging contactor opens.
562 +
563 +
564 +**Independent (on Charge request or Discharge request)** - charge/discharge contactor is based on its own controller and performs as follows:
565 +
566 +* if there is "Charge request" or "Discharge request" signal and there are no errors (see the "Errors 1, 2 ..." bitfields), then through the delay time T,,on,, the charging/discharging contactor closes;
567 +* If the "Charge request" or "Discharge request" disappears or errors occur (see the "Errors 1, 2 ..." bitfields), then after the delay time T,,off,, the charging/discharging contactor opens.
568 +
564 564  (% class="box infomessage" %)
565 565  (((
566 566  **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).
... ... @@ -572,23 +572,23 @@
572 572  
573 573  In this section:
574 574  
575 -* Enable – a flag to enable the charge/discharge controller.
576 -* Algorithm:
577 -** 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;
578 -** Independent (Always) - Charge/Discharge contactor is always closed if there is no errors;
579 -** Independent (on Charge request or Discharge request);
580 -* Delay before starting charging or discharging, millisecond;
581 -* Delay before stopping charging or discharging, millisecond;
582 -* Control the precharging contactor – a flag that enables control of precharging contactor while closing the charge/discharge contactor;
583 -* Emulate the "Charging" and "Discharging" signals – a flag to enable generation of "Charging" and "Discharging" signals when closing charge/discharge contactor;
584 -* 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;
585 -* 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;
586 -* 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;
587 -* 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”.
580 +* **Enable **– a flag to enable the charge/discharge controller.
581 +* **Algorithm**:
582 +** **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;
583 +** **Independent (Always)** - Charge/Discharge contactor is always closed if there is no errors;
584 +** **Independent (on Charge request or Discharge request)**;
585 +* **Delay before starting charging or discharging**, millisecond;
586 +* **Delay before stopping charging or discharging**, millisecond;
587 +* **Control the precharging contactor** – a flag that enables control of precharging contactor while closing the charge/discharge contactor;
588 +* **Emulate the "Charging" and "Discharging" signals** – a flag to enable generation of "Charging" and "Discharging" signals when closing charge/discharge contactor;
589 +* **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;
590 +* **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;
591 +* **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;
592 +* **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  
591 -The BMS Main 3 device can control the power supply of external equipment using the auxiliary (AUX) discharging contactor. An example of external equipment can be an inverter that converts DC to AC to power a service laptop and other devices.
596 +The BMS Main 3 / BMS Main 2R device can control the power supply of external equipment using the auxiliary (AUX) discharging contactor. An example of external equipment can be an inverter that converts DC to AC to power a service laptop and other devices.
592 592  
593 593  The power supply circuit of the external equipment using the auxiliary (AUX) discharging contactor is independent of the battery load circuit. The closing and opening of the auxiliary (AUX) discharging contactor is performed according to its program.
594 594