Изменения документа 3.4 Protections

Редактировал(а) Admin 2025/04/09 12:21

От версии 1.13
отредактировано Admin
на 2025/02/26 13:25
Изменить комментарий: К данной версии нет комментариев
К версии 1.1
отредактировано Admin
на 2025/02/26 13:08
Изменить комментарий: К данной версии нет комментариев

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -14,299 +14,303 @@
14 14  
15 15  === Overcurrent ===
16 16  
17 -Устройство BMS Mini осуществляет защиту по максимально допустимому току в зависимости от показаний датчика на эффекте Холла или шунтового датчика.
17 +The BMS Mini device performs the overcurrent protection depending on current sensor values.
18 18  
19 -Для изменения параметров защиты батареи по току необходимо выбрать раздел «Protections → Overcurrent»:
19 +To change the overcurrent protection of the battery, select the "Protections → Overcurrent" section:
20 20  
21 21  [[image:1733748033234-868.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="138" width="800"]]
22 22  
23 -В данном разделе:
23 +In this section:
24 24  
25 -* Enable – флаг включения защиты;
26 -* Maximum charge current – максимальный ток заряда, А;
27 -* Tolerant charge current – допустимый ток заряда, А;
28 -* Maximum discharge current – максимальный ток разряда, А;
29 -* Tolerant discharge current – допустимый ток разряда, А;
30 -* Delay before setting the error – задержка перед формированием ошибки, мс;
31 -* Delay before clearing the error – задержка перед снятием ошибки, с;
32 -* Lock – флаг блокирования ошибки до перезапуска устройства.
25 +* Enable – a flag to enable the protection;
26 +* Maximum charging current, А;
27 +* Tolerant charging current, А;
28 +* Maximum discharging current, А;
29 +* Tolerant discharging current, А;
30 +* Delay before setting the error, millisecond;
31 +* Delay before clearing the error, second;
32 +* Lock – a flag to block the error until the device is restarted.
33 33  
34 -В результате срабатывания защиты батареи по току формируется ошибка «Overcurrent».
34 +As a result of operation of the overcurrent protection, the "Overcurrent" error is generated.
35 35  
36 -Условия формирования ошибки:
36 +Error generation conditions:
37 37  
38 -* ток положительный (заряд) и модуль тока превышает величину «Maximum charge current» в течение времени «Delay before setting the error»;
39 -* ток отрицательный (разряд) и модуль тока превышает величину «Maximum discharge current» в течение времени «Delay before setting the error».
38 +* the current is positive (charging), and its modulo value is greater than the “Maximum charging current value for the Delay before setting the error” time;
39 +* the current is negative (discharging), and its modulo value is greater than the “Maximum discharging current value for the Delay before setting the error” time.
40 40  
41 -Условия для снятия ошибки:
41 +Conditions for removing the error:
42 42  
43 -* ток положительный (заряд) или нулевой и модуль тока меньше величины «Tolerant charge current» в течение времени «Delay before clearing the error»;
44 -* ток отрицательный (разряд) и модуль тока меньше величины «Tolerant discharge current» в течение времени «Delay before clearing the error».
43 +* the current is positive (charging) or zero, and its modulo value is less than the “Tolerant charging current value for the Delay before clearing the error” time;
44 +* the current is negative (discharging), and its modulo value is less than the “Tolerant discharging current value for the Delay before clearing the error” time.
45 45  
46 46  === Charge current limit ===
47 47  
48 -Устройство BMS Mini может сравнивать ток заряда со значением из карты заряда (см. [[Charge map>>doc:Battery management systems.BMS Mini S.3\. Configuration.3\.3 Control.WebHome||anchor="HChargemap"]]). Если ток заряда превышает расчетный ток более, чем на заданное значение, генерируется ошибка "Current limit".
48 +The BMS Mini device can check if the charging current exceeds the estimated limit based on the [[Charge map>>doc:Battery management systems.BMS Mini S.3\. Configuration.3\.3 Control.WebHome||anchor="HChargemap"]]. If current exceeds the calculated limit more than configured difference, "Current limit" error is generated.
49 49  
50 -Разница токов делится на две зоны. Превышение тока в зоне 1 рассчитывается по абсолютной величинее, в зоне 2 – по относительной.
50 +Current difference is separated to two regions by the threshold value. Maximum current in Region 1 is calculated by the absolute difference, in Region 2 – by the relative difference.
51 51  
52 -Для изменения параметров защиты батареи от превышения тока заряда необходимо выбрать раздел «Protections → Charge current limit»:
52 +To change the overcurrent protection of the battery, select the "Protections → Charge current limit" section:
53 53  
54 54  [[image:1740571132019-848.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="143" width="800"]]
55 55  
56 -В данном разделе:
56 +In this section:
57 57  
58 -* Enable – флаг включения защиты;
59 -* Threshold to switch from Region 1 to Region 2 – значение тока, при котором происходит переключение расчета тока от абсолютной величины к относительной, A;
60 -* Region 1: Current difference – a value of maximum absolute current diffr, A;
58 +* Enable – a flag to enable the protection;
59 +* Threshold to switch from Region 1 to Region 2 – a current value at which current excess calculation will be switched from absolute to relative difference, A;
60 +* Region 1: Current difference – a value of maximum absolute current difference, A;
61 61  * Region 2: Current difference – a value of maximum relative current excess, A;
62 -* Delay before setting the error – задержка перед формированием ошибки, мс;
63 -* Delay before clearing the error – задержка перед снятием ошибки, с;
64 -* Lock – флаг блокирования ошибки до перезапуска устройства.
62 +* Delay before setting the error, millisecond;
63 +* Delay before clearing the error, second;
64 +* Lock – a flag to block the error until the device is restarted.
65 65  
66 66  === Discharge current limit ===
67 67  
68 -Устройство BMS Mini может сравнивать ток разряда со значением из карты разряда (см. [[Discharge map>>doc:Battery management systems.BMS Mini S.3\. Configuration.3\.3 Control.WebHome||anchor="HDischargemap"]]). Если ток разряда превышает расчетный ток более, чем на заданное значение, генерируется ошибка "Current limit".
68 +The BMS Mini device can check if the discharging current exceeds the estimated limit based on the [[Discharge map>>doc:Battery management systems.BMS Mini S.3\. Configuration.3\.3 Control.WebHome||anchor="HDischargemap"]]. If current exceeds the calculated limit more than configured difference, "Current limit" error is generated.
69 69  
70 -Разница токов делится на две зоны. Превышение тока в зоне 1 рассчитывается по абсолютной величинее, в зоне 2 – по относительной.
70 +Current difference is separated to two regions by the threshold value. Maximum current in Region 1 is calculated by the absolute difference, in Region 2 – by the relative difference.
71 71  
72 -Для изменения параметров защиты батареи от превышения тока разряда необходимо выбрать раздел «Protections → Charge current limit»:
72 +To change the overcurrent protection of the battery, select the "Protections → Discharge current limit" section:
73 73  
74 74  [[image:1740571296344-411.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="151" width="800"]]
75 75  
76 -В данном разделе:
76 +In this section:
77 77  
78 -* Enable – флаг включения защиты;
79 -* Threshold to switch from Region 1 to Region 2 – значение тока, при котором происходит переключение расчета тока от абсолютной величины к относительной, A;
80 -* Region 1: Current difference – a value of maximum absolute current diffr, A;
78 +* Enable – a flag to enable the protection;
79 +* Threshold to switch from Region 1 to Region 2 – a current value at which current excess calculation will be switched from absolute to relative difference, A;
80 +* Region 1: Current difference – a value of maximum absolute current difference, A;
81 81  * Region 2: Current difference – a value of maximum relative current excess, A;
82 -* Delay before setting the error – задержка перед формированием ошибки, мс;
83 -* Delay before clearing the error – задержка перед снятием ошибки, с;
84 -* Lock – флаг блокирования ошибки до перезапуска устройства.
82 +* Delay before setting the error, millisecond;
83 +* Delay before clearing the error, second;
84 +* Lock – a flag to block the error until the device is restarted.
85 85  
86 86  === Undervoltage ===
87 87  
88 -В устройстве BMS Mini реализована защита батареи от низкого напряжения на ячейках.
88 +The BMS Mini device implements battery protection from too low voltage on the cells.
89 89  
90 -Для изменения параметров защиты батареи при низком напряжении на ячейках необходимо выбрать раздел «Protections → Undervoltage»:
90 +To change the battery protection parameters from low voltage on the cells, select the "Protections → Undervoltage" section:
91 91  
92 92  [[image:1740571345293-460.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="138" width="800"]]
93 93  
94 -В данном разделе:
94 +In this section:
95 95  
96 -* Enable – флаг включения защиты;
97 -* Minimum cell voltage – минимальное напряжение на ячейке, В;
98 -* Tolerant cell voltage – допустимое напряжение на ячейке, В;
99 -* Check the open circuit voltage instead of the actual voltage – флаг включения коррекции напряжение по току и сопротивлению ячейки;
100 -* Delay before setting the error – задержка перед формированием ошибки, мс;
101 -* Delay before clearing the error – задержка перед снятием ошибки, с;
102 -* Lock – флаг блокирования ошибки до перезапуска устройства.
96 +* Enable – a flag to enable the protection;
97 +* Minimum cell voltage, V;
98 +* Tolerant cell voltage, V;
99 +* Check the open circuit voltage instead of the actual voltage – a flag to enable the check of voltage correction due to current and cell resistance;
100 +* Delay before setting the error, millisecond;
101 +* Delay before clearing the error, second;
102 +* Lock – a flag to block the error until the device is restarted.
103 103  
104 -В результате срабатывания защиты батареи от низкого напряжение формируется ошибка «Undervoltage».
104 +As a result of the operation of battery protection from low voltage, the "Undervoltage" error is generated.
105 105  
106 -Условия формирования ошибки:
106 +Error generation conditions:
107 107  
108 -* минимальное напряжение среди всех ячеек батареи меньше величины «Minimum cell voltage» в течение времени «Delay before setting the error».
108 +* the minimum voltage among all cells of the battery is less than the “Minimum cell voltage value for the Delay before setting the error” time.
109 109  
110 -Условия снятия ошибки:
110 +Conditions for removing the error:
111 111  
112 -* минимальное напряжение среди всех ячеек батареи больше величины «Tolerant cell voltage» в течение времени «Delay before clearing the error».
112 +* the minimum voltage among all cells of the battery is greater than the “Tolerant cell voltage value for the Delay before clearing the error” time.
113 113  
114 114  === Overvoltage ===
115 115  
116 -В устройстве BMS Mini реализована защита батареи от высокого напряжения на ячейках.
116 +The BMS Mini device implements battery protection from too high voltage on the cells.
117 117  
118 -Для изменения параметров защиты батареи при высоком напряжении на ячейках необходимо выбрать раздел «Protections → Overvoltage»:
118 +To change the battery protection parameters from high voltage on the cells, select the "Protections → Overvoltage" section:
119 119  
120 120  [[image:1740571383842-536.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="147" width="800"]]
121 121  
122 -В данном разделе:
122 +In this section:
123 123  
124 -* Enable – флаг включения защиты;
125 -* Maximum cell voltage – максимальное напряжение на ячейке, В;
126 -* Tolerant cell voltage – допустимое напряжение на ячейке, В;
127 -* Check the open circuit voltage instead of the actual voltage – флаг включения коррекции напряжение по току и сопротивлению ячейки;
128 -* Delay before setting the error – задержка перед формированием ошибки, мс;
129 -* Delay before clearing the error – задержка перед снятием ошибки, с;
130 -* Lock – флаг блокирования ошибки до перезапуска устройства.
124 +* Enable – a flag to enable the protection;
125 +* Maximum cell voltage, V;
126 +* Tolerant cell voltage, V;
127 +* Check the open circuit voltage instead of the actual voltage – a flag to enable the check of voltage correction due to current and cell resistance;
128 +* Delay before setting the error, millisecond;
129 +* Delay before clearing the error, second;
130 +* Lock – a flag to block the error until the device is restarted.
131 131  
132 -В результате срабатывания защиты батареи от высокого напряжение формируется ошибка «Overvoltage».
132 +As a result of the operation of the battery protection from high voltage, the "Overvoltage" error is generated.
133 133  
134 -Условия формирования ошибки:
134 +Error generation conditions:
135 135  
136 -* максимальное напряжение среди всех ячеек батареи больше величины «Maximum cell voltage» в течение времени «Delay before setting the error».
136 +* the maximum voltage among all cells of the battery is greater than the “Maximum cell voltage value for the Delay before setting the error” time.
137 137  
138 -Условия снятия ошибки:
138 +Conditions for removing the error:
139 139  
140 -* максимальное напряжение среди всех ячеек батареи меньше величины «Tolerant cell voltage» в течение времени «Delay before clearing the error».
140 +* the maximum voltage among all cells of the battery is less than the “Tolerant cell voltage value for the Delay before clearing the error” time.
141 141  
142 142  === Low temperature ===
143 143  
144 -Устройство BMS Mini осуществляет защиту батареи от слишком низкой температуры.
144 +The BMS Mini device implements battery protection from too low temperature.
145 145  
146 -Для изменения параметров защиты батареи от низкой температуры** **необходимо выбрать раздел «Protections → Low temperature»:
146 +To change the battery protection parameters from low temperature, select the "Protections → Low temperature" section:
147 147  
148 148  [[image:1733748045675-570.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="137" width="800"]]
149 149  
150 -В данном разделе:
150 +In this section:
151 151  
152 -* Enable – флаг включения защиты;
153 -* Minimum charge temperature – минимальная температура заряда, °C;
154 -* Tolerant charge temperature – допустимая температура заряда, °C;
155 -* Minimum discharge temperature – минимальная температура разряда, °C;
156 -* Tolerant discharge temperature – допустимая температура разряда, °C;
157 -* Delay before setting the error – задержка перед формированием ошибки, мс;
158 -* Delay before clearing the error – задержка перед снятием ошибки, с;
159 -* Lock – флаг блокирования ошибки до перезапуска устройства.
152 +* Enable – a flag to enable the protection;
153 +* Minimum charge temperature, °C;
154 +* Tolerant charge temperature, °C;
155 +* Minimum discharge temperature, °C;
156 +* Tolerant discharge temperature, °C;
157 +* Delay before setting the error, millisecond;
158 +* Delay before clearing the error, second;
159 +* Lock – a flag to block the error until the device is restarted.
160 160  
161 -В результате срабатывания защиты батареи от низкой температуры формируется ошибка «Low temperature (CH)» и/или «Low temperature (DCH)».
161 +As a result of the operation of the battery protection from low temperature, the "Low temperature (CH)" and/or Low temperature (DCH)” error are generated.
162 162  
163 -Условия формирования ошибки:
163 +Error generation conditions:
164 164  
165 -* минимальная температура среди всех ячеек батареи меньше величины «Minimum charge (discharge) temperature» в течение времени «Delay before setting the error».
165 +* the minimum temperature among all cells of the battery is less than the “Minimum charging (discharging) temperature value for the Delay before setting the error” time.
166 166  
167 -Условия снятия ошибки:
167 +Conditions for removing the error:
168 168  
169 -* минимальная температура среди всех ячеек батареи больше величины «Tolerant charge (discharge) temperature» в течение времени «Delay before clearing the error».
169 +* the minimum temperature among all cells of the battery is greater than the “Tolerant charging (discharging) temperature value for the Delay before clearing the error” time.
170 170  
171 171  === High temperature ===
172 172  
173 -Устройство BMS Mini осуществляет защиту батареи от слишком высокой температуры.
173 +The BMS Mini device implements battery protection from too high temperature.
174 174  
175 -Для изменения параметров защиты батареи от высокой температуры** **необходимо выбрать раздел «Protections → High temperature»:
175 +To change the battery protection parameters from high temperature, select the "Protections → High temperature" section:
176 176  
177 177  [[image:1733748045683-426.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="138" width="800"]]
178 178  
179 -В данном разделе:
179 +In this section:
180 180  
181 -* Enable – флаг включения защиты;
182 -* Maximum charge temperature – максимальная температура заряда, °C;
183 -* Tolerant charge temperature – допустимая температура заряда, °C;
184 -* Maximum discharge temperature – максимальная температура разряда, °C;
185 -* Tolerant discharge temperature – допустимая температура разряда, °C;
186 -* Delay before setting the error – задержка перед формированием ошибки, мс;
187 -* Delay before clearing the error – задержка перед снятием ошибки, с;
188 -* Lock – флаг блокирования ошибки до перезапуска устройства.
181 +* Enable – a flag to enable the protection;
182 +* Maximum charge temperature, °C;
183 +* Tolerant charge temperature, °C;
184 +* Maximum discharge temperature, °C;
185 +* Tolerant discharge temperature, °C;
186 +* Delay before setting the error, millisecond;
187 +* Delay before clearing the error, second;
188 +* Lock – a flag to block the error until the device is restarted.
189 189  
190 -В результате срабатывания защиты батареи от высокой температуры формируется ошибка «High temperature (CH)» и/или «High temperature (DCH)».
190 +As a result of the operation of the battery protection from high temperature, the "High temperature (CH)" or High temperature (DCH)” error is generated.
191 191  
192 -Условия формирования ошибки:
192 +Error generation conditions:
193 193  
194 -* максимальная температура среди всех ячеек батареи больше величины «Maximum charge (discharge) temperature» в течение времени «Delay before setting the error».
194 +* the maximum temperature among all cells of the battery is greater than the “Maximum charging (discharging) temperature value for the Delay before setting the error” time.
195 195  
196 -Условия снятия ошибки:
196 +Conditions for removing the error:
197 197  
198 -* максимальная температура среди всех ячеек батареи меньше величины «Tolerant charge (discharge) temperature» в течение времени «Delay before clearing the error».
198 +* the maximum temperature among all cells of the battery is less than the “Tolerant charging (discharging) temperature value for the Delay before clearing the error” time.
199 199  
200 200  === Battery cover ===
201 201  
202 -Устройство BMS Mini детектирует вскрытие крышки батареи и выполняет защитное размыкание силовых контакторов.
202 +To change the protection parameters from opening the battery cover, select the "Protections Battery cover" section:
203 203  
204 -Защита от вскрытия крышки батареи настраивается в разделе «Protections → Battery cover»:
205 -
206 206  [[image:1733748045685-763.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="92" width="800"]]
207 207  
208 -В данном разделе:
206 +In this section:
209 209  
210 -* Enable – флаг включения защиты;
211 -* Delay before setting the error – задержка перед формированием ошибки, мс;
212 -* Delay before clearing the error – задержка перед снятием ошибки, с;
213 -* Lock – флаг блокирования ошибки до перезапуска устройства.
208 +* Enable – a flag to enable the protection;
209 +* Delay before setting the error, millisecond;
210 +* Delay before clearing the error, second;
211 +* Lock – a flag to block the error until the device is restarted.
214 214  
215 -В результате срабатывания защиты от вскрытия крышки батареи формируется ошибка «Battery cover error».
213 +As a result of the operation of the protection against opening the battery cover, the “Battery cover error” is generated.
216 216  
217 -Условия формирования ошибки:
215 +Error generation conditions:
218 218  
219 -* наличие сигнала «Battery cover» в течение времени «Delay before setting the error».
217 +* there is a signal from the battery cover during the Delay before setting the error” time.
220 220  
221 -Условия снятия ошибки:
219 +Conditions for removing the error:
222 222  
223 -* отсутствие сигнала «Battery cover» в течение времени «Delay before clearing the error».
221 +* no signal from the battery cover during the Delay before clearing the error” time.
224 224  
225 225  (% class="box warningmessage" %)
226 226  (((
227 -При наличии ошибки «Battery cover error» формируется флаг **критической ошибки.**
225 +If there is the "Battery cover error", the **“Critical error” **is generated.
228 228  )))
229 229  
230 230  === Cell monitor offline ===
231 231  
232 -Устройство BMS Mini детектирует пропадание связи с монитором ячеек.
230 +The BMS Mini device checks if there is connection with cell monitor and set an error if not.
233 233  
234 -Для изменения параметров защиты от потери связи с монитором ячеек необходимо выбрать раздел «Protections → Cell monitor offline»:
232 +To change the cell monitor offline protection parameters, select the "Protections → Cell monitor offline" section:
235 235  
236 236  [[image:1733748045686-719.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="93" width="800"]]
237 237  
238 -В данном разделе:
236 +In this section:
239 239  
240 -* Enable – флаг включения защиты;
241 -* Lock – флаг блокирования ошибки до перезапуска устройства.
238 +* Enable – a flag to enable the protection;
239 +* Lock – a flag to block the error until the device is restarted.
242 242  
243 -В результате срабатывания защиты от потери связи с монитором ячеек формируется ошибка "потеря связи с монитором ячеек". Условия формирования ошибки:
241 +As a result of the operation of the protection from the cell monitor offline, the "Cell monitor offline error" is generated.
244 244  
245 -* монитор ячеек не отвечает на команды в течение 10 секунд.
243 +Error generation conditions:
246 246  
247 -Условия снятия ошибки:
245 +* there is not connection with the cell monitor.
248 248  
249 -* монитор ячеек отвечает на команды.
247 +Conditions for removing the error:
250 250  
249 +* connection with the cell monitor is established.
250 +
251 251  (% class="box warningmessage" %)
252 252  (((
253 -При наличии ошибки «Cell monitor offline» формируется флаг** критической ошибки.**
253 +If there is the " Cell monitor offline error", the **“Critical error” **is generated.
254 254  )))
255 255  
256 256  === Cell count ===
257 257  
258 -Для изменения параметров защиты от несоответствия количества ячеек заданной величине необходимо выбрать раздел «Protections → Cell count»:
258 +To change the protection parameters from the mismatch of the number of cells to the set value, select the "Protections → Cell count" section:
259 259  
260 260  [[image:1733748057078-555.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="103" width="800"]]
261 261  
262 -В данном разделе:
262 +In this section:
263 263  
264 -* Enable – флаг включения защиты;
265 -* Number of cells – количество ячеек, подключенных к BMS;
266 -* Delay before setting the error – задержка перед формированием ошибки, мс;
267 -* Delay before clearing the error – задержка перед снятием ошибки, с;
268 -* Lock – флаг блокирования ошибки до перезапуска устройства.
264 +* Enable – a flag to enable the protection;
265 +* Number of cells – a number of cells connected to the BMS;
266 +* Delay before setting the error, millisecond;
267 +* Delay before clearing the error, second;
268 +* Lock – a flag to block the error until the device is restarted.
269 269  
270 -В результате срабатывания защиты от несоответствия количества ячеек заданной величине формируется ошибка «несоответствие кол-ва ячеек». Условия формирования ошибки:
270 +As a result of the operation of the protection from the mismatch of the number of cells, the "Cell count error" is generated.
271 271  
272 -* количество ячеек, подключённых к BMS, **не равно** величине Number of cells.
272 +Error generation conditions:
273 273  
274 -Условия снятия ошибки:
274 +* the number of cells connected to the BMS is **not equal** to the “Number of cells” value during the “Delay before setting the error” time.
275 275  
276 -* количество ячеек, подключённых к BMS, **равно** величине Number of cells.
276 +Conditions for removing the error:
277 277  
278 +* the number of cells connected to the BMS is **equal** to the “Number of cells” value during the “Delay before clearing the error” time.
279 +
278 278  (% class="box warningmessage" %)
279 279  (((
280 -При наличии ошибки «Cell count» формируется флаг **критической ошибки.**
282 +If there is the "Cell count error", the **“Critical error” **is generated.
281 281  )))
282 282  
283 283  === Short circuit ===
284 284  
285 -В устройстве BMS Mini реализована защита силовых цепей (контакторов, силовых кабелей) от перегрева, вызванного протеканием повышенного тока в течение длительного времени.
287 +The BMS Mini device implements a protection of power circuits (contactors, power wires) against overheating caused by the flow of high current for a long time.
286 286  
287 -Для изменения параметров защиты силовых цепей от короткого замыкания необходимо выбрать раздел «Protections → Short circuit»:
289 +To change the protection parameters from short circuit, select the "Protections → Short circuit" section:
288 288  
289 289  [[image:1733748057080-806.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="213" width="800"]]
290 290  
291 -В данном разделе:
293 +In this section:
292 292  
293 -* Level 1, 2, 3 – три уровня срабатывания защиты от короткого замыкания. На каждом уровне настраиваются следующие параметры:
294 -** Enable – флаг включения защиты;
295 -** Maximum current – максимальный ток через батарею, А;
296 -** Delay before setting the error – задержка перед формированием ошибки, с;
297 -* Switch off the charging contactor on error – отключение контактора заряда при возникновении ошибки "короткое замыкание";
298 -* Switch off the discharging contactor on error – отключение конатктора разряда при возникновении ошибки «короткое замыкание»;
299 -* Delay before clearing the error – задержка перед снятием ошибки, с;
300 -* Lock – флаг блокирования ошибки до перезапуска устройства.
295 +* Level 1, 2, 3 – three protection levels. The following parameters are configured at each level:
296 +** Enable – a flag to enable the protection;
297 +** Maximum current, A;
298 +** Delay before setting the error, second;
299 +* Switch off the charging contactor on error – a flag to open the charging contactor when the "Short circuit" error occurs;
300 +* Switch off the discharging contactor on error – a flag to open the discharging contactor when the "Short circuit" error occurs;
301 +* Delay before clearing the error, second;
302 +* Lock – a flag to block the error until the device is restarted.
301 301  
302 -В результате срабатывания защиты от короткого замыкания формируется ошибка «короткое замыкание». Условия формирования ошибки:
304 +If there is a short circuit, the "Short circuit" error is generated.
303 303  
304 -* на любом из трёх уровней защиты модуль измеренного тока через батарею больше величины Maximum current в течение времени Delay before setting the error.
306 +Error generation conditions:
305 305  
306 -Условия снятия ошибки:
308 +* at any of the three protection levels, the current modulo is greater than the “Maximum current” value during the “Delay before setting the error” time.
307 307  
308 -* модуль измеренного тока через батарею меньше величин Maximum current для всех трёх уровней защиты в течение времени Delay before clearing the error.
310 +Conditions for removing the error:
309 309  
312 +* the current modulo is lower than the “Maximum current” values for all three protection levels during the “Delay before setting the error” time.
313 +
310 310  === High contactor temperature ===
311 311  
312 312  The BMS Mini device protects power contactors from overheating. To measure the temperature of the contactor, one of the thermistors connected to the X6 connector is used.