-
Notifications
You must be signed in to change notification settings - Fork 48
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
Auto-tuning? #16
Comments
I've given some thought, during coding, about auto-tune. But, perhaps wrongly, I've assumed it's to big temperature scale (like 20C-1200C window) and too slow process to do reliable auto-tune. But I've assumed it without full understanding of autotune process. |
I'd e happy to do some beta testing if you needed it for this feature |
Hi, sorry for the late reply @pyr0ball .Adding autotune would be a really useful feature I think, so feel free to prototype it! From memory, the PIDautotune library requires about an hour to perform the Autotuning process. I think by following the example I linked, it would be quite easy to integrate it into this project, though I also don't have a great understanding of how PID works. |
Thankfully @TurboNerd95, I've got a pretty decent amount of experience with heater PID tuning from my 3D printing. If I get stuck adding it to the project, would you mind if I reach out for assistance? |
I have 2 of those cheap crappy PID controllers like this one https://www.auberins.com/index.php?main_page=product_info&products_id=4.
I've never bothered to try and tune my kilns manually, so I use their built in auto-tuning feature. It's not supposed to be very accurate, but it works find for my needs.
Have you considered maybe adding in the PID-auto-tuning library for Arduino? https://github.com/br3ttb/Arduino-PID-AutoTune-Library
I found one good example sketch of the auto-tuning library for a kiln here; https://www.megunolink.com/articles/malt-kiln/
The text was updated successfully, but these errors were encountered: