Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions can-messages/vcu.json
Original file line number Diff line number Diff line change
Expand Up @@ -4013,5 +4013,36 @@
}
],
"is_ext": true
},
{
"id": "0xD5",
"desc": "LV Box Fan PWM",
"points": [
{
"size": 8,
"signed": false,
"c_type": "uint8_t",
"name": "fan_pwm_percentage",
"sim": {
"min": 0,
"max": 100,
"inc_min": 1,
"inc_max": 5,
"round": true
}
}
],
"fields": [
{
"name": "VCU/LVBox/Fan_PWM",
"unit": "%",
"values": [
1
],
"doc": "LV Box Fan PWM Percentage",
"desc": "Range from 0 to 100. This is the commanded fan PWM duty cycle in percent.(0% at 20°C and 100% at 40°C)."
}
],
"sim_freq": 250
}
]