Skip to content

Commit

Permalink
feat: HVBAT soc, IRTS placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneruffini committed Jul 10, 2024
1 parent 4381d6c commit 14aa725
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 1,677 deletions.
46 changes: 44 additions & 2 deletions SC24/MCB.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "_",
"version": "0.2",
"nodes": {
"BMS_LV": {
"description": "Battery-Management-System Low-Voltage ECU."
Expand Down Expand Up @@ -1548,6 +1548,30 @@
}
}
},
"DSPACE__signals": {
"message-id_dec": 73,
"id": 1175,
"length": 1,
"sender": "DSPACE",
"cycle_time": 100,
"send_type": "Cyclic",
"signals": {
"HVBAT_soc": {
"description": "HV Battery State Of Charge percentage",
"start_bit": 0,
"size": 8,
"endianness": "little",
"signed": false,
"unit": "%",
"receivers": [
"DASH",
"SCANNER"
],
"max": 0,
"min": 100
}
}
},
"DSPACE__fsmStates": {
"message-id_dec": 74,
"id": 1191,
Expand Down Expand Up @@ -3400,6 +3424,24 @@
"max": 4294970000
}
}
},
"IRTS_placeholderMessage": {
"message-id_dec": 112,
"id": 1800,
"length": 8,
"sender": "EXTRA_NODE",
"description": "IRTS message placeholder TODO: update this message when you have the specification",
"signals": {
"IRTS_signalPlaceholder": {
"start_bit": 0,
"size": 64,
"endianness": "little",
"scale": 1,
"offset": 0,
"min": 0,
"max": 65535
}
}
}
}
}
}
Loading

0 comments on commit 14aa725

Please sign in to comment.