Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: Add a framework to support various Heartbeat can messages #62

Open
jamiejones85 opened this issue Nov 1, 2023 · 1 comment

Comments

@jamiejones85
Copy link
Contributor

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.

@jamiejones85 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
@Tom-evnut
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants