Changes for page 3.3 Control
Last modified by Admin on 2025/06/11 15:52
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -28,6 +28,8 @@ 28 28 29 29 Each module in a battery must have a unique address. You can change the address in the battery module settings in the “Connectivity → CAN” section of the BMS Main or BMS Mini S / BMS Mini 2 settings. 30 30 31 +In corresponding section you can set up minimum number of found modules to finish initialization. 32 + 31 31 === Calculation of battery parameters === 32 32 33 33 The BMS Main X device calculates battery parameters based on user settings. ... ... @@ -34,13 +34,43 @@ 34 34 35 35 Calculation of the battery state of charge (SOC) is configured in the "Control - Calculation - Final SOC" section: 36 36 37 -[[image:17 34356553572-909.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="81" width="600"]]39 +[[image:1740749535746-215.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="80" width="600"]] 38 38 39 39 The following battery SOC calculation methods are supported: 40 40 41 -* Minimum SOC – SOC of the modular battery is assumed to be the minimum SOC among the battery modules; 42 -* Average SOC – SOC of the modular battery is taken equal to the arithmetic average of the SOC of the battery modules. 43 +* Minimal SOC – SOC of the modular battery is assumed to be the minimum SOC among the battery modules; 44 +* Average SOC – SOC of the modular battery is taken equal to the arithmetic average of the SOC of the battery modules; 45 +* Min-Max SOC – the battery SOC is calculated based on the minimum and maximum SOC of the modules. Final SOC will be a) 100% if any module has 100% SOC, b) 0% if any module has 0% SOC; 46 +* Max-Min SOC – the battery SOC is calculated based on the minimum and maximum SOC of the modules. Final SOC will be a) 100% if all modules have 100% SOC, b) 0% if all modules have 0% SOC; 43 43 48 +Calculation of the battery state of health (SOH) is configured in the "Control → Calculation → Final SOH" section. The following battery SOH calculation methods are supported: 49 + 50 +* Minimal SOH – SOH of the modular battery is assumed to be the minimum SOH among the battery modules; 51 +* Average SOH – SOH of the modular battery is taken equal to the arithmetic average of the SOH of the battery modules. 52 + 53 +=== Main contactor === 54 + 55 +The BMS Main 3X 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. 56 + 57 +The Main contactor algorithm supports the following modes: 58 + 59 +* Always on; 60 +* Automatic, when the main contactor closes by the internal charging and discharging algorithms at the same time with Precharging, Charging, Discharging and Charging/Discharging contactors. 61 + 62 +In “Always on” mode main contactor closes if all the following is true: 63 + 64 +* Other contactors are open; 65 +* There are no errors from the "Errors 1, 2 ..." bitfileds. 66 + 67 +In “Always on” mode main contactor opens if all the following is true: 68 + 69 +* Other contactors are open; 70 +* There is an error from the the "Errors 1, 2 ..." bitfileds. 71 + 72 +In “Automatic” mode, the main contactor closes by internal algorithms at the same time with other contactors. 73 + 74 +To change the parameters of the main contactor, select the "Control → Main contactor" section: 75 + 44 44 === Charge === 45 45 46 46 The BMS Main X device manages the parallel connection of the battery modules and the connection of the battery to the charging circuit.