Skip to content

Commit

Permalink
feat: DASH SDC RLY command
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneruffini committed Jul 11, 2024
1 parent e2baa35 commit 2c48e30
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion SC24/MCB.json
Original file line number Diff line number Diff line change
Expand Up @@ -1661,7 +1661,7 @@
"id": 407,
"length": 3,
"sender": "DSPACE",
"cycle_time": 100,
"cycle_time": 10,
"send_type": "Cyclic",
"signals": {
"BRAKE_LIGHT_activeCMD": {
Expand All @@ -1679,6 +1679,20 @@
"min": 0,
"max": 1
},
"DASH_SDC_RLY_closeCMD": {
"description": "The command to close the SDC relay (0 open - 1 close)",
"start_bit": 1,
"size": 1,
"endianness": "little",
"receivers": [
"DASH",
"SCANNER"
],
"scale": 1,
"offset": 0,
"min": 0,
"max": 1
},
"RAD_FAN_pwmDutyCicleCtrl": {
"description": "PWM duty cycle percentage for Radiator Fans control",
"start_bit": 8,
Expand Down

0 comments on commit 2c48e30

Please sign in to comment.