Thermistor Fail
-
- Prints-a-lot
- Posts: 26
- Joined: Sun Jan 26, 2014 3:06 pm
Thermistor Fail
ok, So I pretty much killed my old hotend. (thermistor) So I ordered a e3d v6 hotend and assembled it and made my own makeshift mount and such today. I soldered all the wires including the thermistors to the wires that were previously there for the old hotend. My question was, when I turned on the printer for the first time since I replaced the hotend, The printer still had no reading on what the heat for the hotend was. Is this likely because of faulty wires leading to the thermistor?
-
- Printmaster!
- Posts: 115
- Joined: Mon Mar 31, 2014 4:53 pm
Re: Thermistor Fail
Depends on how hot you got that little wire when you soldered it.
I used the crimps but even then you have to make sure it gets a good connection since the wire is so small.
Either bad connection or you fried it.
Remove a lead so your not connected to the rambo and check the resistance, should be 100K ohms.
Tip which I plan to do next time I take apart everything which could be any day
Grab some small connectors and solder everything up so you can take apart and test easier.
I used the crimps but even then you have to make sure it gets a good connection since the wire is so small.
Either bad connection or you fried it.
Remove a lead so your not connected to the rambo and check the resistance, should be 100K ohms.
Tip which I plan to do next time I take apart everything which could be any day

- bvandiepenbos
- Printmaster!
- Posts: 923
- Joined: Thu Apr 05, 2012 11:25 pm
- Location: Goshen, IN
- Contact:
Re: Thermistor Fail
I hear that the new Marlin firmware has protection for failed tmist/run away heating.
But most people are running Repetier fw on their SeeMe machines, so that is not much help.
Does anybody know if Repetier fw has this feature?
I don't know much detail, but I gather it watches for temperature change if temp does not rise within a set time (40 seconds I think) it shuts everything down. assuming tmist failed.
Sounds like a REALLY good feature, paticularly if running the SeeMe hot-end with the silly RTV glued in tmist!
But most people are running Repetier fw on their SeeMe machines, so that is not much help.
Does anybody know if Repetier fw has this feature?
I don't know much detail, but I gather it watches for temperature change if temp does not rise within a set time (40 seconds I think) it shuts everything down. assuming tmist failed.
Sounds like a REALLY good feature, paticularly if running the SeeMe hot-end with the silly RTV glued in tmist!
~*Brian V.
RostockMAX v2 (Stock)
MAX METAL "ShortyMAX"
MAX METAL Rostock MAX Printer Frame
NEMESIS Air Delta v1 & v2 -Aluminum delta printers
Rostock MAX "KITT" - Tri-Force Frame
GRABER i3 "Slim"
RostockMAX v2 (Stock)
MAX METAL "ShortyMAX"
MAX METAL Rostock MAX Printer Frame
NEMESIS Air Delta v1 & v2 -Aluminum delta printers
Rostock MAX "KITT" - Tri-Force Frame
GRABER i3 "Slim"
-
- Printmaster!
- Posts: 169
- Joined: Sun Sep 14, 2014 3:22 pm
Re: Thermistor Fail
I was wondering about exactly the same thing.
Seems pretty simple to me on the face of it but you'll need to capture a number of fail states so know how the thermistor can fail and what the outputs are.
Sounds really easy to cover a Zero output or a max output and account for them, also the heat up cycle rate of change and if your average output over
a fixed timeframe while at target temp is 100% to cover a "locked" value.
However if your wanting to be safe the temp cut out and monitoring should be independent of the control. So this would mean another thermistor or thermocouple to compare. If they don't agree within a range.. cut the power.
But agree totally I don't see why the easy cases aren't covered in software... e.g. zero or max thermistor outputs. The rate of change stuff is more complex as it's state dependant. I've really not got the time to try atm, I've scanned the code and made some changes but I find it tough to follow in places... so implementing this requires a good knowledge of the code and being realistic the possible legal issue if it fails to protect?
I'm pretty sure thermistors don't have polarity so its irrelevant which way you wire them up. I'd certainly check for continuity with a multimeter from your Rambo end to your hot end.
Seems pretty simple to me on the face of it but you'll need to capture a number of fail states so know how the thermistor can fail and what the outputs are.
Sounds really easy to cover a Zero output or a max output and account for them, also the heat up cycle rate of change and if your average output over
a fixed timeframe while at target temp is 100% to cover a "locked" value.
However if your wanting to be safe the temp cut out and monitoring should be independent of the control. So this would mean another thermistor or thermocouple to compare. If they don't agree within a range.. cut the power.
But agree totally I don't see why the easy cases aren't covered in software... e.g. zero or max thermistor outputs. The rate of change stuff is more complex as it's state dependant. I've really not got the time to try atm, I've scanned the code and made some changes but I find it tough to follow in places... so implementing this requires a good knowledge of the code and being realistic the possible legal issue if it fails to protect?
I'm pretty sure thermistors don't have polarity so its irrelevant which way you wire them up. I'd certainly check for continuity with a multimeter from your Rambo end to your hot end.
- jdurand
- Printmaster!
- Posts: 397
- Joined: Mon Dec 01, 2014 12:41 am
- Location: Silicon Valley, California
- Contact:
Re: Thermistor Fail
A fairly simple test:
When temperature reaches set point +/- something %, set flag.
In operation if flag then if temperature is more than something bigger % off set point, panic.
When temperature reaches set point +/- something %, set flag.
In operation if flag then if temperature is more than something bigger % off set point, panic.
Standing on the edge of reality... (me)
Quando omni flunkus moritati (Red Green)
Let no man belong to another that can belong to himself. (Paracelsus)
All things are poison and nothing is without poison; only the dose makes a thing not a poison. (Ibid.)
Quando omni flunkus moritati (Red Green)
Let no man belong to another that can belong to himself. (Paracelsus)
All things are poison and nothing is without poison; only the dose makes a thing not a poison. (Ibid.)
-
- Prints-a-lot
- Posts: 26
- Joined: Sun Jan 26, 2014 3:06 pm
Re: Thermistor Fail
so, back on topic. Any ideas? The Lcd is reading def whenever I plug the lead for the thermistor in, besides that the fan always starts running when I plug it in.
-
- Printmaster!
- Posts: 458
- Joined: Sun Sep 07, 2014 2:39 am
Re: Thermistor Fail
I think I remember that def is an indication of open thermistor circuit, so either unplugged, broken wire, or bad thermistor.
"Trust no quote from the Internet." - Abraham Lincoln
-
- ULTIMATE 3D JEDI
- Posts: 1407
- Joined: Sun May 11, 2014 6:18 pm
Re: Thermistor Fail
Which fan starts running when you plug what in? The Peek fan starts running when you plug the thermistor in?printer999 wrote:so, back on topic. Any ideas? The Lcd is reading def whenever I plug the lead for the thermistor in, besides that the fan always starts running when I plug it in.
R-Max V2
Eris
Folger Tech FT-5 R2
Eris
Folger Tech FT-5 R2
- SoCalSteve
- Printmaster!
- Posts: 45
- Joined: Tue Sep 30, 2014 10:26 pm
- Location: Surf City, USA
Re: Thermistor Fail
I've been running my Rostock since late October. It's my first printer, but I have over 13 hours of run time. I upgraded to the E3D V6 a couple weeks ago and have been running mostly PLA and BronzeFill. Very recently I will be printing and I'll get "def" for my nozzle and bed temperatures. I thought it was a bad thermister, but was puzzled when it affected my bed as well.
Sounds similar to the OP's issue. Any suggestions?
Sounds similar to the OP's issue. Any suggestions?
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Thermistor Fail
A def indication is indeed an inability to read the thermistor.
This is usually caused by a loose wire to the thermistor.
To check turn off power and unplug the thermistor from the Rambo and with an ohm-meter measure
the resistance of the thermistor, at room temperature the thermistor should read approximately 100K.
If yours does not read that value then you have a problem with wiring or a defective thermistor.
Bad wiring is the most common.
This is usually caused by a loose wire to the thermistor.
To check turn off power and unplug the thermistor from the Rambo and with an ohm-meter measure
the resistance of the thermistor, at room temperature the thermistor should read approximately 100K.
If yours does not read that value then you have a problem with wiring or a defective thermistor.
Bad wiring is the most common.
Re: Thermistor Fail
This just happened to me too last night. Same circumstances, 13 hours and 16 minutes of run time, recently upgraded to E3D v6, which I have gotten some prints out of then all of a sudden both bed and nozzle went to "def."
I will check the wiring/resistance, and let you know what I find

I will check the wiring/resistance, and let you know what I find



- SoCalSteve
- Printmaster!
- Posts: 45
- Joined: Tue Sep 30, 2014 10:26 pm
- Location: Surf City, USA
Re: Thermistor Fail
This isnt a constant issue. I have gone up to, but not exceeded 300C could that be the issue?Eaglezsoar wrote:A def indication is indeed an inability to read the thermistor.
This is usually caused by a loose wire to the thermistor.
To check turn off power and unplug the thermistor from the Rambo and with an ohm-meter measure
the resistance of the thermistor, at room temperature the thermistor should read approximately 100K.
If yours does not read that value then you have a problem with wiring or a defective thermistor.
Bad wiring is the most common.
Ive been looking at the Type K Thermocouple and the External Thermocouple Board. I'm wondering if anyone has experience in this area and can tell us if replacing the thermistor with these two items will yield successful results? Obviously the required temperature setting would be required in the programing as well...
Any help on this would be greatly appreciated!
-
- Printmaster!
- Posts: 695
- Joined: Fri Nov 07, 2014 9:38 am
Re: Thermistor Fail
Could be. The instructions tell you not to go above 295 or else you'll damage the thermistor. I don't know how strict that is, or how much wiggle room there is (if any).SoCalSteve wrote:This isnt a constant issue. I have gone up to, but not exceeded 300C could that be the issue?
nitewatchman wrote:it was much cleaner and easier than killing a chicken on top of the printer.
Re: Thermistor Fail
SoCalSteve wrote:This isnt a constant issue. I have gone up to, but not exceeded 300C could that be the issue?Eaglezsoar wrote:A def indication is indeed an inability to read the thermistor.
This is usually caused by a loose wire to the thermistor.
To check turn off power and unplug the thermistor from the Rambo and with an ohm-meter measure
the resistance of the thermistor, at room temperature the thermistor should read approximately 100K.
If yours does not read that value then you have a problem with wiring or a defective thermistor.
Bad wiring is the most common.
Ive been looking at the Type K Thermocouple and the External Thermocouple Board. I'm wondering if anyone has experience in this area and can tell us if replacing the thermistor with these two items will yield successful results? Obviously the required temperature setting would be required in the programing as well...
Any help on this would be greatly appreciated!
Hey! I have not had the chance to dive into this problem on my machine yet. All I know is that both thermoistors blew at the same time, and at relatively low temps. The bed was turned off when this happened to me, and the nozzle MAXTEMP was set to 285. E3D states this is top end of the termoistor operating range. I too was interested in the Thermocouple and External Board, but then I read this....
http://forum.seemecnc.com/viewtopic.php ... ple#p55536
- SoCalSteve
- Printmaster!
- Posts: 45
- Joined: Tue Sep 30, 2014 10:26 pm
- Location: Surf City, USA
Re: Thermistor Fail
Ah. See on the v6 page it states "High Temperature Peformance. With no PEEK or PTFE in hot regions of our HotEnd we can reach 300C with the supplied thermistor. By swapping a thermistor for a thermocouple (may require additional electronics) you can reach over 400C." and took that as gospel.BenTheRighteous wrote:Could be. The instructions tell you not to go above 295 or else you'll damage the thermistor. I don't know how strict that is, or how much wiggle room there is (if any).SoCalSteve wrote:This isnt a constant issue. I have gone up to, but not exceeded 300C could that be the issue?
-
- Printmaster!
- Posts: 695
- Joined: Fri Nov 07, 2014 9:38 am
Re: Thermistor Fail
Yeah, shame on E3D for not being consistent.
http://e3d-online.com/E3D-v6-Assembly
The second last step says:
http://e3d-online.com/E3D-v6-Assembly
The second last step says:
Set the HotEnd temperature to 285ºC. If you did not do a PID tune, then approach this temperature slowly, exceeding 295ºC will permanently damage the thermistor.
nitewatchman wrote:it was much cleaner and easier than killing a chicken on top of the printer.