Changes for page 3.3 Control
Last modified by Admin on 2026/04/30 15:56
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -22,9 +22,9 @@ 22 22 * **Parallel-Serial: Number of serial blocks in a string**; 23 23 * **Relax time (after charging)** – a relaxation time after charging, second; 24 24 * **Relax time (atfer discharging)** – a relaxation time after discharging, second; 25 -* **Reset SOC** – a command to reset cells state of charge; 26 -* **Reset resistance** – a command to reset cells resistance; 27 -* **Reset capacity** – a command to reset cells capacity; 25 +* **Reset SOC** – a command to reset cells state of charge. New cell SOC values will be calculated based on cell voltage and “Uocv (open-circuit voltage) table”: in the “Control → SOC estimation” section; 26 +* **Reset resistance** – a command to reset cells resistance to “Cell resistance” value; 27 +* **Reset capacity** – a command to reset cells capacity to “Cell capacity” value; 28 28 * **Method of calculating the battery voltage***: 29 29 ** **Summation of cell voltages** – the overall voltage is calculated as on sum of all cells in the battery; 30 30 ** **Using voltage before contactors** – the overall voltage is estimated as voltage before contactors measured by BMS. ... ... @@ -35,34 +35,12 @@ 35 35 36 36 The values of **“Relax time”** are used to determine the state of the battery. If the battery is in a state of relaxation, the system recalculates the voltage on the cells to the state of charge of the battery. 37 37 38 -The** “Resetparameters”**willreset:38 +The **“Reset SOC”, "Reset resistance" **and **"Reset capacity"** command is used for starting-up and adjustment of the battery. 39 39 40 -* state of charge (new cell SOC values will be calculated based on cell voltage and “Uocv (open-circuit voltage) table”: in the “Control → SOC estimation” section); 41 -* cell resistance to “Cell resistance” value; 42 -* battery capacity to “Cell capacity” value. 43 - 44 -The **“Reset parameters”** command is used for starting-up and adjustment of the battery. 45 - 46 46 === SOC estimation === 47 47 48 -The BMS Main 3 device calculates the state of charge of the battery (SOC)usingtwo algorithms:42 +The BMS Main 3 / BMS Main 2R device calculates the state of charge (SOC) of each cell, and then the overall battery SOC, by using following algorithms: 49 49 50 -* by open circuit voltage; 51 -* by voltage and current. 52 - 53 -It is recommended to use the algorithm of calculation of SOC by voltage and current. 54 - 55 -To change the estimation algorithm for calculating the battery SOC, select the "Control → SOC estimation → Algorithm" section: 56 - 57 - 58 -[[image:1735056107942-306.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="141" width="800"]] 59 - 60 -The following estimation algorithms supported: 61 - 62 -* Voltage – by open circuit voltage; 63 -* Current and voltage (simplified) – recommended for LFP cells; 64 -* Current and voltage (enhanced) – recommended for NMC cells. 65 - 66 66 The **“Voltage”** SOC calculation algorithm calculates cells SOC based on the tabular dependence Uocv = Uocv(SOC, t °C). 67 67 68 68 The **“Current and voltage (simplified)”** SOC calculation algorithm works as follows: ... ... @@ -72,32 +72,34 @@ 72 72 73 73 The **“Current and voltage (enhanced)” **SOC calculation algorithm differs from the simplified algorithm by online correction of the effective capacity. When using this algorithm, it is necessary to fine tune the tabular dependence Uocv = Uocv (SOC, t °C). 74 74 75 -To change the algorithm for calculating the FinalSOC, select the "Control → SOC estimation→ Final SOC" section:53 +To change the algorithm for calculating the SOC, select the "Control → SOC estimation" section: 76 76 77 77 [[image:1733322611551-852.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="148" width="800"]] 78 78 79 - The followingcalculation methodsaresupported (“Final SOC”):57 +In this section: 80 80 81 -* Minimal SOC – the battery SOC is assumed to be the minimum SOC among the cells; 82 -* Average SOC – the battery SOC is taken equal to the arithmetic average of the cell SOC; 83 -* Min-Max SOC – the battery SOC is calculated based on the minimum and maximum SOC of the cells. Final SOC will be a) 100% if any cell has 100% SOC, b) 0% if any cell has 0% SOC; 84 -* Max-Min SOC – the battery SOC is calculated based on the minimum and maximum SOC of the cells. Final SOC will be a) 100% if all cells have 100% SOC, b) 0% if all cells have 0% SOC. 59 +* **Algorithm:** 60 +** **Voltage **– by open circuit voltage; 61 +** **Current and voltage (simplified)** – recommended for LFP cells; 62 +** **Current and voltage (enhanced)** – recommended for NMC cells: 63 +* **Final SOC** – method of calculating overall SOC of battery: 64 +** **Minimal SOC** – the battery SOC is assumed to be the minimum SOC among the cells; 65 +** **Average SOC** – the battery SOC is taken equal to the arithmetic average of the cell SOC; 66 +** **Min-Max SOC** – the battery SOC is calculated based on the minimum and maximum SOC of the cells (recommended). Final SOC will be a) 100% if __any cell__ has 100% SOC, b) 0% if __any cell__ has 0% SOC; 67 +** **Max-Min SOC** – the battery SOC is calculated based on the minimum and maximum SOC of the cells. Final SOC will be a) 100% if __all cells__ have 100% SOC, b) 0% if __all// //cells__ have 0% SOC. 68 +* **Scale the final SOC** – a flag to scale the battery SOC by the following values; 69 +* **SOC corresponding to 0%** – the battery SOC that sets to be 0%; 70 +* **SOC corresponding to 100%** – the battery SOC that sets to be 100%. 71 +* **Uocv (open-circuit voltage) table** – the dependence of the cell open circuit voltage Uocv on SOC and the cell temperature (selected for specific batteries); 72 +* **Linear zone** - linear zone of the Uocv = Uocv(SOC, t°C) dependency, inside which the cell voltage changes insignificantly: 73 +** **Linear zone: point 1** – starting point of the Uocv linear zone; 74 +** **Linear zone: point 2** – ending point of the Uocv linear zone; 75 +* **Coulomb counting correction (temperature)** – the dependence of battery capacity on temperature; 76 +* **Coulomb counting correction (cycles)** – the dependence of battery capacity on the number of charge-discharge cycles. 85 85 86 -Other parameters: 87 - 88 -* Scale the final SOC – a flag to scale the battery SOC by the following values; 89 -* SOC corresponding to 0% – the battery SOC that sets to be 0%; 90 -* SOC corresponding to 100% – the battery SOC that sets to be 100%. 91 -* Uocv (open-circuit voltage) table – the dependence of the cell open circuit voltage Uocv on SOC and the cell temperature (selected for specific batteries); 92 -* Linear zone - linear zone of the Uocv = Uocv(SOC, t°C) dependency, inside which the cell voltage changes insignificantly: 93 -** Linear zone: point 1 – starting point of the Uocv linear zone; 94 -** Linear zone: point 2 – ending point of the Uocv linear zone; 95 -* Coulomb counting correction (temperature) – the dependence of battery capacity on temperature; 96 -* Coulomb counting correction (cycles) – the dependence of battery capacity on the number of charge-discharge cycles. 97 - 98 98 === SOC correction === 99 99 100 -The BMS Main 3 device can recalculate the battery SOC after long-term storage or after long-term working in the case when the battery was not charged fully or discharged totally. Recalculation is done based on the tabular dependency Uocv = Uocv (SOC, t) (see [[SOC estimation>>doc:||anchor="HSOCestimation"]]). 80 +The BMS Main 3 / BMS Main 2R device can recalculate the battery SOC after long-term storage or after long-term working in the case when the battery was not charged fully or discharged totally. Recalculation is done based on the tabular dependency Uocv = Uocv (SOC, t) (see [[SOC estimation>>doc:||anchor="HSOCestimation"]]). 101 101 102 102 To configure parameters for periodically correcting the battery state of charge, select the "Control → SOC correction" section: 103 103 ... ... @@ -105,33 +105,30 @@ 105 105 106 106 In this section: 107 107 108 -* Enable – a flag to enable the SOC correction; 109 -* Shutdown period – a time the battery is off, day. If the BMS detects on its startup that it was off during the “Shutdown period” time, the BMS recalculates the battery state of charge based on the tabular dependency Uocv = Uocv (SOC, t); 110 -* Correction period – a period of correcting the battery SOC, day. If the BMS detects that the last correction was more than the “Correction period” ago, the BMS recalculates the battery state of charge based on the tabular dependency Uocv = Uocv (SOC, t) and tunes it gradually during the “SOC change time”. 111 -* SOC change time – a duration of the linear changing the battery SOC to the value calculated by the correction algorithm, minute; 112 -* Ignore the linear zone – a flag to ignore linear SOC zone while correction (recommended to be unset); 113 -* Last correction timestamp – time when last correction was made. 88 +* **Enable **– a flag to enable the SOC correction; 89 +* **Shutdown period** – a time the battery is off, day. If the BMS detects on its startup that it was off during the “Shutdown period” time, the BMS recalculates the battery state of charge based on the tabular dependency Uocv = Uocv (SOC, t); 90 +* **Correction period** – a period of correcting the battery SOC, day. If the BMS detects that the last correction was more than the “Correction period” ago, the BMS recalculates the battery state of charge based on the tabular dependency Uocv = Uocv (SOC, t) and tunes it gradually during the “SOC change time”. 91 +* **SOC change time** – a duration of the linear changing the battery SOC to the value calculated by the correction algorithm, minute; 92 +* **Ignore the linear zone** – a flag to ignore linear SOC zone while correction (recommended to be unset); 93 +* **Last correction timestamp** – time when last correction was made. 114 114 115 115 === SOH estimation === 116 116 117 117 The BMS Main 3 device calculates the state of health of the battery (SOH) using two algorithms: 118 118 119 -* By effective capacity; 120 -* By total charge-. 99 +In **"By effective capacity" **mode SOH is calculated as a ratio of effective capacity to nominal capacity. Effective capacity is estimated to DOD value when battery SOC reaches 0%, so SOH is recalculated each full battery discharge. 121 121 122 -In "By effectivecapacity" mode SOH is calculated as aratio ofeffectivecapacitytonominal capacity. Effectivecapacity isestimatedtoDODvaluewhenbatterySOCreaches0%,soSOHis recalculatedeach fullbatterydischarge.101 +In** "By total charge–"** mode SOH is calculated as a linear function of "Total charge-" counter. While "Total charge-" constantly increases during battery operation, SOH will be linearly decrease at the same time. This mode requires a confirmed data about cell health depending of amount of discharge rate to configure the linear function. 123 123 124 -In "By total charge-" mode SOH is calculated as a linear function of "Total charge-" counter. While "Total charge-" constantly increases during battery operation, SOH will be linearly decrease at the same time. This mode requires a confirmed data about cell health depending of amount of discharge rate to configure the linear function. 125 - 126 126 To configure parameters for battery state of health calculation, select the "Control → SOH correction" section: 127 127 128 128 [[image:1765447975228-766.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="96" width="800"]]In this section: 129 129 130 -* Algorithm: 131 -** By effective capacity; 132 -** By total charge -;133 -* Total charge: Charge -– total amount of charge-for expected SOH;134 -* Total charge: SOH – expected SOH value at the total amount of charge-.107 +* **Algorithm:** 108 +** **By effective capacity;** 109 +** **By total charge–;** 110 +* **Total charge: Charge–** – total amount of charge– for expected SOH; 111 +* **Total charge: SOH** – expected SOH value at the total amount of charge–. 135 135 136 136 === Resistance estimation === 137 137 ... ... @@ -165,16 +165,18 @@ 165 165 166 166 In this section: 167 167 168 -* Current stabilization time, millisecond; 169 -* Maximum calculation period – maximum time between resistance measurements. If more time has elapsed since the last determination of the stabilized current I,,stable,, than is determined in this field, the resistance calculation is not performed, second; 170 -* Maximum resistance factor – the coefficient of calculation of the maximum acceptable resistance of the cell; 171 -* Minimum SOC – minimum cell SOC value for resistance calculation; 172 -* Maximum SOC – maximum cell SOC value for resistance calculation. 145 +* **Current stabilization time**, millisecond; 146 +* **Maximum calculation period** – maximum time between resistance measurements. If more time has elapsed since the last determination of the stabilized current I,,stable,, than is determined in this field, the resistance calculation is not performed, second; 147 +* **Maximum resistance factor** – the coefficient of calculation of the maximum acceptable resistance of the cell; 148 +* **Minimum SOC** – minimum cell SOC value for resistance calculation; 149 +* **Maximum SOC** – maximum cell SOC value for resistance calculation. 173 173 174 174 The calculated resistance is accepted by the system as valid (and therefore updated) if its value is in the range from Resistance / 2 to “Maximum resistance factor” × Resistance, where "Resistance" is the nominal resistance of the cell (see [[Common settings>>doc:||anchor="HCommonsettings"]]). If the calculated resistance value is greater than the value (Maximum resistance factor × Resistance), the updated resistance value will be equal to the value (Maximum resistance factor × Resistance). 175 175 176 176 === Low SOC (signal) === 177 177 155 +The "Low SOC" is indicative signal that can be assigned to a discrete output or a power switch. 156 + 178 178 To change the parameters of the generation a signal about low battery level, select the "Control → Low SOC (signal)" section: 179 179 180 180 [[image:1733322624660-513.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="116" width="800"]] ... ... @@ -181,12 +181,12 @@ 181 181 182 182 In this section: 183 183 184 -* Enable – a flag to enable signal generation; 185 -* Minimum SOC, %; 186 -* Tolerant SOC, %; 187 -* Delay before setting the signal, second; 188 -* Delay before clearing the signal, second; 189 -* Lock – lock the signal until the device is reset. 163 +* **Enable **– a flag to enable signal generation; 164 +* **Minimum SOC**, %; 165 +* **Tolerant SOC**, %; 166 +* **Delay before setting the signal**, second; 167 +* **Delay before clearing the signal**, second; 168 +* **Lock** – lock the signal until the device is reset. 190 190 191 191 Signal generation conditions: 192 192 ... ... @@ -196,13 +196,10 @@ 196 196 197 197 * the battery SOC is greater than the “Tolerant SOC” during the “Delay before clearing the signal” time. 198 198 199 -(% class="box infomessage" %) 200 -((( 201 -The "Low SOC signal" is indicative and can be output to a discrete output or a power switch. 202 -))) 203 - 204 204 === High charging current (signal) === 205 205 180 +The "High charging current" is indicative signal that can be output to a discrete output or a power switch. 181 + 206 206 To change the parameters of the generation high-current signal, select the "Control → High charging current (signal)" section: 207 207 208 208 [[image:1733322624661-915.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="107" width="800"]] ... ... @@ -209,12 +209,12 @@ 209 209 210 210 In this section: 211 211 212 -* Enable – a flag to enable signal generation;213 -* Maximum charging current, А; 214 -* Tolerant charging current, А; 215 -* Delay before setting the signal, second; 216 -* Delay before clearing the signal, second; 217 -* Lock – lock the signal until the device is reset. 188 +* **Enable **– a flag to enable signal generation; 189 +* **Maximum charging current**, А; 190 +* **Tolerant charging current**, А; 191 +* **Delay before setting the signal**, second; 192 +* **Delay before clearing the signal**, second; 193 +* **Lock **– lock the signal until the device is reset. 218 218 219 219 Signal generation conditions: 220 220 ... ... @@ -224,14 +224,9 @@ 224 224 225 225 * the measured current is less than the “Tolerant charging current” value during the “Delay before clearing the signal” time. 226 226 227 -(% class="box infomessage" %) 228 -((( 229 -The "High charging current" signal is indicative and can be output to a discrete output or a power switch. 230 -))) 231 - 232 232 === Charge map === 233 233 234 -The BMS Main 3 device calculates the maximum allowable charge current values in respect to SOC, battery temperature, contactor temperature and cell voltage. 205 +The BMS Main 3 / BMS Main 2R device calculates the maximum allowable charge current values in respect to SOC, battery temperature, contactor temperature and cell voltage. 235 235 236 236 Calculated current values are sent to a charger or an intellectual load over the CAN bus. External devices based on received data provide correct battery operation. 237 237 ... ... @@ -241,17 +241,17 @@ 241 241 242 242 In this section: 243 243 244 -* Enable – a flag to start calculation of the charge current limit; 245 -* Maximum charge current – a maximum allowable value of the charge current (under normal conditions), A; 246 -* Rate of change – a rate of change the current limit to a new value (0 is for immediate change), A/s; 247 -* Option 1: Limit charge current by the battery SOC and temperature – a flag to enable correction of maximum allowable charging current** Kcs** depending on __maximum cell SOC__ and battery temperature; 248 -* Option 1: SOC x Temperature x Factor – the dependence of the correction factor on SOC and battery temperature; 249 -* Option 2: Limit charge current by the contactor temperature – a flag to enable correction of maximum allowable charging current **Kcc** depending on contactor temperature; 250 -* Option 2: Contactor temperature x Factor – the dependence of the correction factor on SOC and contactor temperature; 251 -* Option 3: Limit charge current by the maximum cell voltage -a flag to enable correction of maximum allowable charging current **Kcv** depending on __the maximum cell U,,ocv,, voltage__ (corrected due to current and cell resistance)252 -* Option 3: Cell voltage x Factor – the dependence of the correction factor on maximum cell voltage; 253 -* Option 4: Limit charge current by the cell temperature -a flag to enable correction of maximum allowable charging current **Kct** depending on maximum cell temperature;254 -* Option 4: Cell temperature x Factor – the dependence of the correction factor on maximum cell temperature. 215 +* **Enable **– a flag to start calculation of the charge current limit; 216 +* **Maximum charge current** – a maximum allowable value of the charge current (under normal conditions), A; 217 +* **Rate of change** – a rate of change the current limit to a new value (0 is for immediate change), A/s; 218 +* **Option 1: Limit charge current by the battery SOC and temperature** – a flag to enable correction of maximum allowable charging current** Kcs** depending on __maximum cell SOC__ and battery temperature; 219 +* **Option 1: SOC x Temperature x Factor** – the dependence of the correction factor on SOC and battery temperature; 220 +* **Option 2: Limit charge current by the contactor temperature** – a flag to enable correction of maximum allowable charging current **Kcc** depending on contactor temperature; 221 +* **Option 2: Contactor temperature x Factor** – the dependence of the correction factor on SOC and contactor temperature; 222 +* **Option 3: Limit charge current by the maximum cell voltage** – a flag to enable correction of maximum allowable charging current **Kcv** depending on __the maximum cell U,,ocv,, voltage__ (corrected due to current and cell resistance) 223 +* **Option 3: Cell voltage x Factor** – the dependence of the correction factor on maximum cell voltage; 224 +* **Option 4: Limit charge current by the cell temperature** – a flag to enable correction of maximum allowable charging current **Kct** depending on maximum cell temperature; 225 +* **Option 4: Cell temperature x Factor** – the dependence of the correction factor on maximum cell temperature. 255 255 256 256 Value of the charge current limit at given SOC, temperature, contactors temperature, maximum cell voltage and maximum cell temperature is calculated as follows: 257 257 ... ... @@ -259,7 +259,7 @@ 259 259 260 260 === Discharge map === 261 261 262 -The BMS Main 3 device calculates the maximum allowable discharge current values in respect to SOC, battery temperature, contactor temperature and cell voltage. 233 +The BMS Main 3 / BMS Main 2R device calculates the maximum allowable discharge current values in respect to SOC, battery temperature, contactor temperature and cell voltage. 263 263 264 264 Calculated current values are sent to a charger or an intellectual load over the CAN bus. 265 265 ... ... @@ -269,17 +269,17 @@ 269 269 270 270 In this section: 271 271 272 -* Enable – a flag to start calculation of the discharge current limit; 273 -* Maximum discharge current – a maximum allowable value of the discharge current (under normal conditions), A; 274 -* Rate of change – a rate of change the current limit to a new value (0 is for immediate change), A/s; 275 -* Option 1: Limit discharging current by the battery SOC and temperature – a flag to enable correction of maximum allowable discharging current **Kds **depending on __minimum cell SOC__ and temperature; 276 -* Option 1: SOC x Temperature x Factor – the dependence of the correction factor on SOC and battery temperature; 277 -* Option 2: Limit discharge current by the contactor temperature – a flag to enable correction of maximum allowable discharging current **Kdc** depending on contactor temperature; 278 -* Option 2: Contactor temperature x Factor – the dependence of the correction factor on SOC and contactor temperature; 279 -* Option 3: Limit discharge current by the cell voltage -a flag to enable correction of maximum allowable discharging current **Kdv** depending on __the minimum cell U,,ocv,, voltage__ (corrected due to current and cell resistance)280 -* Option 3: Cell voltage x Factor – the dependence of the correction factor on minimum cell voltage; 281 -* Option 4: Limit discharge current by the cell temperature -a flag to enable correction of maximum allowable discharging current **Kdt** depending on maximum cell temperature;282 -* Option 4: Cell voltage x Factor – the dependence of the correction factor on minimum cell temperature. 243 +* **Enable **– a flag to start calculation of the discharge current limit; 244 +* **Maximum discharge current** – a maximum allowable value of the discharge current (under normal conditions), A; 245 +* **Rate of change** – a rate of change the current limit to a new value (0 is for immediate change), A/s; 246 +* **Option 1: Limit discharging current by the battery SOC and temperature** – a flag to enable correction of maximum allowable discharging current **Kds **depending on __minimum cell SOC__ and temperature; 247 +* **Option 1: SOC x Temperature x Factor** – the dependence of the correction factor on SOC and battery temperature; 248 +* **Option 2: Limit discharge current by the contactor temperature** – a flag to enable correction of maximum allowable discharging current **Kdc** depending on contactor temperature; 249 +* **Option 2: Contactor temperature x Factor** – the dependence of the correction factor on SOC and contactor temperature; 250 +* **Option 3: Limit discharge current by the cell voltage** – a flag to enable correction of maximum allowable discharging current **Kdv** depending on __the minimum cell U,,ocv,, voltage__ (corrected due to current and cell resistance) 251 +* **Option 3: Cell voltage x Factor** – the dependence of the correction factor on minimum cell voltage; 252 +* **Option 4: Limit discharge current by the cell temperature** – a flag to enable correction of maximum allowable discharging current **Kdt** depending on maximum cell temperature; 253 +* **Option 4: Cell voltage x Factor** – the dependence of the correction factor on minimum cell temperature. 283 283 284 284 Value of the discharge current limit at given SOC, temperature, contactors temperature, minimum cell voltage and maximum cell temperature is calculated as follows: 285 285