Changes for page 3. Configuration
Last modified by Admin on 2025/02/27 16:44
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -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 -**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. 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, %;