-
-
Notifications
You must be signed in to change notification settings - Fork 716
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
MHP30: Re-tuning PID #1961
base: dev
Are you sure you want to change the base?
MHP30: Re-tuning PID #1961
Conversation
Rather than opening multiple, you can just push more changes to the same one :) |
Thanks, that is just what I was asking, I'll use this draft, but again, I do not want to bother you every time I want to compile a minor change to the PID controller, is there another way so I do not disturb you? |
And btw, I see the checks of the different compilations, but I do not get where can I download them (sorry again, very new to this). Thanks in advance :) |
Yeah I forgot about the catch with the actions, for a person's first PR they need to be authorised. If you fork the repo to your own it should run them there for you without drama (you may need to turn them on in the settings of the fork). To grab the build files you go to the status for the runs then on the left click to go to the summary page and they are at the bottom. |
But if I keep working on this branch do I need your authorization every time? or now I can work without authorization? if the case is the latter, I do not mind, my goal is not to bother you with every change of the controller constants and also be able to do it as fast as I can. Otherwise, I can set it up but I noted there is a Btw I found the hex files, thanks for that also :) |
Here is something interesting: I tried the new HEX file from this branch and I got the same alternating flashing light in the heater (red, green and sometimes yellow) in the heating process. I only changed a comment to be able to do the PR. I can not reproduce this behavior with the last release of IronOS for the MHP30. This is both good and bad news, I was apparently able to compile it locally, but there is for sure something different from the published version. Is this expected? |
Hi @Ralim I've been playing with the PID parameters and it does not seem to have any effect... I made a plot using a repository I created that shows the time evolution for some configurations. (The default params are P=40, I=6, D=200 As you can see, they all look alike :( I edited the line you mentioned but noticed that the config file is in a folder of the Pinecilv2, but on the other hand, I could not find anything like that for the MHP30. Do you have any ideas on what might be happening? |
Oh sorry, I meant you will need to copy those params into the MHP30 configuration file. The MHP30 is in the "Miniware" folder, as the MHP30/TS100/TS80/TS80P/TS101 all have very similar hardware they share a lot of code. In the configuration file there are #if model_mhp30 lines that mask out the sections of the file that relate to the MHP30. If this is confusing I can push up an estimate for your reference |
If you can help me with that it would be highly appreciated. No wonder all the curves look the same! hahaha |
Ah fantastic, sorry I haven't yet had time to be able to do much. It's a balance between P and I terms mostly to drop out the steady state error, you can try higher P values (giving overshoot, then use D/I to reduce overshoot). PID tuning isn't my strong point either, I generally tune to be slightly jumpy rather than perfectly damped as the thermal mass of the tip can make a fairly heavy filter. Steady state like that shouldn't be affected by the power limit logic. |
@tomasrojasc Please also change the header to something meaningful for that matter, as of now there is not a single hint about what you are up to. I hope you will be able to achieve what you set out to do. thanks in advance 👍 |
Co-authored-by: discip <53649486+discip@users.noreply.github.com>
Hi @discip, I updated the description and I commited the latest version. There are 2 new issues that I found after working on this:
Any help with problem 2? problem 1 does not affect the expected behavior. |
Co-authored-by: discip <53649486+discip@users.noreply.github.com>
I am also adding a table with data from two days of measurements. I waited until the temperature on the display stabilized, then with a thermocouple I measured the actual temperature on the plate. This can be used to transform via software the measured temperature to an estimated version of the temperature using a linear regression. The coefficients of the regression of the displayed temperature versus the measured one are in the figure below: As you can see, I cannot go to the hotter temperatures and that I think is a big issue :( |
When you go over 200C, what exactly is shown on the screen? (can you grab a photo or short video?) |
It doesn't show anything special, it simply goes to the main screen (not the one where you set the temperature, the middle one) I can take a video later today, but it is nothing special, it just goes back to that screen. |
Ah okay, if nothing special I'll need to play around a bit more to reproduce. Sorry :( |
Is there any log files I can retrieve? maybe that can help in solving this particular problem. |
Not really any good logs to extract, the Miniware devices dont have an easy way to get logs out of them. It is odd for it to reset back to the menu, by any chance as a test could you put a boot-logo on the device to make it obvious if its exiting soldering mode VS a device reset? |
Yes, I can do that, sorry for the delay, I've been busy with other stuff. I will try to get a video of the plate working and presenting the problem tomorrow. The plate is in the lab I work and I will not go tomorrow but I'll ask someone to take the video. |
No issue with the delay, If I get some time I want to do some more testing on my unit here as well to help out |
On the exit at 200C issue; can you try commenting out lines 166-171 in Soldering.cpp to remove the thermal runaway protection. This is my biggest suspicion on what would be causing it. |
Hi, again sorry for the delay. Here is a video where I show what happens: https://youtu.be/QAG4nilmnjA I will try what you are suggesting |
Hi @Ralim, I commented the thermal runaway, and it is weird. Now I can reach temperatures well above 200 degrees, but now I cannot keep high temperatures. The temperature falls after reaching a maximum temperature and it does not respond to the setpoint anymore, even though I am now not changed to the main screen anymore. |
So, here is a video of the behavior after commenting the lines you suggested. Also another weird thing I notices id that my thermometer reported ~360 degrees while the plate was reporting ~290, maybe in the high temperature range the calibration I did stops working(?) Idk if it is relevant, I only care that the temperature is stable and I can control it, but that was interesting to see. Edit: Something that may give clues: just before it stopped rising in temperature, the plate beeps twice, the first bee being a bit longer than the second. |
I think the plate reporting a lower temperature might be that for high temperatures, the temperature of the terminals of the thermocouple where you measure voltage rises due to convection and conduction, probably mostly convection, hence the temperature difference is lowered. Since the Seebeck effect relies on the temperature difference between where you measure temperature and where the actual thermocouple is located, you get a smaller reported temperature. For me again, this is irrelevant, but it may be useful to know :) |
I was thinking about this, and it might be relevant, since the measured temperature will be considered in the PID loop, so we have a problem for high enough temperatures, that might explain what happened(?) Maybe the controller was getting up to the reference and in some part the measured temperature started dropping even when more power was being delivered, this may have caused an issue(?) |
I did a test going up in temperature in steps of 10 degrees from 40 degrees. When I set 160, initially the temperature rises as seen in the last part of the attached plot, and then it turns itself off and goes to ambient. Interestingly, now the plate does not return to the main screen, this changed since I commented out the temperature runaway. |
I am trying to work with the plate with the commented lines and it is difficult. It is consistently turning itself off at around 170 Deg C, this time it does not return at the main menu. Here is a picture of the behaviour @Ralim, any idea of what might be happening? Regards |
I am trying to tune the PID controller for the MHP30 with the requirement to minimize overshoot.
What is the current behavior?
The current controller overshoots >10 deg C which is too much for my particular application.
What is the new behavior (if this is a feature change)?
Now I have less overshoot as well as a stable stationary response (although there is still steady state error that I was not able to get rid of in the entirety of the operational range of the hot plate.
Other information:
A new error popped being that I cannot stay in high temperatures (>190 deg C) for more than approx one minute, after that the software goes back to the main screen, which turns off the plate completely.