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

Heater PID rtd_value_verification wrong function parameters #20

Open
andrempmattos opened this issue Sep 22, 2019 · 0 comments
Open

Heater PID rtd_value_verification wrong function parameters #20

andrempmattos opened this issue Sep 22, 2019 · 0 comments
Assignees
Labels
bug high priority High priority issue

Comments

@andrempmattos
Copy link

Wrong parameters are being passed to the function rtd_value_verification since commit Updated RTD malfunction verification.

//Heater management 
        battery1_temp = rtd_value_verification(rtd5_measure, rtd6_measure);       //Temperature of battery 1 is given by RTDs 5 and 6 
        battery2_temp = rtd_value_verification(rtd2_measure, rtd2_measure);       //Temperature of battery 2 is given by RTDs 2 and 3 

@ramonborba

@mgm8 mgm8 added the high priority High priority issue label Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug high priority High priority issue
Projects
None yet
Development

No branches or pull requests

3 participants