Changes for page 3.3 Control
Last modified by Admin on 2025/04/09 12:15
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -364,40 +364,51 @@ 364 364 365 365 The device supports three charge control algorithms: 366 366 367 -* Always on –charging is always allowed;368 -* Oncharger connected – charging is allowed when there is a signal “Charger connected”;369 -* Oncharge request – charging is allowed when there is a signal “Charge request”.367 +* charging is always allowed; 368 +* charging is allowed when there is a signal “Charger connected”; 369 +* charging is allowed when there is a signal “Charge request”. 370 370 371 -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 ..." bitfieldsappearsor one of the signals:371 +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 appears: 372 372 373 -* Service reset; 374 -* Power down request; 375 -* Inhibit charging, 373 +* Overvoltage; 374 +* Overcurrent; 375 +* High temperature (CH); 376 +* Low temperature (CH); 377 +* HYG offline (optional); 378 +* Combilift offline (optional); 379 +* Spirit offline (optional); 380 +* Spirit charger error (optional); 381 +* Short circuit (optional); 382 +* High contactor temperature (optional); 383 +* CH contactor cycles error; 384 +* Critical error 376 376 377 377 both contactors are open (no current flows). 378 378 379 -When the algorithm "**On charger connected**" is selected, the control is performed as follows:388 +When the algorithm "**On Charger connected**" is selected, the control is performed as follows: 380 380 381 -* 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;390 +* 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; 382 382 * If the signal “Charger connected” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens; 383 383 * 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); 384 -* If errors fromthe"Errors1, 2 ..."bitfieldsoccur the charging contactor and allow charging contactor open.393 +* If errors in the list above occur the charging contactor and allow charging contactor open. 385 385 386 -When the "**On charge request**" algorithm selected, the control is performed as follows:395 +When the "**On Charge request**" algorithm selected, the control is performed as follows: 387 387 388 -* 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;397 +* 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; 389 389 * If the signal “Charge request” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens; 390 390 * 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); 391 -* If errors fromthe"Errors1, 2 ..."bitfieldsoccur the charging contactor and allow charging contactor open.400 +* If errors in the list above occur the charging contactor and allow charging contactor open. 392 392 393 393 (% class="box infomessage" %) 394 394 ((( 395 - **Note:**when errors occur in the system, the **Charge**contactor opens either immediately or with the delay T,,off,, (depends on the settings described below).404 +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). 396 396 ))) 397 397 407 +When the power down request occurs, the allow charging contactor opens immediately and the charging contactor opens after the delay T,,off,,. Reclosing the charging contactor and allow charging contactor is performed if the power down request is removed. 408 + 398 398 To change the parameters of the battery charge control algorithm, select the "Control → Charge" section: 399 399 400 -[[image:17 40399363134-722.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="306" width="800"]]411 +[[image:1733746766516-845.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="319" width="800"]] 401 401 402 402 In this section: 403 403 ... ... @@ -406,15 +406,23 @@ 406 406 ** Always on – charging is always allowed; 407 407 ** On charger connected – charging is allowed when there is a signal “Charger connected”; 408 408 ** On charge request – charging is allowed when there is a signal “Charge request”; 409 -* Allow charging only when the "Ready to charge" signal is set – charging contactor will open if "Ready to charge" signal is cleared; 420 +* Current corresponding to charging – a current level to generate the "Charging current present" signal, A; 421 +* Current corresponding to no charging – a current level to clear the "Charging current present" signal, A; 410 410 * Delay before starting charging – a time delay T,,on,, before closing the charging contactor and the allow charging contactor, millisecond; 411 411 * Delay before stopping charging – a time delay T,,off,, before opening the charging contactor, millisecond; 412 -* Control the precharging contactor – a flag that allows control of the precharging contactor; 413 413 * Use custom delays before stopping charging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors; 414 -* Errors 1, 2 to open the charging contactor – bitfields to choose the errors which will open the charging contactor; 415 415 * Custom delay: <error> – specific error delay, millisecond; 416 416 * 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”; 427 +* Control the precharging contactor – a flag that allows control of the precharging contactor; 428 +* 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; 429 +* 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; 430 +* 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. 417 417 432 +(% class="box infomessage" %) 433 +((( 434 +Note – The allow charging contactor closes under two independent conditions: 1) the voltage on the cells reaches the “Voltage to reset the “Ready to charge"” level and 2) the "Delay before recharging" time has passed since the opening of the allow charging contactor. 435 +))) 436 + 418 418 === Discharge === 419 419 420 420 The device controls the discharging contactor to connect battery to the load. ... ... @@ -482,7 +482,7 @@ 482 482 * 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”. 483 483 * Precharge time – a duration of closing the precharge contactor before closing the discharging contactor, millisecond; 484 484 * 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; 485 -* 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 .504 +* 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; 486 486 487 487 === Charge/Discharge === 488 488