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)
-
Attachments (0 modified, 6 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -293,8 +293,71 @@ 293 293 * Keep the contactor open until the device is restarted – a flag for keeping the main contactor open until the system is reset; 294 294 * Errors 1, 2 to open the main contactor – bitfields to choose the errors which will open the main contactor. 295 295 296 - *296 +=== Charging status === 297 297 298 +To change the parameters of charging process status, select the "Control → Charging status" section: 299 + 300 +[[image:1740399071280-626.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="123" width="800"]] 301 +In this section: 302 + 303 +* Current to set the "Charging current present" – a current level to generate the "Charging current present" signal, A; 304 +* Current to clear the "Charging current present" – a current level to clear the "Charging current present" signal, A; 305 +* 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; 306 +* 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; 307 +* 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; 308 +* Errors 1, 2 to clear the "Ready to charge" – bitfields to choose the errors which will clear the "Ready to charge" signal. 309 + 310 +(% class="box infomessage" %) 311 +((( 312 +**Note:** The "Allow charging" signal activates under two independent conditions: 313 +1) the voltage on the cells reaches the “Voltage to reset the “Ready to charge"” level and 314 +2) the "Delay before recharging" time has passed since the opening of the allow charging contactor. 315 +))) 316 + 317 +=== Discharging status === 318 + 319 +To change the parameters of discharging process status, select the "Control → Discharging status" section: 320 + 321 +[[image:1740399096018-240.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="110" width="800"]] 322 +In this section: 323 + 324 +* Current to set the "Discharging current present" – a current level to generate the "Discharging current present" signal, А; 325 +* Current to clear the "Discharging current present" – a current level to clear the "Discharging current present" signal, А; 326 +* 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; 327 +* 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; 328 +* Errors 1, 2 to clear the "Ready to discharge" – bitfields to choose the errors which will clear the "Ready to discharge" signal. 329 + 330 +=== Precharge === 331 + 332 +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. 333 + 334 +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. 335 + 336 +[[image:1740399150173-761.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="155" width="800"]] 337 + 338 +To change the parameters of precharge contactor, select the "Control → Precharge" section: 339 + 340 +* Precharge current threshold to finish precharging – a minimum current value at which precharging process assumed to be finished, A; 341 +* Number of precharging attempts – maximum number of precharging attempts before setting the "Precharge error"; 342 +* Precharge time – a duration of closing the precharge contactor before closing the discharging contactor, millisecond; 343 +* Relaxation between attempts – a duration between precharge attempts, millisecond; 344 +* Check the power dissipated in the preacharge resistor - a flag to enable the calculation of power dissipated in precharge resistor; 345 +* Precharge resistor resistance, Ohm; 346 +* Maximum allowable power dissipated in the resistor, W; 347 +* Delay before setting the "Precharge error" when checking power, millisecond; 348 +* Delay before clearing the "Precharge error", second; 349 +* Lock the "Precharge error" – a flag to block the error until the device is restarted. 350 + 351 +“Precharge error” generation conditions if any of the following is true: 352 + 353 +* the precharge current does not decrease during the "Precharge time" after "Number of precharging attempts"; 354 +* power dissipated on the precharge resistor is above the maximum value during the “Delay before setting the 'Precharge error' when checking power” time. 355 + 356 +(% class="box warningmessage" %) 357 +((( 358 +Behavior of contactors at “Precharge error” is configured in corresponding contactor settings! 359 +))) 360 + 298 298 === Charge === 299 299 300 300 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. ... ... @@ -301,51 +301,40 @@ 301 301 302 302 The device supports three charge control algorithms: 303 303 304 -* charging is always allowed; 305 -* charging is allowed when there is a signal “Charger connected”; 306 -* charging is allowed when there is a signal “Charge request”. 367 +* Always on – charging is always allowed; 368 +* On charger connected – charging is allowed when there is a signal “Charger connected”; 369 +* On charge request – charging is allowed when there is a signal “Charge request”. 307 307 308 -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: 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 ..." bitfields appears or one of the signals: 309 309 310 -* Overvoltage; 311 -* Overcurrent; 312 -* High temperature (CH); 313 -* Low temperature (CH); 314 -* HYG offline (optional); 315 -* Combilift offline (optional); 316 -* Spirit offline (optional); 317 -* Spirit charger error (optional); 318 -* Short circuit (optional); 319 -* High contactor temperature (optional); 320 -* CH contactor cycles error; 321 -* Critical error 373 +* Service reset; 374 +* Power down request; 375 +* Inhibit charging, 322 322 323 323 both contactors are open (no current flows). 324 324 325 -When the algorithm "**On Charger connected**" is selected, the control is performed as follows:379 +When the algorithm "**On charger connected**" is selected, the control is performed as follows: 326 326 327 -* If there is a signal “Charger connected” and there are no errors (see the listabove), then through the delay time T,,on,, the charging contactor and the allow charging contactor close;381 +* 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; 328 328 * If the signal “Charger connected” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens; 329 329 * 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); 330 -* If errors inthelistabove occur the charging contactor and allow charging contactor open.384 +* If errors from the "Errors 1, 2 ..." bitfields occur the charging contactor and allow charging contactor open. 331 331 332 -When the "**On Charge request**" algorithm selected, the control is performed as follows:386 +When the "**On charge request**" algorithm selected, the control is performed as follows: 333 333 334 -* If there is a signal “Charge request” and there are no errors (see the listabove), then through the delay time T,,on,, the charging contactor and the allow charging contactor close;388 +* 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; 335 335 * If the signal “Charge request” disappears, the allow charging contactor opens and after the delay time T,,off,, the charging contactor opens; 336 336 * 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); 337 -* If errors inthelistabove occur the charging contactor and allow charging contactor open.391 +* If errors from the "Errors 1, 2 ..." bitfields occur the charging contactor and allow charging contactor open. 338 338 339 339 (% class="box infomessage" %) 340 340 ((( 341 -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).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). 342 342 ))) 343 343 344 -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. 345 - 346 346 To change the parameters of the battery charge control algorithm, select the "Control → Charge" section: 347 347 348 -[[image:1733 746766516-845.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="319" width="800"]]400 +[[image:1740399363134-722.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="306" width="800"]] 349 349 350 350 In this section: 351 351 ... ... @@ -354,23 +354,15 @@ 354 354 ** Always on – charging is always allowed; 355 355 ** On charger connected – charging is allowed when there is a signal “Charger connected”; 356 356 ** On charge request – charging is allowed when there is a signal “Charge request”; 357 -* Current corresponding to charging – a current level to generate the "Charging current present" signal, A; 358 -* Current corresponding to no charging – a current level to clear the "Charging current present" signal, A; 409 +* Allow charging only when the "Ready to charge" signal is set – charging contactor will open if "Ready to charge" signal is cleared; 359 359 * Delay before starting charging – a time delay T,,on,, before closing the charging contactor and the allow charging contactor, millisecond; 360 360 * 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 (see [[Precharge>>url:http://#HPrecharge]]); 361 361 * 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; 362 362 * Custom delay: <error> – specific error delay, millisecond; 363 363 * 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”; 364 -* Control the precharging contactor – a flag that allows control of the precharging contactor; 365 -* 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; 366 -* 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; 367 -* 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. 368 368 369 -(% class="box infomessage" %) 370 -((( 371 -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. 372 -))) 373 - 374 374 === Discharge === 375 375 376 376 The device controls the discharging contactor to connect battery to the load. ... ... @@ -377,50 +377,36 @@ 377 377 378 378 The device supports three algorithms to control battery discharging: 379 379 380 -* load is always connected; 381 -* load is connected when there is no signal “Charger connected”; 382 -* load is connected when there is signal “Discharge request”. 424 +* Always on – load is always connected; 425 +* On charger disconnected – load is connected when there is no signal “Charger connected”; 426 +* On discharge request – load is connected when there is signal “Discharge request”. 383 383 384 -When the algorithm "**Always on**" is selected, the discharging contactor is always closed. If at least one of the errors appears: 428 +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: 385 385 386 -* Undervoltage; 387 -* Overvoltage (optional); 388 -* Overcurrent; 389 -* High temperature (DCH); 390 -* Low temperature (DCH) (optional); 391 -* HYG offline (optional); 392 -* Combilift offline (optional); 393 -* Spirit offline (optional); 394 -* Spirit charger error (optional); 395 -* Short circuit (optional); 396 -* High contactor temperature (optional); 397 -* DCH contactor cycles error; 398 -* Critical error 430 +* Service reset 431 +* Power down request 432 +* Inhibit discharging 399 399 400 400 the discharging contactor opens. 401 401 402 -If the algorithm "**On Charger disconnected**" is selected, the control is performed as follows:436 +If the algorithm "**On charger disconnected**" is selected, the control is performed as follows: 403 403 404 -* if there is no signal “Charger connected”, the charging contactor is open edand there are no errors (see thelistabove), then through the delay time T,,on,, the discharging contactor closes;405 -* If the signal “Charger connected” appears or errors occur (see the listabove), then after the delay time T,,off,, the discharging contactor opens.438 +* if there is no signal “Charger connected”, the charging contactor is open and there are no errors (see the "Errors 1, 2 ..." bitfields), then through the delay time T,,on,, the discharging contactor closes; 439 +* If the signal “Charger connected” appears or errors occur (see the "Errors 1, 2 ..." bitfields), then after the delay time T,,off,, the discharging contactor opens. 406 406 407 -When the "**On Discharge request**" algorithm selected, the control is performed as follows:441 +When the "**On discharge request**" algorithm selected, the control is performed as follows: 408 408 409 -* if there is signal “Discharge request”, the charging contactor is open edand there are no errors (see thelistabove), then through the delay time T,,on,, the discharging contactor closes;410 -* If the signal “Discharge request” disappears or errors occur (see the listabove), then after the delay time T,,off,, the discharging contactor opens.443 +* if there is signal “Discharge request”, the charging contactor is open and there are no errors (see the "Errors 1, 2 ..." bitfields), then through the delay time T,,on,, the discharging contactor closes; 444 +* If the signal “Discharge request” disappears or errors occur (see the "Errors 1, 2 ..." bitfields), then after the delay time T,,off,, the discharging contactor opens. 411 411 412 412 (% class="box infomessage" %) 413 413 ((( 414 -Note: incaseof errors in the systemoperation, theopening of the**discharging**contactorisperformedeither immediately or withadelay T,,off,, (depends on the settings described below).448 +**Note: **when errors occur in the system, the **Discharge **contactor opens either immediately or with the delay T,,off,, (depends on the settings described below). 415 415 ))) 416 416 417 -The device supports controlling the precharging contactor. The duration of switching on the precharging contactor before closing the discharging (load) contactor is adjusted. 418 - 419 -When the power down request occurs, the discharging contactor opens after delay T,,off,,. Reclosing the discharging contactor is performed if the power down request is removed. 420 - 421 421 To change the parameters of the battery discharge control algorithm, select the "Control → Discharge" section: 422 422 423 -[[image:173 3746885414-479.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="319" width="800"]]453 +[[image:1740399783613-216.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="311" width="800"]] 424 424 425 425 In this section: 426 426 ... ... @@ -429,16 +429,14 @@ 429 429 ** Always on – load is always connected; 430 430 ** On charger disconnected – load is connected when there is no signal “Charger connected”; 431 431 ** On discharge request – load is connected when there is signal “Discharge request”; 432 -* Current corresponding to discharging – a current level to generate the "Discharging current present" signal, А; 433 -* Current indicating no discharging – a current level to clear the "Discharging current present" signal, А; 462 +* Allow charging only when the "Ready to discharge" signal is set – discharging contactor will open if "Ready to discharge" signal is cleared; 434 434 * Delay before starting discharging – a time delay T,,on,, before closing the discharging contactor, millisecond; 435 435 * Delay before stopping discharging – a time delay T,,off,, before opening the discharging contactor, millisecond; 465 +* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the discharge contactor (see [[Precharge>>path:#HPrecharge]]); 466 +* Errors 1, 2 to open the discharging contactor – bitfields to choose the errors which will open the discharging contactor; 436 436 * Use custom delays before stopping discharging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors; 437 437 * Custom delay: <error> – specific error delay, millisecond; 438 438 * 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”. 439 -* Precharge time – a duration of closing the precharge contactor before closing the discharging contactor, millisecond; 440 -* 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; 441 -* 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; 442 442 443 443 === Charge/Discharge === 444 444
- 1740399019469-925.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +23.2 KB - Content
- 1740399071280-626.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.6 KB - Content
- 1740399096018-240.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +23.7 KB - Content
- 1740399150173-761.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +33.1 KB - Content
- 1740399363134-722.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +57.2 KB - Content
- 1740399783613-216.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +59.8 KB - Content