-
Notifications
You must be signed in to change notification settings - Fork 44
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
overshoot and used power calculation #34
Comments
Hi, On the overshoot problem. I understand you actually referring to temperature overshoot - not the graph showing it wrongly right? (since you mentioned graph pressure). |
Hello and, firstly, congratulations and thanks for the work with this, it's really great!
I have a small issue with my controller only going to the next step after about a minute or so, which sometimes results in an overshoot (because for one minute beyond set time for next step it keeps the heating ramp going), such as in the picture (I changed the skin a bit...).
As you can see, at around 17.04 hour mark it should have started a slower ramp, but instead it continued the rate of rise for another minute, going 20° over, then allowing to cool and continuing. Do you know why this might be? I haven't found it in the code... (even tho the actual temperature line appears above the set temperature line, the kiln never overshoots on ramps -- visually, it has to do with the tension of the chart lines, which I changed to 0 since; I'm sure because I was monitoring the temperatures live).
Thanks!
p.s. I have an ACS712 power meter, which is not really accurate and was more of a nuisance than a help so I removed it. But I still want to know, at least with some approximation, how much power I used, so I implemented a software power meter based on mains voltage and kiln power, as a backup to a power meter. Not perfectly accurate, but does the job better than a cheapo power meter.
If there is a power meter, then use it, else use software calculation:
p.p.s. You don't have q,Q,v and V in your allowed characters for accepted program filenames (PIDKiln.h:175)
The text was updated successfully, but these errors were encountered: