Skip to content

Commit 324a315

Browse files
committed
added imd to HVBMS packets and measurments
1 parent 1f5ca87 commit 324a315

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

boards/HVBMS/HVBMS_measurements.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,5 +1199,30 @@
11991199
"type": "float32",
12001200
"podUnits": "ºC",
12011201
"displayUnits": "ºC"
1202+
},
1203+
{
1204+
"id": "imd_status",
1205+
"name": "IMD Status",
1206+
"type": "enum",
1207+
"enumValues":[
1208+
"SHORTCIRCUIT",
1209+
"NORMAL",
1210+
"UNDERVOLTAGE",
1211+
"FAST_EVAL",
1212+
"EQUIPMENT_FAULT",
1213+
"GROUNDING_FAULT"
1214+
]
1215+
},
1216+
{
1217+
"id": "imd_resistance",
1218+
"name": "IMD Resistance",
1219+
"type": "float32",
1220+
"podUnits": "Ohm",
1221+
"displayUnits": "MOhm"
1222+
},
1223+
{
1224+
"id": "imd_is_ok",
1225+
"name": "IMD OK",
1226+
"type": "bool"
12021227
}
12031228
]

boards/HVBMS/packets.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,19 @@
407407
"period_type": "ms",
408408
"socket": "control_station_udp"
409409
},
410+
{
411+
"type": "data",
412+
"name": "imd",
413+
"variables": [
414+
"imd_status",
415+
"imd_resistance",
416+
"imd_is_ok"
417+
],
418+
"id": 943,
419+
"period": 15,
420+
"period_type": "ms",
421+
"socket": "control_station_udp"
422+
},
410423
{
411424
"type": "data",
412425
"name": "minimum_soc",

0 commit comments

Comments
 (0)