Skip to content

Commit a67af9b

Browse files
asdf
1 parent d3a0b95 commit a67af9b

3 files changed

Lines changed: 180 additions & 45 deletions

File tree

boards/HVBMS/HVBMS_measurements.json

Lines changed: 124 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,130 @@
991991
"podUnits": "",
992992
"displayUnits": ""
993993
},
994+
{
995+
"id": "battery17_SOC",
996+
"name": "Battery 17 SOC",
997+
"type": "float32",
998+
"displayUnits": "%"
999+
},
1000+
{
1001+
"id": "battery17_cell1",
1002+
"name": "Battery 17 Cell 1",
1003+
"type": "float32",
1004+
"podUnits": "V",
1005+
"displayUnits": "V"
1006+
},
1007+
{
1008+
"id": "battery17_cell2",
1009+
"name": "Battery 17 Cell 2",
1010+
"type": "float32",
1011+
"podUnits": "V",
1012+
"displayUnits": "V"
1013+
},
1014+
{
1015+
"id": "battery17_cell3",
1016+
"name": "Battery 17 Cell 3",
1017+
"type": "float32",
1018+
"podUnits": "V",
1019+
"displayUnits": "V"
1020+
},
1021+
{
1022+
"id": "battery17_cell4",
1023+
"name": "Battery 17 Cell 4",
1024+
"type": "float32",
1025+
"podUnits": "V",
1026+
"displayUnits": "V"
1027+
},
1028+
{
1029+
"id": "battery17_cell5",
1030+
"name": "Battery 17 Cell 5",
1031+
"type": "float32",
1032+
"podUnits": "V",
1033+
"displayUnits": "V"
1034+
},
1035+
{
1036+
"id": "battery17_cell6",
1037+
"name": "Battery 17 Cell 6",
1038+
"type": "float32",
1039+
"podUnits": "V",
1040+
"displayUnits": "V"
1041+
},
1042+
{
1043+
"id": "battery17_total_voltage",
1044+
"name": "Battery 17 Voltage",
1045+
"type": "float32",
1046+
"podUnits": "V",
1047+
"displayUnits": "V"
1048+
},
1049+
{
1050+
"id": "battery17_conv_rate",
1051+
"name": "Battery 17 Conversion rate",
1052+
"type": "float32",
1053+
"podUnits": "",
1054+
"displayUnits": ""
1055+
},
1056+
{
1057+
"id": "battery18_SOC",
1058+
"name": "Battery 18 SOC",
1059+
"type": "float32",
1060+
"displayUnits": "%"
1061+
},
1062+
{
1063+
"id": "battery18_cell1",
1064+
"name": "Battery 18 Cell 1",
1065+
"type": "float32",
1066+
"podUnits": "V",
1067+
"displayUnits": "V"
1068+
},
1069+
{
1070+
"id": "battery18_cell2",
1071+
"name": "Battery 18 Cell 2",
1072+
"type": "float32",
1073+
"podUnits": "V",
1074+
"displayUnits": "V"
1075+
},
1076+
{
1077+
"id": "battery18_cell3",
1078+
"name": "Battery 18 Cell 3",
1079+
"type": "float32",
1080+
"podUnits": "V",
1081+
"displayUnits": "V"
1082+
},
1083+
{
1084+
"id": "battery18_cell4",
1085+
"name": "Battery 18 Cell 4",
1086+
"type": "float32",
1087+
"podUnits": "V",
1088+
"displayUnits": "V"
1089+
},
1090+
{
1091+
"id": "battery18_cell5",
1092+
"name": "Battery 18 Cell 5",
1093+
"type": "float32",
1094+
"podUnits": "V",
1095+
"displayUnits": "V"
1096+
},
1097+
{
1098+
"id": "battery18_cell6",
1099+
"name": "Battery 18 Cell 6",
1100+
"type": "float32",
1101+
"podUnits": "V",
1102+
"displayUnits": "V"
1103+
},
1104+
{
1105+
"id": "battery18_total_voltage",
1106+
"name": "Battery 18 Voltage",
1107+
"type": "float32",
1108+
"podUnits": "V",
1109+
"displayUnits": "V"
1110+
},
1111+
{
1112+
"id": "battery18_conv_rate",
1113+
"name": "Battery 18 Conversion rate",
1114+
"type": "float32",
1115+
"podUnits": "",
1116+
"displayUnits": ""
1117+
},
9941118
{
9951119
"id": "batteries_voltage_reading",
9961120
"name": "Batteries voltage",
@@ -1050,15 +1174,6 @@
10501174
"type": "float32",
10511175
"displayUnits": "%"
10521176
},
1053-
{
1054-
"id": "bms_status",
1055-
"name": "BMS Status",
1056-
"type": "enum",
1057-
"enumValues": [
1058-
"OK",
1059-
"FAULT"
1060-
]
1061-
},
10621177
{
10631178
"id": "voltage_min",
10641179
"name": "Minimum cell voltage",

boards/HVBMS/orders.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@
2828
"name": "start_precharge",
2929
"variables": [],
3030
"id": 903
31+
},
32+
{
33+
"type": "order",
34+
"name": "bypass_imd",
35+
"variables": [],
36+
"id": 904
3137
}
3238
]

0 commit comments

Comments
 (0)