Skip to content

Commit

Permalink
fix: merge HVCB with POLITO_EXTERNAL
Browse files Browse the repository at this point in the history
  • Loading branch information
FerroO2000 committed Aug 28, 2024
1 parent 55af5d7 commit c8177f5
Showing 1 changed file with 31 additions and 7 deletions.
38 changes: 31 additions & 7 deletions SC24/HVCB.json
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,30 @@
"offset": -273.15,
"min": -40,
"max": 105
},
"HVB_idxCell_tMax": {
"description": "Thermistor ID reporting the highest cell body temperature.",
"start_bit": 55,
"size": 8,
"endianness": "big",
"unit": "degC",
"receivers": [],
"scale": 1,
"offset": 0,
"min": 0,
"max": 255
},
"HVB_idxCell_tMin": {
"description": "Thermistor ID reporting the lowest cell body temperature.",
"start_bit": 63,
"size": 8,
"endianness": "big",
"unit": "degC",
"receivers": [],
"scale": 1,
"offset": 0,
"min": 0,
"max": 255
}
}
},
Expand Down Expand Up @@ -7452,7 +7476,7 @@
],
"scale": 1,
"offset": 0,
"min": 4,
"min": 0,
"max": 4,
"enum": {
"Vt_Result_T": 4
Expand Down Expand Up @@ -7547,7 +7571,7 @@
],
"scale": 1,
"offset": 0,
"min": 1,
"min": 0,
"max": 1,
"enum": {
"Vt_Result_U1": 1
Expand Down Expand Up @@ -7642,7 +7666,7 @@
],
"scale": 1,
"offset": 0,
"min": 2,
"min": 0,
"max": 2,
"enum": {
"Vt_Result_U2": 2
Expand Down Expand Up @@ -7734,7 +7758,7 @@
],
"scale": 1,
"offset": 0,
"min": 3,
"min": 0,
"max": 3,
"enum": {
"Vt_Result_U3": 3
Expand Down Expand Up @@ -7826,7 +7850,7 @@
],
"scale": 1,
"offset": 0,
"min": 5,
"min": 0,
"max": 5,
"enum": {
"Vt_Result_W": 5
Expand Down Expand Up @@ -7921,7 +7945,7 @@
],
"scale": 1,
"offset": 0,
"min": 7,
"min": 0,
"max": 7,
"enum": {
"Vt_Result_Wh": 7
Expand Down Expand Up @@ -7996,4 +8020,4 @@
}
}
}
}
}

0 comments on commit c8177f5

Please sign in to comment.