Skip to content

Commit

Permalink
fix: names TLB bat signals, DSPACE message name
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneruffini authored Jul 31, 2024
1 parent 2494425 commit 45027da
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions SC24/MCB.json
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@
}
}
},
"DSPACE_peripheralsCTRL": {
"DSPACE__peripheralsCTRL": {
"message-id_dec": 25,
"id": 407,
"length": 3,
Expand Down Expand Up @@ -1727,7 +1727,7 @@
}
}
},
"DSPACE_dashLedsColorRGB": {
"DSPACE__dashLedsColorRGB": {
"message-id_dec": 107,
"id": 1719,
"length": 5,
Expand Down Expand Up @@ -2656,6 +2656,7 @@
"send_type": "Cyclic",
"signals": {
"SDC_TSAC_initialIn_isActive": {
"description": "Shutdown Circuit sensing: TSAC Initial input is active status",
"start_bit": 0,
"size": 1,
"endianness": "little",
Expand All @@ -2669,6 +2670,7 @@
"max": 1
},
"SDC_post_AMS_IMD_relay_isActive": {
"description": "Shutdown Circuit sensing: post AMS/IMD relay is active status",
"start_bit": 1,
"size": 1,
"endianness": "little",
Expand All @@ -2682,6 +2684,7 @@
"max": 1
},
"SDC_TSAC_finalIn_isActive": {
"description": "Shutdown Circuit sensing: TSAC Final Input is active status",
"start_bit": 2,
"size": 1,
"endianness": "little",
Expand All @@ -2694,8 +2697,8 @@
"min": 0,
"max": 1
},
"SDC_PRCH_RLY_isClosed": {
"description": "States whether the SDC precharge relay is closed",
"SDC_PrechBypassRelay_isClosed": {
"description": "States whether the SDC precharge bypass relay is closed",
"start_bit": 3,
"size": 1,
"endianness": "little",
Expand All @@ -2709,6 +2712,7 @@
"max": 1
},
"SDC_TSAC_initialIn_voltage": {
"description": "Shutdown Circuit sensing: TSAC Initial Input voltage",
"start_bit": 4,
"size": 8,
"endianness": "little",
Expand All @@ -2723,6 +2727,7 @@
"max": 255
},
"SDC_TSAC_finalIn_voltage": {
"description": "Shutdown Circuit sensing: TSAC Final Input voltage",
"start_bit": 12,
"size": 8,
"endianness": "little",
Expand Down Expand Up @@ -2830,7 +2835,7 @@
"min": 0,
"max": 1
},
"AMS_errIsActive": {
"AMS_err_isActive": {
"description": "States whether the AMS error is active",
"start_bit": 6,
"size": 1,
Expand All @@ -2844,7 +2849,7 @@
"min": 0,
"max": 1
},
"IMD_errIsActive": {
"IMD_err_isActive": {
"description": "States whether the IMD error is active",
"start_bit": 7,
"size": 1,
Expand Down Expand Up @@ -2900,8 +2905,8 @@
"min": 0,
"max": 1
},
"IMP_HV_Relays_Signals_isActive": {
"description": "States whether an implausibility on HV relays (NEG,POS,PRECH) signals is active",
"IMP_HV_RelaysState_isActive": {
"description": "States whether an implausibility on HV relays (NEG,POS,PRECH) State is active (differene between cmd and mechanical state)",
"start_bit": 11,
"size": 1,
"endianness": "little",
Expand All @@ -2914,8 +2919,8 @@
"min": 0,
"max": 1
},
"IMP_AIRs_Signals_isActive": {
"description": "States whether an implausibility on AIRs (NEG,POS) signals is active",
"IMP_DCBUS_isActive": {
"description": "States whether the DCBUS Implausibility is active (DCBUS Less then 60V and TS is active)",
"start_bit": 12,
"size": 1,
"endianness": "little",
Expand Down

0 comments on commit 45027da

Please sign in to comment.