Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/firmware/Src/eeprom.c

    r26 r6  
    4848  int32_t         detectedCapacity;
    4949  int32_t         detectedEnergy;
     50  //int32_t       mAh_AutoMode;
     51  //int32_t       mWh_AutoMode;
    5052  int64_t         mAs_AutoMode;                                                         // 160-163      Helps to restore current SoC after Reset or Shutdown
    5153  int64_t         mWs_AutoMode;                                                         // 164-167      Helps to restore current SoC after Reset or Shutdown
     
    296298        /* tBatFull                                     */                                                                                      2,                              // t-batt full 2 Sekunden
    297299        /* uBatFull                                     */                                                                                      14000,                  // 14Volt Ubatt full
    298         /* uBatEmpty                            */                                                                                      12500,                  // 11,312V Ubatt Empty
     300        /* uBatEmpty                            */                                                                                      11312,                  // 11,312V Ubatt Empty
    299301        /* socCalcMode                          */                                                                                      1,                              // SoC calculation mode: 0(default)
    300302        /* cellRatedDischargeTime       */                                                                                      2,                              // cell rated current discharge time [C/x]. For example, if 40Ah cell is rated as 0.5c, then rated discharge time is 2
    301303
    302         /* lvpStart     */                                                                                                                      12000,                  // uint16_t lvpStart; Spannung ab der die LOW Voltage Protection aktiv wird in mV
    303         /* lvpStop      */                                                                                                                      12500,                  // uint16_t lvpStop; Spannung ab der die LOW Voltage Protection wieder inaktiv wird
    304         /* ovpStart     */                                                                                                                      15000,                  // uint16_t  ovpStart; Spannung ab der die OVER Voltage Protection aktiv wird in mV
    305         /* ovpStop      */                                                                                                                      14000,                  // uint16_t  ovpStop; Spannung ab der die OVER Voltage Protection wieder inaktiv wird
     304        /* lvpStart     */                                                                                                                      11200,                  // uint16_t lvpStart; Spannung ab der die LOW Voltage Protection aktiv wird in mV
     305        /* lvpStop      */                                                                                                                      12000,                  // uint16_t lvpStop; Spannung ab der die LOW Voltage Protection wieder inaktiv wird
     306        /* ovpStart     */                                                                                                                      60000,                  // uint16_t  ovpStart; Spannung ab der die OVER Voltage Protection aktiv wird in mV
     307        /* ovpStop      */                                                                                                                      56000,                  // uint16_t  ovpStop; Spannung ab der die OVER Voltage Protection wieder inaktiv wird
    306308
    307309#if (DEVICETYPE == 500)
Note: See TracChangeset for help on using the changeset viewer.