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)
-
Attachments (0 modified, 6 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,47 +12,35 @@ 12 12 13 13 In this section: 14 14 15 -* Cell capacity – nominal capacity of cells, Ah; 16 -* Cell resistance – nominal (maximum) internal resistance of the cells, Ohm; 17 -* Relax time (after charging) – a relaxation time after charging, second; 18 -* Relax time (atfer discharging) – a relaxation time after discharging, second; 19 -* Reset parameters – a command to reset cells state of charge, capacity, and resistance; 20 -* Method of calculating the battery voltage: 21 -** Summation of cell voltages – the overall voltage is calculated as on sum of all cells in the battery; 22 -** Using voltage before contactors – the overall voltage is estimated as voltage before contactors measured by BMS. 15 +* **Cell capacity** – nominal capacity of cells, Ah; 16 +* **Cell resistance** – nominal (maximum) internal resistance of the cells, Ohm; 17 +* **Connection of cells:** 18 +** **Serial **– all cells are connected in series in a single string. 19 +** **Parallel-Serial **– cells are grouped in parallel and serial items; 20 +* **Parallel-Serial: Number of Logic devices in a chain**; 21 +* **Parallel-Serial: Number of parallel chains in a block**; 22 +* **Parallel-Serial: Number of serial blocks in a string**; 23 +* **Relax time (after charging)** – a relaxation time after charging, second; 24 +* **Relax time (atfer discharging)** – a relaxation time after discharging, second; 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 +* **Method of calculating the battery voltage***: 29 +** **Summation of cell voltages** – the overall voltage is calculated as on sum of all cells in the battery; 30 +** **Using voltage before contactors** – the overall voltage is estimated as voltage before contactors measured by BMS. 23 23 24 -The values“Capacity”and“Resistance”are used to calculate theSOCofcells andthe battery.32 +The **"Parallel-Serial"** connection works as follows: a bunch of serial connected Logics are grouped into chains. A bunch of parallel connected chains are grouped to blocks. A bunch of serial connected blocks are grouped into string. By configuring the corresponding settings it is possible to create a complex string configuration. Current through each chain will be estimated as a fraction of overall current accordingly to the number of chains in a block. 25 25 26 -The values of“Relax time” are usedto determine thestateof the battery. If thebattery isin a stateof relaxation,the system recalculatesthevoltageonthecellsto the stateof charge ofthe battery.34 +The values **“Capacity”** and **“Resistance”** are used to calculate the SOC of cells and the battery. 27 27 28 -The “Reset parameters”willreset: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. 29 29 30 -* 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); 31 -* cell resistance to “Cell resistance” value; 32 -* battery capacity to “Cell capacity” value. 38 +The **“Reset SOC”, "Reset resistance" **and **"Reset capacity"** command is used for starting-up and adjustment of the battery. 33 33 34 -The “Reset parameters” command is used for starting-up and adjustment of the battery. 35 - 36 36 === SOC estimation === 37 37 38 -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: 39 39 40 -* by open circuit voltage; 41 -* by voltage and current. 42 - 43 -It is recommended to use the algorithm of calculation of SOC by voltage and current. 44 - 45 -To change the estimation algorithm for calculating the battery SOC, select the "Control → SOC estimation → Algorithm" section: 46 - 47 - 48 -[[image:1735056107942-306.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="141" width="800"]] 49 - 50 -The following estimation algorithms supported: 51 - 52 -* Voltage – by open circuit voltage; 53 -* Current and voltage (simplified) – recommended for LFP cells; 54 -* Current and voltage (enhanced) – recommended for NMC cells. 55 - 56 56 The **“Voltage”** SOC calculation algorithm calculates cells SOC based on the tabular dependence Uocv = Uocv(SOC, t °C). 57 57 58 58 The **“Current and voltage (simplified)”** SOC calculation algorithm works as follows: ... ... @@ -62,32 +62,34 @@ 62 62 63 63 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). 64 64 65 -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: 66 66 67 67 [[image:1733322611551-852.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="148" width="800"]] 68 68 69 - The followingcalculation methodsaresupported (“Final SOC”):57 +In this section: 70 70 71 -* Minimal SOC – the battery SOC is assumed to be the minimum SOC among the cells; 72 -* Average SOC – the battery SOC is taken equal to the arithmetic average of the cell SOC; 73 -* 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; 74 -* 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. 75 75 76 -Other parameters: 77 - 78 -* Scale the final SOC – a flag to scale the battery SOC by the following values; 79 -* SOC corresponding to 0% – the battery SOC that sets to be 0%; 80 -* SOC corresponding to 100% – the battery SOC that sets to be 100%. 81 -* Uocv (open-circuit voltage) table – the dependence of the cell open circuit voltage Uocv on SOC and the cell temperature (selected for specific batteries); 82 -* Linear zone - linear zone of the Uocv = Uocv(SOC, t°C) dependency, inside which the cell voltage changes insignificantly: 83 -** Linear zone: point 1 – starting point of the Uocv linear zone; 84 -** Linear zone: point 2 – ending point of the Uocv linear zone; 85 -* Coulomb counting correction (temperature) – the dependence of battery capacity on temperature; 86 -* Coulomb counting correction (cycles) – the dependence of battery capacity on the number of charge-discharge cycles. 87 - 88 88 === SOC correction === 89 89 90 -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"]]). 91 91 92 92 To configure parameters for periodically correcting the battery state of charge, select the "Control → SOC correction" section: 93 93 ... ... @@ -95,13 +95,31 @@ 95 95 96 96 In this section: 97 97 98 -* Enable – a flag to enable the SOC correction; 99 -* 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); 100 -* 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”. 101 -* SOC change time – a duration of the linear changing the battery SOC to the value calculated by the correction algorithm, minute; 102 -* Ignore the linear zone – a flag to ignore linear SOC zone while correction (recommended to be unset); 103 -* 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. 104 104 95 +=== SOH estimation === 96 + 97 +The BMS Main 3 device calculates the state of health of the battery (SOH) using two algorithms: 98 + 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. 100 + 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. 102 + 103 +To configure parameters for battery state of health calculation, select the "Control → SOH correction" section: 104 + 105 +[[image:1765447975228-766.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="96" width="800"]]In this section: 106 + 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–. 112 + 105 105 === Resistance estimation === 106 106 107 107 Calculation of the resistance of cells is carried out in two ways. The first method is used when the battery passes from a relaxation state to a charge or discharge state, wherein the cell resistance value ... ... @@ -134,16 +134,18 @@ 134 134 135 135 In this section: 136 136 137 -* Current stabilization time, millisecond; 138 -* 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; 139 -* Maximum resistance factor – the coefficient of calculation of the maximum acceptable resistance of the cell; 140 -* Minimum SOC – minimum cell SOC value for resistance calculation; 141 -* 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. 142 142 143 143 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). 144 144 145 145 === Low SOC (signal) === 146 146 155 +The "Low SOC" is indicative signal that can be assigned to a discrete output or a power switch. 156 + 147 147 To change the parameters of the generation a signal about low battery level, select the "Control → Low SOC (signal)" section: 148 148 149 149 [[image:1733322624660-513.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="116" width="800"]] ... ... @@ -150,12 +150,12 @@ 150 150 151 151 In this section: 152 152 153 -* Enable – a flag to enable signal generation; 154 -* Minimum SOC, %; 155 -* Tolerant SOC, %; 156 -* Delay before setting the signal, second; 157 -* Delay before clearing the signal, second; 158 -* 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. 159 159 160 160 Signal generation conditions: 161 161 ... ... @@ -165,13 +165,10 @@ 165 165 166 166 * the battery SOC is greater than the “Tolerant SOC” during the “Delay before clearing the signal” time. 167 167 168 -(% class="box infomessage" %) 169 -((( 170 -The "Low SOC signal" is indicative and can be output to a discrete output or a power switch. 171 -))) 172 - 173 173 === High charging current (signal) === 174 174 180 +The "High charging current" is indicative signal that can be output to a discrete output or a power switch. 181 + 175 175 To change the parameters of the generation high-current signal, select the "Control → High charging current (signal)" section: 176 176 177 177 [[image:1733322624661-915.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="107" width="800"]] ... ... @@ -178,12 +178,12 @@ 178 178 179 179 In this section: 180 180 181 -* Enable – a flag to enable signal generation;182 -* Maximum charging current, А; 183 -* Tolerant charging current, А; 184 -* Delay before setting the signal, second; 185 -* Delay before clearing the signal, second; 186 -* 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. 187 187 188 188 Signal generation conditions: 189 189 ... ... @@ -193,14 +193,9 @@ 193 193 194 194 * the measured current is less than the “Tolerant charging current” value during the “Delay before clearing the signal” time. 195 195 196 -(% class="box infomessage" %) 197 -((( 198 -The "High charging current" signal is indicative and can be output to a discrete output or a power switch. 199 -))) 200 - 201 201 === Charge map === 202 202 203 -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. 204 204 205 205 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. 206 206 ... ... @@ -210,17 +210,17 @@ 210 210 211 211 In this section: 212 212 213 -* Enable – a flag to start calculation of the charge current limit; 214 -* Maximum charge current – a maximum allowable value of the charge current (under normal conditions), A; 215 -* Rate of change – a rate of change the current limit to a new value (0 is for immediate change), A/s; 216 -* 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; 217 -* Option 1: SOC x Temperature x Factor – the dependence of the correction factor on SOC and battery temperature; 218 -* Option 2: Limit charge current by the contactor temperature – a flag to enable correction of maximum allowable charging current **Kcc** depending on contactor temperature; 219 -* Option 2: Contactor temperature x Factor – the dependence of the correction factor on SOC and contactor temperature; 220 -* 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)221 -* Option 3: Cell voltage x Factor – the dependence of the correction factor on maximum cell voltage; 222 -* 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;223 -* 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. 224 224 225 225 Value of the charge current limit at given SOC, temperature, contactors temperature, maximum cell voltage and maximum cell temperature is calculated as follows: 226 226 ... ... @@ -228,7 +228,7 @@ 228 228 229 229 === Discharge map === 230 230 231 -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. 232 232 233 233 Calculated current values are sent to a charger or an intellectual load over the CAN bus. 234 234 ... ... @@ -238,17 +238,17 @@ 238 238 239 239 In this section: 240 240 241 -* Enable – a flag to start calculation of the discharge current limit; 242 -* Maximum discharge current – a maximum allowable value of the discharge current (under normal conditions), A; 243 -* Rate of change – a rate of change the current limit to a new value (0 is for immediate change), A/s; 244 -* 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; 245 -* Option 1: SOC x Temperature x Factor – the dependence of the correction factor on SOC and battery temperature; 246 -* Option 2: Limit discharge current by the contactor temperature – a flag to enable correction of maximum allowable discharging current **Kdc** depending on contactor temperature; 247 -* Option 2: Contactor temperature x Factor – the dependence of the correction factor on SOC and contactor temperature; 248 -* 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)249 -* Option 3: Cell voltage x Factor – the dependence of the correction factor on minimum cell voltage; 250 -* 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;251 -* 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. 252 252 253 253 Value of the discharge current limit at given SOC, temperature, contactors temperature, minimum cell voltage and maximum cell temperature is calculated as follows: 254 254 ... ... @@ -256,7 +256,7 @@ 256 256 257 257 === Charge map (PEAK & CONTINUOUS) === 258 258 259 -The BMS Main 3 has an alternative algorithm for the maximum allowed charging current based on peak and continuous battery operating modes. 261 +The BMS Main 3 / BMS Main 2R has an alternative algorithm for the maximum allowed charging current based on peak and continuous battery operating modes. 260 260 261 261 To configure parameters for determining the charge current limit, select the "Control → Charge map (PEAK & CONTINUOUS)" section: 262 262 ... ... @@ -264,26 +264,26 @@ 264 264 265 265 In this section: 266 266 267 -* Enable – a flag to start calculation of the charge current limit; 268 -* Maximum PEAK charge current – a maximum peak charge current (under normal conditions), A; 269 -* Maximum CONTINUOUS charge current – a maximum continuous charge current (under normal conditions), A; 270 -* PEAK: SOC x Temperature x Factor – the dependence of the correction factor for peak current K,,cp,, on SOC and battery temperature; 271 -* CONTINUOUS: SOC x Temperature x Factor – the dependence of the correction factor for continuous current K,,cc,, on SOC and battery temperature; 272 -* PEAK time – a time for peak current to be allowed, s; 273 -* Sliding time – a time of linear change of the maximum charging current from peak to continuous and from continuous to peak value, ms; 274 -* Waiting time – a time for peak current to be prohibited, s. 269 +* **Enable **– a flag to start calculation of the charge current limit; 270 +* **Maximum PEAK charge current** – a maximum peak charge current (under normal conditions), A; 271 +* **Maximum CONTINUOUS charge current** – a maximum continuous charge current (under normal conditions), A; 272 +* **PEAK: SOC x Temperature x Factor** – the dependence of the correction factor for peak current K,,cp,, on SOC and battery temperature; 273 +* **CONTINUOUS: SOC x Temperature x Factor** – the dependence of the correction factor for continuous current K,,cc,, on SOC and battery temperature; 274 +* **PEAK time** – a time for peak current to be allowed, s; 275 +* **Sliding time** – a time of linear change of the maximum charging current from peak to continuous and from continuous to peak value, ms; 276 +* **Waiting time** – a time for peak current to be prohibited, s. 275 275 276 276 The maximum charging current value equals to the peak or continuous current according to the following diagram: 277 277 278 278 [[image:1733322717451-608.png||data-xwiki-image-style-alignment="center"]] 279 279 280 -I,,peak,, = Maximum PEAK charge current × K,,cp,, 282 +**I,,peak,, = Maximum PEAK charge current × K,,cp,,** 281 281 282 -I,,continuous,, = Maximum CONTINUOUS charge current × K,,cc,, 284 +**I,,continuous,, = Maximum CONTINUOUS charge current × K,,cc,,** 283 283 284 284 === Discharge map (PEAK & CONTINUOUS) === 285 285 286 -The BMS Main 3 has an alternative algorithm for the maximum allowed discharging current based on peak and continuous battery operating modes. 288 +The BMS Main 3 / BMS Main 2R has an alternative algorithm for the maximum allowed discharging current based on peak and continuous battery operating modes. 287 287 288 288 To configure parameters for determining the discharge current limit, select the "Control → Discharge map (PEAK & CONTINUOUS)" section: 289 289 ... ... @@ -291,45 +291,42 @@ 291 291 292 292 In this section: 293 293 294 -* Enable – a flag to start calculation of the discharge current limit; 295 -* Maximum PEAK discharge current – a maximum peak discharge current (under normal conditions), A; 296 -* Maximum CONTINUOUS discharge current – a maximum continuous discharge current (under normal conditions), A; 297 -* PEAK: SOC x Temperature x Factor – the dependence of the correction factor for peak current K,,dp,, on SOC and battery temperature; 298 -* CONTINUOUS: SOC x Temperature x Factor – the dependence of the correction factor for continuous current K,,dc,, on SOC and battery temperature; 299 -* PEAK time – a time for peak current to be allowed, s; 300 -* Sliding time – a time of linear change of the maximum charging current from peak to continuous and from continuous to peak value, ms; 301 -* Waiting time – a time for peak current to be prohibited, s. 296 +* **Enable **– a flag to start calculation of the discharge current limit; 297 +* **Maximum PEAK discharge current** – a maximum peak discharge current (under normal conditions), A; 298 +* **Maximum CONTINUOUS discharge current** – a maximum continuous discharge current (under normal conditions), A; 299 +* **PEAK: SOC x Temperature x Factor** – the dependence of the correction factor for peak current K,,dp,, on SOC and battery temperature; 300 +* **CONTINUOUS: SOC x Temperature x Factor** – the dependence of the correction factor for continuous current K,,dc,, on SOC and battery temperature; 301 +* **PEAK time** – a time for peak current to be allowed, s; 302 +* **Sliding time** – a time of linear change of the maximum charging current from peak to continuous and from continuous to peak value, ms; 303 +* **Waiting time** – a time for peak current to be prohibited, s. 302 302 303 303 The maximum discharging current value equals to the peak or continuous current according to following diagram: 304 304 305 305 [[image:1733322753429-968.png||data-xwiki-image-style-alignment="center"]] 306 306 307 -I,,peak,, = Maximum PEAK discharge current × K,,dp,, 309 +**I,,peak,, = Maximum PEAK discharge current × K,,dp,,** 308 308 309 -I,,continuous,, = Maximum CONTINUOUS discharge current × K,,dc,, 311 +**I,,continuous,, = Maximum CONTINUOUS discharge current × K,,dc,,** 310 310 311 311 === Main contactor === 312 312 313 -The BMS Main 3 device controls the main contactor. The main contactor is usually placed in the common (minus) battery line for opening the charge and discharge circuits in case of sealing of the charging or discharging contactors. 315 +The BMS Main 3 / BMS Main 2R device controls the main contactor. The main contactor is usually placed in the common (minus) battery line for opening the charge and discharge circuits in case of sealing of the charging or discharging contactors. 314 314 315 315 The Main contactor algorithm supports the following modes: 316 316 317 -* Always on; 318 -* Automatic. 319 +In **“Always on”** mode main contactor closes if all the following is true: 319 319 320 -In “Always on” mode main contactor closes if all the following is true: 321 - 322 322 * Other contactors are open; 323 -* There are no errors from the "Errors 1, 2 ..." bitfileds. 322 +* There are __no errors__ from the "Errors 1, 2 ..." bitfileds. 324 324 325 - In “Always on” modemain contactor opens if all the following is true:324 +and opens if all the following is true: 326 326 327 327 * Other contactors are open; 328 -* There is an error from the the "Errors 1, 2 ..." bitfileds. 327 +* There is __an error__ from the the "Errors 1, 2 ..." bitfileds. 329 329 330 -In “Automatic” mode, the main contactor closes by internal algorithms at the same time with other contactors. 329 +In **“Automatic”** mode, the main contactor closes by internal algorithms at the same time with other contactors. 331 331 332 -In “On demand” mode, the main contactor closes by external the “Close Main contactor” request. 331 +In **“On demand”** mode, the main contactor closes by external the “Close Main contactor” request. 333 333 334 334 (% class="box infomessage" %) 335 335 ((( ... ... @@ -342,34 +342,35 @@ 342 342 343 343 In this section: 344 344 345 -* Enable – a flag to enable the main contactor control; 346 -* Algorithm – main contactor control algorithm: 347 -** Always on – contactor is always closed; 348 -** Automatic – contactor closes by internal charge and discharge algorithms; 349 -** On demand – contactor is closed by an external request; 350 -* Time to keep the contactor closed before closing the others – a time for other contactors to be open after the main contactor is closed; 351 -* Delay before opening the contactor – a time which is used to detect conditions for opening the contactor, s; 352 -* Keep the contactor open until the device is restarted – a flag for keeping the main contactor open until the system is reset; 353 -* Errors 1, 2 to open the main contactor – bitfields to choose the errors which will open the main contactor. 344 +* **Enable **– a flag to enable the main contactor control; 345 +* **Algorithm** – main contactor control algorithm: 346 +** **Always on** – contactor is always closed; 347 +** **Automatic** – contactor closes by internal charge and discharge algorithms; 348 +** **On demand** – contactor is closed by an external request; 349 +* **Time to keep the contactor closed before closing the others** – a time for other contactors to be open after the main contactor is closed; 350 +* **Delay before opening the contactor** – a time which is used to detect conditions for opening the contactor, s; 351 +* **Keep the contactor open until the device is restarted** – a flag for keeping the main contactor open until the system is reset; 352 +* **Errors 1, 2 to open the main contactor** – bitfields to choose the errors which will open the main contactor. 354 354 355 355 === Charging status === 356 356 357 357 To change the parameters of charging process status, select the "Control → Charging status" section: 358 358 359 -[[image:17 60435790050-496.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="140" width="800"]]358 +[[image:1771432488941-251.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="154" width="800"]] 360 360 361 361 In this section: 362 362 363 -* Current to set the "Charging current present" – a current level to generate the "Charging current present" signal, A; 364 -* Current to clear the "Charging current present" – a current level to clear the "Charging current present" signal, A; 365 -* Voltage to clear the “Ready to charge” – a threshold U,,ocv,, (corrected due to current and cell resistance) 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 U,,ocv,, (corrected due to current and cell resistance) 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 -* Treat negative currents as zero currents for generating the "Ready to charge" signal – a flag to disable voltage correction for "Ready to charge" signal at discharging current; 368 -* 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; 369 -* Check the 'Charge current limit' value to generate the 'Ready to charge' – a flag to enable check of "Charging current limit" to generate the "Ready to charge" signal; 370 -* Charge current limit to clear the 'Ready to charge' – a threshold charging current limit value, A; if the limit is //above //this level, the “Ready to charge” (hence, the “Allow charging”) signal is cleared; 371 -* Charge current limit to set the 'Ready to charge' – a tolerant charging current limit value, A; if the limit is //below //this level, the “Ready to charge” (hence, the “Allow charging”) signal is set; 372 -* Errors 1, 2 to clear the "Ready to charge" – bitfields to choose the errors which will clear the "Ready to charge" signal. 362 +* **Current to set the "Charging current present"** – a current level to generate the "Charging current present" signal, A; 363 +* **Current to clear the "Charging current present"** – a current level to clear the "Charging current present" signal, A; 364 +* **Voltage to clear the “Ready to charge”** – a threshold U,,ocv,, (corrected due to current and cell resistance) 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; 365 +* **Voltage to reset the “Ready to charge”** – a tolerant U,,ocv,, (corrected due to current and cell resistance) 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; 366 +* **Use actual voltage to generate the "Ready to charge" signal** – a flag to disable voltage correction for "Ready to charge" signal; 367 +* **Treat negative currents as zero currents for generating the "Ready to charge" signal** – a flag to disable voltage correction for "Ready to charge" signal at discharging current; 368 +* **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; 369 +* **Check the 'Charge current limit' value to generate the 'Ready to charge'** – a flag to enable check of "Charging current limit" to generate the "Ready to charge" signal; 370 +* **Charge current limit to clear the 'Ready to charge'** – a threshold charging current limit value, A; if the limit is //above //this level, the “Ready to charge” signal is cleared; 371 +* **Charge current limit to set the 'Ready to charge'** – a tolerant charging current limit value, A; if the limit is //below //this level, the “Ready to charge” signal is set; 372 +* **Errors 1, 2 to clear the "Ready to charge"** – bitfields to choose the errors which will clear the "Ready to charge" signal. 373 373 374 374 (% class="box infomessage" %) 375 375 ((( ... ... @@ -382,46 +382,54 @@ 382 382 383 383 To change the parameters of discharging process status, select the "Control → Discharging status" section: 384 384 385 -[[image:17 60435802140-274.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="129" width="800"]]385 +[[image:1771431570393-551.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="155" width="800"]] 386 386 387 387 In this section: 388 388 389 -* Current to set the "Discharging current present" – a current level to generate the "Discharging current present" signal, А; 390 -* Current to clear the "Discharging current present" – a current level to clear the "Discharging current present" signal, А; 391 -* Voltage to clear the “Ready to discharge” – a threshold U,,ocv,, (corrected due to current and cell resistance) voltage level on the cell, V; if the voltage of any cell is below this level, the “Ready to discharge” signal is cleared; 392 -* Voltage to reset the “Ready to discharge” – a tolerant U,,ocv,, (corrected due to current and cell resistance) voltage level on the cell, V; if all cells voltages are above the tolerant level, the “Ready to discharge” signal is set; 393 -* Treat positive currents as zero currents for generating the "Ready to discharge" signal – a flag to disable voltage correction for "Ready to discharge" signal at charging current; 394 -* Check the 'Discharge current limit' value to generate the 'Ready to discharge' – a flag to enable check of "Discharging current limit" to generate the "Ready to discharge" signal; 395 -* Discharge current limit to clear the 'Ready to discharge' – a threshold discharging current limit value, A; if the limit is //above //this level, the “Ready to discharge” signal is cleared; 396 -* Discharge current limit to set the 'Ready to discharge' – a tolerant discharging current limit value, A; if the limit is //below //this level, the “Ready to charge” (hence, the “Allow charging”) signal is set; 397 -* Errors 1, 2 to clear the "Ready to discharge" – bitfields to choose the errors which will clear the "Ready to discharge" signal. 389 +* **Current to set the "Discharging current present"** – a current level to generate the "Discharging current present" signal, А; 390 +* **Current to clear the "Discharging current present"** – a current level to clear the "Discharging current present" signal, А; 391 +* **Voltage to clear the “Ready to discharge”** – a threshold U,,ocv,, (corrected due to current and cell resistance) voltage level on the cell, V; if the voltage of any cell is below this level, the “Ready to discharge” signal is cleared; 392 +* **Voltage to reset the “Ready to discharge”** – a tolerant U,,ocv,, (corrected due to current and cell resistance) voltage level on the cell, V; if all cells voltages are above the tolerant level, the “Ready to discharge” signal is set; 393 +* **Use actual voltage to generate the "Ready to discharge" signal** – a flag to disable voltage correction for "Ready to discharge" signal; 394 +* **Treat positive currents as zero currents for generating the "Ready to discharge" signal** – a flag to disable voltage correction for "Ready to discharge" signal at charging current; 395 +* **Check the 'Discharge current limit' value to generate the 'Ready to discharge'** – a flag to enable check of "Discharging current limit" to generate the "Ready to discharge" signal; 396 +* **Discharge current limit to clear the 'Ready to discharge'** – a threshold discharging current limit value, A; if the limit is //above //this level, the “Ready to discharge” signal is cleared; 397 +* **Discharge current limit to set the 'Ready to discharge'** – a tolerant discharging current limit value, A; if the limit is //below //this level, the “Ready to discharge” signal is set; 398 +* **Clear the 'Ready to discharge' signal if the 'Low SOC' signal is set**; 399 +* **Errors 1, 2 to clear the "Ready to discharge"** – bitfields to choose the errors which will clear the "Ready to discharge" signal. 398 398 399 399 === Precharge === 400 400 401 -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. 403 +The BMS Main 3 / BMS Main 2R 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. 402 402 403 -BMS Main 3 devicedetectserrors 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.405 +BMS Main 3 can detect errors while pre-charging the load capacity by monitoring **the current and voltage difference** before and after contactors. 404 404 405 - TBA407 +BMS Main 2R can detect errors while pre-charging the load capacity **only by monitoring the current**. 406 406 409 +In **simple **mode precharge contactor closes a "Precharge time" before the closing of Charge or Discharge contactors and opens after the same amount of time after closing them. 410 + 411 +In **enhanced **mode precharge contactor will wait until the current of voltage difference requirements are met and close the Charge or Discharge contactors only after that. If waiting time is greater than "Precharge time" value, an error will be generated. Precharge contactor will open after "Precharge time" after closing the Charge of Discharge contactors. 412 + 413 +Also BMS Main 3 / BMS Main 2R can measure the power dissipated on precharge resistor and generate an error if it is greater than configured limit. 414 + 407 407 To change the parameters of precharge contactor, select the "Control → Precharge" section: 408 408 409 409 [[image:1750328428183-819.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="178" width="800"]] 410 410 411 -* Precharge current threshold to finish precharging – a minimum current value at which precharging process assumed to be finished, A; 412 -* 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; 413 -* Minimum voltage difference to finish precharging – minimal voltage difference before and after contactors at which precharge process is meant to be finished, V; 414 -* Keep the precharging relay closed until precharge is finished – a flag to ignore the Precharge time and wait precharging to finish before open precharge relay; 415 -* Number of precharging attempts – maximum number of precharging attempts before setting the "Precharge error"; 416 -* Delay before current measurement – a delay before first current measurement after closing precharge, millisecond; 417 -* Precharge time – a duration of closing the precharge contactor before closing the discharging contactor, millisecond; 418 -* Relaxation between attempts – a duration between precharge attempts, millisecond; 419 -* Check the power dissipated in the preacharge resistor - a flag to enable the calculation of power dissipated in precharge resistor; 420 -* Precharge resistor resistance, Ohm; 421 -* Maximum allowable power dissipated in the resistor, W; 422 -* Delay before setting the "Precharge error" when checking power, millisecond; 423 -* Delay before clearing the "Precharge error", second; 424 -* Lock the "Precharge error" – a flag to block the error until the device is restarted. 419 +* **Precharge current threshold to finish precharging **– a minimum current value at which precharging process assumed to be finished, A; 420 +* **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; 421 +* **Minimum voltage difference to finish precharging** – minimal voltage difference before and after contactors at which precharge process is meant to be finished, V; 422 +* **Keep the precharging relay closed until precharge is finished** – a flag to ignore the Precharge time and wait precharging to finish before open precharge relay; 423 +* **Number of precharging attempts** – maximum number of precharging attempts before setting the "Precharge error"; 424 +* **Delay before current measurement** – a delay before first current measurement after closing precharge, millisecond; 425 +* **Precharge time **– a duration of closing the precharge contactor before closing the discharging contactor, millisecond; 426 +* **Relaxation between attempts **– a duration between precharge attempts, millisecond; 427 +* **Check the power dissipated in the preacharge resistor** - a flag to enable the calculation of power dissipated in precharge resistor; 428 +* **Precharge resistor resistance**, Ohm; 429 +* **Maximum allowable power dissipated in the resistor**, W; 430 +* **Delay before setting the "Precharge error" when checking power**, millisecond; 431 +* **Delay before clearing the "Precharge error"**, second; 432 +* **Lock the "Precharge error"** – a flag to block the error until the device is restarted. 425 425 426 426 “Precharge error” generation conditions if any of the following is true: 427 427 ... ... @@ -436,14 +436,10 @@ 436 436 437 437 === Charge === 438 438 439 -There are two contactors that serve charging the battery:a chargingcontactor andan allow chargingcontactor. With the help of theallow chargingcontactor, the BMS commands the charger to start or stop charging.447 +There are two signals that serve charging the battery: "Charging" and "Allow charging". With the help of the "Allow charging" signal, the BMS commands the charger to start or stop charging. 440 440 441 441 The device supports three charge control algorithms: 442 442 443 -* Always on – charging is always allowed; 444 -* On charger connected – charging is allowed when there is a signal “Charger connected”; 445 -* On charge request – charging is allowed when there is a signal “Charge request”. 446 - 447 447 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: 448 448 449 449 * Service reset; ... ... @@ -477,32 +477,26 @@ 477 477 478 478 In this section: 479 479 480 -* Enable – a flag to activate the charge control; 481 -* Algorithm: 482 -** Always on – charging is always allowed; 483 -** On charger connected – charging is allowed when there is a signal “Charger connected”; 484 -** On charge request – charging is allowed when there is a signal “Charge request”; 485 -* Allow charging only when the "Ready to charge" signal is set – charging contactor will open if "Ready to charge" signal is cleared; 486 -* Delay before starting charging – a time delay T,,on,, before closing the charging contactor and the allow charging contactor, millisecond; 487 -* Delay before stopping charging – a time delay T,,off,, before opening the charging contactor, millisecond; 488 -* Control the precharging contactor – a flag that allows control of the precharging contactor while closing the charge contactor (see [[Precharge>>path:#HPrecharge]]); 489 -* Errors 1, 2 to open the charging contactor – bitfields to choose the errors which will open the charging contactor; 490 -* Use custom delays before stopping charging (on errors) – a flag to enable manual settings of time delays T,,off,, for specific errors; 491 -* Custom delay: <error> – delay for specific error, millisecond; 492 -* 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”; 484 +* **Enable **– a flag to activate the charge control; 485 +* **Algorithm**: 486 +** **Always on** – charging is always allowed; 487 +** **On charger connected** – charging is allowed when there is a signal “Charger connected”; 488 +** **On charge request** – charging is allowed when there is a signal “Charge request”; 489 +* **Allow charging only when the "Ready to charge" signal is set** – charging contactor will open if "Ready to charge" signal is cleared; 490 +* **Delay before starting charging** – a time delay T,,on,, before closing the charging contactor and the allow charging contactor, millisecond; 491 +* **Delay before stopping charging** – a time delay T,,off,, before opening the charging contactor, millisecond; 492 +* **Control the precharging contactor** – a flag that allows control of the precharging contactor while closing the charge contactor (see [[Precharge>>path:#HPrecharge]]); 493 +* **Errors 1, 2 to open the charging contactor** – bitfields to choose the errors which will open the charging contactor; 494 +* **Use custom delays before stopping charging (on errors)** – a flag to enable manual settings of time delays T,,off,, for specific errors; 495 +* **Custom delay: <error>** – delay for specific error, millisecond; 496 +* **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”; 493 493 494 494 === Discharge === 495 495 496 496 The device controls the discharging contactor to connect battery to the load. 497 497 498 -The device supports three algorithms to control battery discharging: 502 +The device supports three algorithms to control battery discharging: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: 499 499 500 -* Always on – load is always connected; 501 -* On charger disconnected – load is connected when there is no signal “Charger connected”; 502 -* On discharge request – load is connected when there is signal “Discharge request”. 503 - 504 -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: 505 - 506 506 * Service reset 507 507 * Power down request 508 508 * Inhibit discharging
- 1765447975228-766.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +18.8 KB - Content
- 1765448283865-334.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +20.9 KB - Content
- 1771431551882-439.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +43.7 KB - Content
- 1771431570393-551.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +43.7 KB - Content
- 1771432488941-251.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +40.1 KB - Content
- 1771432563405-644.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +40.1 KB - Content