Author Topic: Temperature instability triggering thermal runaway protection.  (Read 4878 times)

0 Members and 1 Guest are viewing this topic.

Offline RefrigeratorTopic starter

  • Super Contributor
  • ***
  • Posts: 1540
  • Country: lt
Temperature instability triggering thermal runaway protection.
« on: October 03, 2021, 09:21:17 pm »
Ever since i've finished my third homemade 3D printer i've been plagued by an issue i've never had before.
For whatever reason my hotend temperature is completely unstable no matter ho much PID tuning i go through.
Yet weirdly enough the instability goes away during the first or second layer and my temperature stays rock solid +-0.5oC of the set temperature.
But i have to sort the instability out because it feels like more often than not a print will fail due to thermal runaway getting triggered by the instability.
Temperature swings get as bad as +-10oC, it's so bad i can get extrusion issues.
I'm running my printer off the 12V rail from an ATX power supply through the 12V CPU plug and i think that should be plenty good enough, it certainly was for my first two printers.
The hotend i'm using is an E3D V6 clone. On my previous two printers i used an E3D V5 clone and had zero issues with temps.
And taking a look at the current V6 clone i see no obvious issues. The heating cartridge and thermistor seem both to be tightened in place quite firmly.
The wires going to the cartridge are quite long but so were the ones in my E3D V5 clone so i don't think that's the issue.

I'm quite stumped really  :-// Why would the temperature swing like that and why would it suddenly go perfectly stable?  :-//
Also the temperature instability causes this issue where when i start my print i have to wait ages for the temperature to reach the set point because for whatever reason the temperature just oscillates 5oC below the setpoint for an eternity and my printer will not start printing until the set temperature is reached.  |O |O |O


« Last Edit: October 03, 2021, 09:24:41 pm by Refrigerator »
I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 

Offline thm_w

  • Super Contributor
  • ***
  • Posts: 6231
  • Country: ca
  • Non-expert
Re: Temperature instability triggering thermal runaway protection.
« Reply #1 on: October 04, 2021, 08:02:32 pm »
Photos of the hotend?
Do you have a thermocouple you can tape to the hot end block to verify what is seen in the graph is the real temperature?
What are the PID numbers and are you sure they are saving?

It is possible to change the thermal runaway swing to say 11C in Marlin if you wanted, but as you said probably better to figure it out.
Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 

Online Kleinstein

  • Super Contributor
  • ***
  • Posts: 14018
  • Country: de
Re: Temperature instability triggering thermal runaway protection.
« Reply #2 on: October 04, 2021, 08:36:44 pm »
Are there things changing when the printer is actually working ? It could be an additional fan or additional heating power and thus less heat form the PID that could make the difference.
I thing we would need a few more details to help. Is the heater controlled by PWM, or voltage controlled ?

The curve does look unstable, like not correct tuned or maybe non working anti-windup.
The distance from the heater to the temperature sensor is a critical point. The closer, the faster the response and the easier to control.
Poor contact at the heater could be a problem and could get less of an issue once more power is needed, as the heat transfer can be nonlinear.
 

Offline RefrigeratorTopic starter

  • Super Contributor
  • ***
  • Posts: 1540
  • Country: lt
Re: Temperature instability triggering thermal runaway protection.
« Reply #3 on: October 04, 2021, 09:04:10 pm »
Photos of the hotend?
Do you have a thermocouple you can tape to the hot end block to verify what is seen in the graph is the real temperature?
What are the PID numbers and are you sure they are saving?

It is possible to change the thermal runaway swing to say 11C in Marlin if you wanted, but as you said probably better to figure it out.
I don't think photos are necessary, it's just a regular V6 clone with a fan.
I could try to attach a thermocouple but at 210oC there's not many things that can hold it in place securely, other than some mechanical means.
And yes, the PID values are saving, rather the save function is disabled and i save by copying the values to my firmware and reflashing so i know they're saved.

Are there things changing when the printer is actually working ? It could be an additional fan or additional heating power and thus less heat form the PID that could make the difference.
I thing we would need a few more details to help. Is the heater controlled by PWM, or voltage controlled ?

The curve does look unstable, like not correct tuned or maybe non working anti-windup.
The distance from the heater to the temperature sensor is a critical point. The closer, the faster the response and the easier to control.
Poor contact at the heater could be a problem and could get less of an issue once more power is needed, as the heat transfer can be nonlinear.
I believe the control method is called "bang-bang" but it's like a low frequency (~4Hz perhaps?)  PWM basically. Perfectly adequate for a heater imo.
I retightened the heater to make sure it's tight but it's still acting the same.
The thermistor and heating element are on the opposite sides of the heatblock with the nozzle in between.

The procedure when i print right now is as follows:
*I manually connect my homemade heatbed to 12V.
*Start print
*As my hotend heats up so does the bed
*When print starts bed is at about 50-60 ish oC
And that's it really, the hotend heatsink fan is on always, there's no more things that happen.
So it's not like some fan turns on somewhere, the printer is quite bare-bones right now.

More on the hotbed: it's about a 72W heater and the temperature kind of just settles at about 60oC. Letting the bed heat up fully or not had little to no difference to thermal stability.

What confuses me most is why does the temperature just randomly go perfectly stable?  |O
For now i've tweaked some settings in marlin to widen the limit on thermal runaway to just ignore the instability until it settles.
But it's by no means a permanent fix, but as the old saying goes "there's nothing more permanent than a temporary solution".
« Last Edit: October 04, 2021, 09:06:14 pm by Refrigerator »
I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 

Offline thm_w

  • Super Contributor
  • ***
  • Posts: 6231
  • Country: ca
  • Non-expert
Re: Temperature instability triggering thermal runaway protection.
« Reply #4 on: October 04, 2021, 09:21:19 pm »
Quote
I could try to attach a thermocouple but at 210oC there's not many things that can hold it in place securely, other than some mechanical means.

Kapton tape, aluminum foil, etc.
Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 

Online Kleinstein

  • Super Contributor
  • ***
  • Posts: 14018
  • Country: de
Re: Temperature instability triggering thermal runaway protection.
« Reply #5 on: October 04, 2021, 09:32:39 pm »
A bang-bang (= on / off with hysteresis) heater controller is not really PID. It is more like the most basic version and not much to tune. The further the sensor is from the heater the lower the frequency for the natural bang-bang "oscillation". So the frequency would be a first hint. The hysteresis for the bang bang part would be about the only parameter to adjust.  Contineously staying below the set point does not make much sense for classical bang-bang control, even if the system is unstable, unless the heater is too weak and always on.
So there may be some slow software type PWM and still a PID controller.

If this is PIC with a slow PWM control, a integral term that is way to small (e.g. mixed up seconds and minutes or worse) could cause such trouble and very slow settling.

The sensor on the opposite side is good to get a reasonable accurate reading, but it is also slow and thus more difficult to control.
Is there some heat transfer material at the sensor ? I know this can be somewhat tricky at the high temperature.
 

Offline RefrigeratorTopic starter

  • Super Contributor
  • ***
  • Posts: 1540
  • Country: lt
Re: Temperature instability triggering thermal runaway protection.
« Reply #6 on: October 06, 2021, 02:16:10 pm »
Code: [Select]
#define PID_FUNCTIONAL_RANGE 15 // If the temperature difference between the target temperature and the actual temperature
                                  // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
This setting was previously 10 IIRC and changing it to 15 seems to have helped with reaching that stable state.
I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 
The following users thanked this post: thm_w

Offline mazurov

  • Frequent Contributor
  • **
  • Posts: 524
  • Country: us
Re: Temperature instability triggering thermal runaway protection.
« Reply #7 on: October 07, 2021, 02:51:37 pm »
I've had a similar issue with my extruder recently. Temperature swings, oscillations, etc. Turned out the heater was faulty, you may want to check yours.
With sufficient thrust, pigs fly just fine - RFC1925
 

Offline RefrigeratorTopic starter

  • Super Contributor
  • ***
  • Posts: 1540
  • Country: lt
Re: Temperature instability triggering thermal runaway protection.
« Reply #8 on: October 07, 2021, 04:40:23 pm »
I've had a similar issue with my extruder recently. Temperature swings, oscillations, etc. Turned out the heater was faulty, you may want to check yours.
That could also be true and i could swap the heater from my old V5 clone into this V6 if it fits.
Currently the printer works fine as is and ithink i'd be entering the area of deminishing returns.
Not to mention that changing the heater might open a new can of worms.
My printer doesn't have a part cooling fan yet but i had some ugly overhangs to deal with so i pointed a small blower fan at the hotend and caused my printer to shut down.
So the heater might be struggling a little, or my fan was just blowing too much air on the block.
« Last Edit: October 07, 2021, 05:44:04 pm by Refrigerator »
I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 

Offline thm_w

  • Super Contributor
  • ***
  • Posts: 6231
  • Country: ca
  • Non-expert
Re: Temperature instability triggering thermal runaway protection.
« Reply #9 on: October 07, 2021, 09:06:02 pm »
Use a silicone sock if not already. Basically no reason all printers should not have one on.
Could you tell when you pointed the fan if the heater FET came on 100%? Or whats it at for regular printing speeds.
Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 

Offline RefrigeratorTopic starter

  • Super Contributor
  • ***
  • Posts: 1540
  • Country: lt
Re: Temperature instability triggering thermal runaway protection.
« Reply #10 on: October 12, 2021, 12:43:46 pm »
Use a silicone sock if not already. Basically no reason all printers should not have one on.
Could you tell when you pointed the fan if the heater FET came on 100%? Or whats it at for regular printing speeds.
I was too focused on pointing the fan right to pay attention to the duty cycle.

But i've since noticed that the heater is very sensitive to airflow so i might actually go and swap the heater cartridge to be sure.
Changing the settings around did help with stability but it's by no means perfect yet.
I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 

Offline RefrigeratorTopic starter

  • Super Contributor
  • ***
  • Posts: 1540
  • Country: lt
Re: Temperature instability triggering thermal runaway protection.
« Reply #11 on: October 13, 2021, 05:24:54 pm »
Swapped the heater from my old V5 and noticed almost no difference. I guess this is as good as it gets  :-//

I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 

Offline thm_w

  • Super Contributor
  • ***
  • Posts: 6231
  • Country: ca
  • Non-expert
Re: Temperature instability triggering thermal runaway protection.
« Reply #12 on: October 13, 2021, 08:12:15 pm »
silicone sock?
Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 

Offline RefrigeratorTopic starter

  • Super Contributor
  • ***
  • Posts: 1540
  • Country: lt
Re: Temperature instability triggering thermal runaway protection.
« Reply #13 on: October 14, 2021, 11:41:21 am »
silicone sock?
I'll try to make one, i think it would be fun to do some molding with a 3d printed mold, much like Stephan from CNCkitchen did.
I don't have any two component silicone, but i know a secret to make RTV act like two component silicone and harden in like 30 minutes.  :-+
I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 

Offline RefrigeratorTopic starter

  • Super Contributor
  • ***
  • Posts: 1540
  • Country: lt
Re: Temperature instability triggering thermal runaway protection.
« Reply #14 on: October 14, 2021, 11:44:10 am »
Also since i ripped my old V5 hotend apart i had a spare thermistor so i glued it to the bottom of my heated bed and enabled heated bed PWM.
And after an autotune the temperature at 50oC is stable within less than +-0.5oC.  :-+
« Last Edit: October 14, 2021, 11:47:29 am by Refrigerator »
I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 
The following users thanked this post: thm_w


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf