We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Check for pump load through PDM before getting into R2D. This is needed to make sure that pumps actually work before proceeding.
The text was updated successfully, but these errors were encountered:
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.
CAN-S
PDM_Out_Voltage
Sorry, something went wrong.
Note to self: Need to read PDM_Output_4_Voltage & PDM_Output_5_Voltage See pm100.c
pm100.c
Voltage should be 12V to classify as working?
@r-kirkbride let it be anything over 8V
r-kirkbride
Successfully merging a pull request may close this issue.
Description
Check for pump load through PDM before getting into R2D. This is needed to make sure that pumps actually work before proceeding.
Requirements
The text was updated successfully, but these errors were encountered: