Jump to content

Thermistor and Thermocouple won't work together


balvenie

Recommended Posts

Posted · Thermistor and Thermocouple won't work together

Hello,

I have a Problem with my DIY UMO.

I installed a Thermocouple for the Hotend, like Ultimaker does as well.

It Works just fine if i define everything like it is told in this wiki article:

http://reprap.org/wiki/ExtThermoCouple_1.0

But i now installed a heated bed with a Thermistor. When i declare it in my marlin fimware its not working. Both are measuring the temp. correct. (tested it with a lighter). But Cura does not allow to heat up the Hotend.

#define TEMP_SENSOR_0 -1

#define TEMP_SENSOR_1 0

#define TEMP_SENSOR_2 0

#define TEMP_SENSOR_3 0

#define TEMP_SENSOR_BED 1

I always get this message:

Error:Heated bed switched off. MAXTEMP triggered !!

Error:Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)

If install 2 thermistors, one for extruder and one for the heated bed everythings just working fine.

#define TEMP_SENSOR_0 1

#define TEMP_SENSOR_1 0

#define TEMP_SENSOR_2 0

#define TEMP_SENSOR_3 0

#define TEMP_SENSOR_BED 1

What am i doing wrong?

Hardware: DIY UMO

Electronics: Ramps 1.4

  • Link to post
    Share on other sites

    Posted · Thermistor and Thermocouple won't work together

    What are these values set to?

     


    #define BED_MINTEMP 5
    #define BED_MAXTEMP 150

    Also how *long* does it take for the error to occur? Immediately? Or after 10 (or more) seconds?

    I recommend you go here

    http://marlinbuilder.robotfuzz.com

    and experiment with your current setup and only download Configuartion.h and use a program like winmerge to compare the Configuration.h files that you edited versus robotfuzz created.

     

    Both are measuring the temp. correct. (tested it with a lighter). But Cura dows not allow to heat up the Hotend.

     

    Yes but are both in the range above?

     

  • Link to post
    Share on other sites

    Posted · Thermistor and Thermocouple won't work together

    #define BED_MINTEMP 5

    #define BED_MAXTEMP 150

    These are the values in my config.

    The failure occurs immediately.

    Tomorrow I will check it by comparing the files with winmerge.

    EDIT:

    Yes the measured and displayed temps are in the range above.

     

  • Link to post
    Share on other sites

    Posted · Thermistor and Thermocouple won't work together

    The weird thing is, that the thermocouple works if i do not define a second temp. sensor (the one for the heatbed) in the marlin firmware.

    If i only use the thermocouple everything works fine.

    Even if i use for hotend and heatbed a thermistor and do not use the thermocouple, it works.

    But i really want to use my thermocouple ;-)

     

  • Link to post
    Share on other sites

    Posted · Thermistor and Thermocouple won't work together

    Yes, I noticed that. Very strange. I'll get Daid to take a look at this thread. He knows Marlin much better than me.

     

  • Link to post
    Share on other sites

    Posted · Thermistor and Thermocouple won't work together

    I compared the file I generated with the file from the marlin builder. There are no differences that could have an effect.

    Does nobody else have an idea?

     

  • Link to post
    Share on other sites

    Posted · Thermistor and Thermocouple won't work together

    How do you have the pins defined? Is it possible you have the same pin assigned for both?

    If not, does the thermocouple read correctly? In other words does it read room temperature?

    How about when the thermisistor use used for both? Do they both read room temperature?

    Do you have the pullup in correctly when using the thermisistor?

     

  • Link to post
    Share on other sites

    Posted · Thermistor and Thermocouple won't work together

    The Pin for the thermocouple board is defined as pin 3.

    Thats the only change I have done at the pins definition.

    In every config the thermistors and the thermocouple or both thermistors read room temp.

     

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.8 Stable released 🎉
        In the Cura 5.8 stable release, everyone can now tune their Z seams to look better than ever. Method series users get access to new material profiles, and the base Method model now has a printer profile, meaning the whole Method series is now supported in Cura!
        • 5 replies
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...