You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most HV components require a heartbeat type message, 0x285 for example with Outlander stuff. The current code setup will duplicate this message if multiple components are used.
E.G. Outlander Charger and Outlander Inverter. Both modules send out 0x285. Ideally the VCU would send this only once to each required can bus at the required intervals.
The text was updated successfully, but these errors were encountered:
jamiejones85
changed the title
Add a framework to support various Heartbeat can messages
Improvement: Add a framework to support various Heartbeat can messages
Nov 1, 2023
Added CAN heartbeat basic message for Outlander. Only 0x285 is required between various components other message 0x286 only changes based on mode so handled in rearoutlander and outlandercharger code sections.
Most HV components require a heartbeat type message, 0x285 for example with Outlander stuff. The current code setup will duplicate this message if multiple components are used.
E.G. Outlander Charger and Outlander Inverter. Both modules send out 0x285. Ideally the VCU would send this only once to each required can bus at the required intervals.
The text was updated successfully, but these errors were encountered: