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

feat: R2D Pump Lockout #238

Open
3 tasks
Avdieienko opened this issue Sep 19, 2024 · 2 comments
Open
3 tasks

feat: R2D Pump Lockout #238

Avdieienko opened this issue Sep 19, 2024 · 2 comments
Assignees
Labels
feature New features good first issue Good for newcomers
Milestone

Comments

@Avdieienko
Copy link
Member

Description

Check for pump load through PDM before getting into R2D. This is needed to make sure that pumps actually work before proceeding.

Requirements

  • Start pumps before entering r2d
  • Check if their voltage is high enough to classify as "working"
  • Block entering r2d if not
@Avdieienko Avdieienko added the feature New features label Sep 19, 2024
@Avdieienko Avdieienko added this to the STAG 11 milestone Sep 19, 2024
@Avdieienko
Copy link
Member Author

Read the CAN-S message PDM_Out_Voltage to determine the load on the pumps. Pump1 corresponds to pin 4, and Pump2 corresponds to pin 5.

@Avdieienko Avdieienko added the good first issue Good for newcomers label Nov 29, 2024
@r-kirkbride
Copy link

r-kirkbride commented Dec 10, 2024

Note to self:
Need to read PDM_Output_4_Voltage & PDM_Output_5_Voltage
See pm100.c

@r-kirkbride r-kirkbride self-assigned this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features good first issue Good for newcomers
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants