Changes for page 3.3 Control

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

From version 12.8
edited by Admin
on 2024/12/24 18:11
Change comment: There is no comment for this version
To version 12.10
edited by Admin
on 2024/12/24 18:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -407,8 +407,8 @@
407 407  
408 408  or one of the signals:
409 409  
410 -* Service reset
411 -* Power down request
410 +* Service reset;
411 +* Power down request;
412 412  * Inhibit charging,
413 413  
414 414  both contactors are open (no current flows).
... ... @@ -448,7 +448,7 @@
448 448  * Current corresponding to no charging – a current level to clear the "Charging current present" signal, A;
449 449  * Delay before starting charging – a time delay T,,on,, before closing the charging contactor and the allow charging contactor, millisecond;
450 450  * Delay before stopping charging – a time delay T,,off,, before opening the charging contactor, millisecond;
451 -* Control the precharging contactor – a flag that allows control of the precharging contactor;
451 +* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the charge contactor;
452 452  * Errors 1, 2 to open the charging contactor – bitfields to choose the errors which will open the charging contactor;
453 453  * Use custom delays before stopping charging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors;
454 454  * Custom delay: <error> – delay for specific error, millisecond;
... ... @@ -500,7 +500,10 @@
500 500  * 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;
501 501  * If the signal “Discharge request” disappears or errors occur (see the list above), then after the delay time T,,off,, the discharging contactor opens.
502 502  
503 -Note – In case of errors in the system operation, the opening of the discharging contactor is performed either immediately or with a delay T,,off,, (depends on the settings described below).
503 +(% class="box infomessage" %)
504 +(((
505 +**Note:** in case of errors in the system operation, **discharging **contactor opens either immediately or with a delay T,,off,, (depends on the settings described below).
506 +)))
504 504  
505 505  The device supports controlling the precharging contactor. The duration of switching on the precharging contactor before closing the discharging (load) contactor is adjusted.
506 506  
... ... @@ -519,12 +519,11 @@
519 519  * Current indicating no discharging – a current level to clear the "Discharging current present" signal, А;
520 520  * Delay before starting discharging – a time delay T,,on,, before closing the discharging contactor, millisecond;
521 521  * Delay before stopping discharging – a time delay T,,off,, before opening the discharging contactor, millisecond;
525 +* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the discharge contactor;
526 +* Errors 1, 2 to open the discharging contactor – bitfields to choose the errors which will open the charging contactor;
522 522  * Use custom delays before stopping discharging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors;
523 523  * Custom delay: <error> – specific error delay, millisecond;
524 524  * 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”.
525 -* Precharge time – a duration of closing the precharge contactor before closing the discharging contactor, millisecond;
526 -* 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;
527 -* Minimum voltage difference to finish precharging – minimal voltage difference before and after contactors at which precharge process is meant to be finished, V;
528 528  
529 529  === Charge/Discharge ===
530 530