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

Not sure if this would be a bug report or feature request........ #449

Open
poppabear1000 opened this issue Oct 31, 2021 · 2 comments
Open

Comments

@poppabear1000
Copy link

poppabear1000 commented Oct 31, 2021

I noticed that on "Outputs" if I have lets say a temp alarm that turns on an output above some temperature, that once it turns on, it does not turn off once it drops below that temperature again.

I.E. I have an exhaust fan, that if my chamber is set to 70C, but for some reason the heater overshoots that temp, and my temp alarm is set to 72C, so the then the exhaust fan turns on, to help bring the temp in the chamber back to 70C, but once the temp drops below 72C the fan (temp alarm) does not turn off, so then the heater has to "Fight" the exhaust fan.
I have another temp alarm (similar situation) set that turns off a second relay for the heater power (to act as a heat run-away safety), again once it turns on (which turns off the heater via the second relay in the series), it will not turn back off once the temp drops below 75C.
I also tried installing "Cooling" as a way to do the above, but it conflicts and does not really work.

Or.......... could you perhaps put a "second", temperature in the ENC G-code command that lets say I am setting my Temp alarm 1 (fan cooling) to turn on at 72 degrees, and have a second Temp command that then when the temp reached lets say 71 degrees it would turn that fan off. i.e. lets say my temp alarm is id 5, ENC O5 S72 K71 (the K value would be "Kill", thus the fan would turn on at 72 degrees due to heater overshoot or the like, then once it brought the temp down to 71C (or lower, the Kill temp) it would turn off the gpio that controls that fan.

Also, would there be a way to add/install a PID loop on the heater output? Mine is currently Bang/Bang (on/off to heater unit), would there be a way to add a PID loop control on the heater output, (or is there already one in the software)? (currently driving a SSR to run my enclosure heater).

One other thing, on the heater off for "Auto Shutdown", would there be a way to do a heat vs time ramp down process?
i.e. you could had a setting that say, drop 5 degrees, and hold for 30 seconds, then repeat for some number of iterations, so that you could bring the temp down slowly in a controlled manner to hopefully avoid fast temp drops that might warp the print (i.e. PEEK, PC, etc...)?

@vitormhenrique
Copy link
Owner

The alarm is only a "shot once" thing, you really don't need to have an exaust fan to bring the temperature down.

after few seconds after the heater is off it should cool down by it self.

That being said, it is possible to create the type of logic that you want on the future.

@poppabear1000
Copy link
Author

poppabear1000 commented Nov 5, 2021 via email

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