Skip to content

Commit 14e1523

Browse files
committed
Added LV box fan PWM msg object to the VCU CAN message, issue (#146)
1 parent 46a4935 commit 14e1523

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

can-messages/vcu.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4013,5 +4013,36 @@
40134013
}
40144014
],
40154015
"is_ext": true
4016+
},
4017+
{
4018+
"id":"0xD5",
4019+
"desc":"LV Box Fan PWM",
4020+
"points": [
4021+
{
4022+
"size": 8,
4023+
"signed": false,
4024+
"c_type": "uint8_t",
4025+
"name": "fan_pwm_percentage",
4026+
"sim": {
4027+
"min": 0,
4028+
"max": 100,
4029+
"inc_min": 1,
4030+
"inc_max": 5,
4031+
"round": true
4032+
}
4033+
}
4034+
],
4035+
"fields": [
4036+
{
4037+
"name": "VCU/LVBox/Fan_PWM",
4038+
"unit": "%",
4039+
"values": [
4040+
1
4041+
],
4042+
"doc": "LV Box Fan PWM Percentage",
4043+
"desc": "Range from 0 to 100. here 0% corresponds to 20C and 100% corresponds to 40C"
4044+
}
4045+
],
4046+
"sim_freq": 250
40164047
}
40174048
]

0 commit comments

Comments
 (0)