Changes for page 3.3 Control

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

From version 33.7
edited by Admin
on 2025/02/11 13:24
Change comment: There is no comment for this version
To version 33.6
edited by Admin
on 2025/02/11 13:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -431,24 +431,24 @@
431 431  * On charger connected – charging is allowed when there is a signal “Charger connected”;
432 432  * On charge request – charging is allowed when there is a signal “Charge request”.
433 433  
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 from the "Errors 1, 2 ..." bitfields appears 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:
435 435  
436 436  * Service reset;
437 437  * Power down request;
438 438  * Inhibit charging,
439 439  
440 -both contactors are open (no current flows).
440 +contactor are open (no current flows).
441 441  
442 442  When the algorithm "**On charger connected**" is selected, the control is performed as follows:
443 443  
444 -* 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;
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;
445 445  * If the signal “Charger connected” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens;
446 446  * 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);
447 -* If errors from the "Errors 1, 2 ..." bitfields occur the charging contactor and allow charging contactor open.
447 +* If errors in the list above occur the charging contactor and allow charging contactor open.
448 448  
449 449  When the "**On charge request**" algorithm selected, the control is performed as follows:
450 450  
451 -* 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;
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;
452 452  * If the signal “Charge request” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens;
453 453  * 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);
454 454  * If errors in the list above occur the charging contactor and allow charging contactor open.