Changes for page 3. Configuration

Last modified by Admin on 2025/02/27 16:44

From version 4.1
edited by Admin
on 2025/02/27 15:07
Change comment: Uploaded new attachment "1740668861900-680.png", version {1}
To version 4.6
edited by Admin
on 2025/02/27 15:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,7 +14,7 @@
14 14  
15 15  To confugure the device it is necessary to select the “Tasks – Monitor – BMS Display 1.x” item in the main menu of the ElectricDeviceMonitor. A window with the connection parameters will open:
16 16  
17 -[[image:1734102385597-664.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="239" width="450"]]
17 +[[image:1740668861900-680.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="238" width="450"]]
18 18  
19 19  Connection to the BMS Display 1.x can be done using the following USB-CAN adapters:
20 20  
... ... @@ -25,7 +25,7 @@
25 25  
26 26  After setting communication parameters it is necessary to click on the “Launch monitor” button. A window with the device parameters will open.
27 27  
28 -[[image:1734102385598-708.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="586" width="600"]]
28 +[[image:1740668820744-378.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="627" width="600"]]
29 29  
30 30  
31 31  The device parameters are divided into the following groups:
... ... @@ -62,53 +62,8 @@
62 62  * Disable buzzer – a flag for turning off the buzzer;
63 63  * Errors filter – a filter of errors that should be output to the display.
64 64  
65 -Errors filter is a 32-bit word which is written in the hexadecimal notation. Each bit of the word corresponds to an error. If the bit is set to “1”, the device signals about the error corresponding this bit. The list of bits and errors is in the table below.
65 +//**BMS Main 2 errors filter 1**//, **//BMS Main 2 errors filter 2// **and //**BMS Main X errors filter**// are a 32-bit words which are written in the hexadecimal notation. Each bit of the word corresponds to an error. If the bit is set to “1”, the device signals about the error corresponding this bit. Filters can be ad
66 66  
67 -|**Bit number**|**Error**
68 -|**0**|Overcurrent
69 -|**1**|Undervoltage
70 -|**2**|Overvoltage
71 -|**3**|Low DCH temperature
72 -|**4**|High DCH temperature
73 -|**5**|Battery cover is opened
74 -|**6**|High humidity
75 -|**7**|Water in the battery
76 -|**8**|Logic high temperature
77 -|**9**|Logic offline
78 -|**10**|Critical error
79 -|**11**|Crown error
80 -|**12**|Cell count error
81 -|**13**|HYG offline
82 -|**14**|Not used (should be set to 0)
83 -|**15**|Combilift offline
84 -|**16**|Short circuit
85 -|**17**|Contactor high temperature
86 -|**18**|Logic count error
87 -|**19**|ADC error
88 -|**20**|Current sensor error
89 -|**21**|CH contactor cycles error
90 -|**22**|DCH contactor cycles error
91 -|**23**|Shunt offline
92 -|**24**|Shunt error
93 -|**25**|Settings error
94 -|**26**|WDT reset
95 -|**27**|No temperature sensors
96 -|**28**|Temperature sensor is shorted
97 -|**29**|Spirit offline
98 -|**30-31**|Not used (should be set to 0)
99 -
100 -For example, it is necessary to signal about the following errors:
101 -
102 -* Low DCH temperature (bit 3);
103 -* HYG offline (bit 13);
104 -* Contactor high temperature (bit 17).
105 -
106 -In this case //Errors filter// should be equal to the «22008» value. This value is calculated the following way:
107 -
108 -2^^3^^ + 2^^13^^ + 2^^17^^ = 8,,10,, + 8192,,10,, + 131072,,10,, = 139272,,10,, = 22008,,16,,
109 -
110 -If the value is set to the //Errors filter //field, the errors above will be output to the display.
111 -
112 112  **//Low battery level signal (single beep)//** group contains the following parameters:
113 113  
114 114  * SoC minimum value to signal – a charge level of the battery, upon reaching which a sound signal is emitted, %;