Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Problems with Heaters

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    6
    27
    1.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • deckingmanundefined
      deckingman @TomF
      last edited by deckingman

      @tomf It looks like noise of some sort. The temperature excursions are too short and sharp to be anything else. A heater cartridge can't react that quickly so it has to be the sensors. It's odd that both sensors have pretty much the same pattern. So I'd look for some sort of of noise/interference that is common to both sensors. For example, are the wires bundled together with something else like a stepper motors?

      There are problems with your config.g in that you have have M308 S1 for the hot end coming after the M950 and also the M563 tool definition. . Also, the M307 for heater 1 is commented out. If that's because you have stored the values in config-override then you need and M501 in config.g to access and read them. As it stands, you have no PID values for the hot end heater.

      Edit. Given the above configuration issues, I'm surprised that the printer has been working well up to this point.

      Ian
      https://somei3deas.wordpress.com/
      https://www.youtube.com/@deckingman

      TomFundefined 1 Reply Last reply Reply Quote 0
      • TomFundefined
        TomF @deckingman
        last edited by

        @deckingman
        Thanks for the feedback!
        The hotend sensor wiring is bundled with the extruder & fan motor wiring coming back from the hotend, by necessity. Othewise not much interference that I can see.
        Interesting comments regards the heater setup. For the hotend I took the following direct from SLice Engineering:

        "...use the following values in your M305 or M308 command.
        T100000 B4680 C6.455513e-8"

        I can't say why the M307 is commented out, or why the M950 and M563 is the way it is, other than my limited understanding and attempts to get the printer running so it is quite possible that these need to be improved and I thank you for the heads up.

        It does seem to work though, and right now I'm have the heaters doing a soak test and no problems yet this morning. But could be same as yesterday when it tripped after a couple hours and then the faults were more frequent. If the same happens today, could it be a processor that gets flaky as it heats up (note the board is fan cooled)?

        At start of heating
        Chart 1 - hotend.png
        Stable temperatures
        Chart 1 - hotend + bed.png

        These are the M308 reports:
        20/07/2022, 08:20:48 M308 S1
        Sensor 1 (Hotend) type Thermistor using pin temp1, reading 235.0, last error: sensor not ready, T:100000.0 B:4680.0 C:6.46e-8 R:2200.0 L:5 H:-4
        20/07/2022, 08:10:32 M308 S0
        Sensor 0 (Bed) type Thermistor using pin temp0, reading 27.9, last error: sensor not ready, T:100000.0 B:3950.0 C:0.00e+0 R:2200.0 L:4 H:-5

        deckingmanundefined 1 Reply Last reply Reply Quote 0
        • deckingmanundefined
          deckingman @TomF
          last edited by

          @tomf said in Problems with Heaters:

          @deckingman
          Thanks for the feedback!
          The hotend sensor wiring is bundled with the extruder & fan motor wiring coming back from the hotend, by necessity. Othewise not much interference that I can see.
          Interesting comments regards the heater setup. For the hotend I took the following direct from SLice Engineering:

          "...use the following values in your M305 or M308 command.
          T100000 B4680 C6.455513e-8"

          I can't say why the M307 is commented out, or why the M950 and M563 is the way it is, other than my limited understanding and attempts to get the printer running so it is quite possible that these need to be improved and I thank you for the heads up.

          It does seem to work though, and right now I'm have the heaters doing a soak test and no problems yet this morning. But could be same as yesterday when it tripped after a couple hours and then the faults were more frequent. If the same happens today, could it be a processor that gets flaky as it heats up (note the board is fan cooled)?

          At start of heating
          Chart 1 - hotend.png
          Stable temperatures
          Chart 1 - hotend + bed.png

          These are the M308 reports:
          20/07/2022, 08:20:48 M308 S1
          Sensor 1 (Hotend) type Thermistor using pin temp1, reading 235.0, last error: sensor not ready, T:100000.0 B:4680.0 C:6.46e-8 R:2200.0 L:5 H:-4
          20/07/2022, 08:10:32 M308 S0
          Sensor 0 (Bed) type Thermistor using pin temp0, reading 27.9, last error: sensor not ready, T:100000.0 B:3950.0 C:0.00e+0 R:2200.0 L:4 H:-5

          It's not the values within M308 but the where in the file that M308 is located. See here https://docs.duet3d.com/User_manual/Reference/Gcodes#m308-set-or-report-sensor-parameters

          Especially take note of the following extract (quote) .....

          "When converting from older versions of RRF to RRF3 you must replace each M305 command by a similar M308 command, which must be earlier in config.g than any M950 command that uses it. You must also use M950 to define each heater that you use, because there are no default heaters."

          That aside, while you are doing your soak test, try extruding some filament and observe the temperature plot to see if the noise is due to the sensor wires being bundled with the extruder. Also try running any fans that might be in the same wiring bundle.

          Ian
          https://somei3deas.wordpress.com/
          https://www.youtube.com/@deckingman

          TomFundefined 1 Reply Last reply Reply Quote 0
          • TomFundefined
            TomF @deckingman
            last edited by

            @deckingman

            I have made changes to order of commands the config.g file
            config2.txt

            But it doesn't seem to help the immediate problem. Here is the result when I set the hotend to 200 C. I did not set any bed temperature, but as you can see it 'follows' the hotend, although there is no physical change in the bed temperature, which stayed cold to touch. The sudden (false) rise in temperature of the bed triggered the alarm.

            I find this very weird and is similar to what was happening before the config change.

            Chart 1 - hotend.png

            deckingmanundefined 1 Reply Last reply Reply Quote 0
            • deckingmanundefined
              deckingman @TomF
              last edited by

              @tomf That's weird. So setting the hot end to heat has an effect on the reading for the bed temperature as well. It seems to me that there must be some sort of short circuit between pin temp1 and pin temp0 but I don't know enough about the hardware to comment any further. It needs a moderator such as @Phaedrux or @droftarts to take a look so by mentioning them, it should flag this post for their attention. Which board are you using? The M122 you posted indicates that it's a Duet mini 5+ is that correct?

              Ian
              https://somei3deas.wordpress.com/
              https://www.youtube.com/@deckingman

              1 Reply Last reply Reply Quote 0
              • TomFundefined
                TomF
                last edited by

                @deckingman

                Yes correct, RepRapFirmware for Duet 3 Mini 5+ version 3.4.0 (2022-03-15 18:59:15) running on Duet 3 Mini5plus WiFi (standalone mode)

                I'm starting to think there's something wrong with the board. If I leave it off for several hours it seems okay but when I do the same test (You can see the different charts from this 08:10 morning when all seemed okay, and later at 11:25 when there was the linkage between hotend and bed sensor readings) that suggest to me there is something flaky in the processor. Similar behavoir yesterday.

                I wish I could prove or disprove this theory as I don't want the expense in time and money of another board only to find it was something else. Hopefully @Phaedrux or @droftarts can help

                1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator
                  last edited by

                  Can you show us some photos of the wiring so we can see how it's run?

                  As I said originally it seems like wiring and/or interference.

                  I would start by taking the thermistor wiring out from any bundles and running it free and clear outside the printer and testing it that way to see if the problem resolves.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  TomFundefined 1 Reply Last reply Reply Quote 0
                  • TomFundefined
                    TomF @Phaedrux
                    last edited by

                    @phaedrux

                    Sure. Photos and a short video at this link: https://1drv.ms/u/s!AuxTgg3LI_8tiYQEdhhkTluv53i83w?e=Ker6js

                    Let me know if you need anything else or have some suggestions.

                    dc42undefined 1 Reply Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator
                      last edited by

                      As an easier test, rather than tearing apart the hotend wiring bundle, could you run a new thermistor wire outside of the bundle? Do you have a spare alternate thermistor?

                      Z-Bot CoreXY Build | Thingiverse Profile

                      TomFundefined 1 Reply Last reply Reply Quote 0
                      • dc42undefined
                        dc42 administrators @TomF
                        last edited by

                        @tomf it looks to me like an intermittent short between the hot end thermistor wire and the heater power, possibly via the hot end metalwork. That would explain why the bed temperature reading is affected too.

                        Duet WiFi hardware designer and firmware engineer
                        Please do not ask me for Duet support via PM or email, use the forum
                        http://www.escher3d.com, https://miscsolutions.wordpress.com

                        1 Reply Last reply Reply Quote 0
                        • TomFundefined
                          TomF @Phaedrux
                          last edited by

                          @phaedrux

                          I don't have a spare sensor so I moved the wiring outside the bundle. See 'sensor wiring ext...' photos here: https://1drv.ms/u/s!AuxTgg3LI_8tiYQEdhhkTluv53i83w?e=QgUF8Y

                          The behavior was similar to yesterday:

                          Set temperatures and soak:
                          Chart 21A.png

                          Try extruding (from 0811)
                          (sorry, I saved the image differently so difficult to read) Chart 21B - Extrude from 0811.png
                          ?

                          @dc42

                          Your comment "..an intermittent short between the hot end thermistor wire and the heater power, possibly via the hot end metalwork" That is an interesting idea, although I don't understand how the bed can link in.

                          Following the above test I moved the sensor and heater faces just away from the hotend block in case there were any stray wires (looked okay) - see photo 'sensor heater aligned' in the same linked folder as above.

                          Repeat test:
                          Chart 21C - sensors realigned.png

                          This didnt resolve the issue, but any clues?

                          infiniteloopundefined 1 Reply Last reply Reply Quote 0
                          • infiniteloopundefined
                            infiniteloop @TomF
                            last edited by

                            @tomf

                            any clues?

                            At this stage, I think we can rule-out interference as a reason.

                            Obviously, the two thermistor signals of bed and hotend are related in a way that a drop in the readings from the hotend results in a rise of the bed’s signal. Further to note: this "relationship" is intermittent, I.e. the readings are not coupled all of the time.

                            The latter observation tells us that we face an irregularity: either a bad crimp, broken wire, faulty connector, or a temporary short with GND, VIN (any voltage), or another signal.

                            As both readings are affected when this irregularity happens, a single intermittent signal line is unlikely to cause this effect. This leaves us with just two possible culprits:

                            Either an intermittent short - along the lines, on/below the board or to metal printer parts (that’s @DC’s most prominent guess) …

                            Or some unstable voltage on a region of the board - either there’s something with the 3.3V rail, insufficient 5V power or improper GND. That's just a faint suspicion - I'm no expert at all.

                            To narrow down on the culprit, you can disconnect single components from the Duet, one at a time (and only with an unpowered board): replace the thermistors (one at a time) with a 100k resistor - for that, you can solder a plug with the resistor across the two pins.

                            Then, you can disconnect the bed heater from the board, both lines. However, if you bed is mains powered, you must remove those lines, too. Only try this if you know what you do, else, your life is in danger. Seriously.

                            Separate the hotend with heater and thermistor from the print head, but keep the lines connected. Put it on some ceramic plate so that you can run it without fire hazard. If that works, you know that you have a GND problem with metal printer parts.

                            Another way to prove this is to carefully ground all parts of you printer, including the hotend. I think you should do this anyway.

                            TomFundefined 1 Reply Last reply Reply Quote 0
                            • TomFundefined
                              TomF @infiniteloop
                              last edited by

                              @infiniteloop

                              Thanks for the detailed analysis. I tried the following, and need to do more but I've run out of time for today and wont be able to get back to it for another 24 hours, so I wanted to get this out there:

                              1. Plugged old thermistor (in lieu of 100k resistor) into bed thermistor socket. Problem still occurred when attempt made to heat the hotend.
                              2. Hotend removed and ground wire connected to heat block. Problem still occurred when attempt made to heat the hotend.

                              For the next step, of component disconnection, I'm not sure what will happen when I try removing components from the board, but wouldn't it generally show up as fault when reconnected? I'm not good on electronics or software, so your patience is appreciated!

                              infiniteloopundefined dc42undefined 2 Replies Last reply Reply Quote 0
                              • infiniteloopundefined
                                infiniteloop @TomF
                                last edited by

                                @tomf First, I would like to know what conditions you need in order to see the "problem": Obviously, you have to fire up the hotend. But do you need to heat the bed, too? Does the error only show up during a print? Or must the print head be in a specific location, must it be moving?

                                Second, please explain how you note the error: can you just see the irregularities in DWC's temperature plot, or are there other symptoms? Maybe a dimmed LED on the board, an error or warning in the console? …

                                I just want to learn more about the path towards the error. How many variables are required? The less, the better. In a second step, it would be nice to establish a simple and repeatable procedure for testing.

                                TomFundefined 1 Reply Last reply Reply Quote 1
                                • dc42undefined
                                  dc42 administrators @TomF
                                  last edited by

                                  @tomf I suggest you replace both the hot end thermistor and the hot end heater cartridge. I think one or both of them have an intermittent short between the element and case when hot. I assume you have already checked the hot end thermistor wires for possible shorting.

                                  Duet WiFi hardware designer and firmware engineer
                                  Please do not ask me for Duet support via PM or email, use the forum
                                  http://www.escher3d.com, https://miscsolutions.wordpress.com

                                  TomFundefined 1 Reply Last reply Reply Quote 1
                                  • TomFundefined
                                    TomF @infiniteloop
                                    last edited by

                                    @infiniteloop said in Problems with Heaters:

                                    @tomf First, I would like to know what conditions you need in order to see the "problem": Obviously, you have to fire up the hotend. But do you need to heat the bed, too? Does the error only show up during a print? Or must the print head be in a specific location, must it be moving?

                                    Second, please explain how you note the error: can you just see the irregularities in DWC's temperature plot, or are there other symptoms? Maybe a dimmed LED on the board, an error or warning in the console? …

                                    I just want to learn more about the path towards the error. How many variables are required? The less, the better. In a second step, it would be nice to establish a simple and repeatable procedure for testing.

                                    I set the hotend first (typically 235C) and observe the chart.

                                    If the printer's been switched off for a long period (more than 2 hours), the temperature rises normally and is steady. I then switch on the bed (60C) and that is also steady. When I try to do anything (extrude material, home axes typically) the problem then happens, as seen in the temperature plots.

                                    After the first incident of the day, the problem recurrs without the bed heater being switched on and without needing to do anything else. It doesn't matter where the print head is. The bed can be cold to the touch throughout.

                                    When the problem occurs there is a fault message and heaters are automatically disabled.

                                    There are no other symptoms, at least none that I have seen.

                                    The problem has been getting worse, evidenced by taking less time to occur.

                                    infiniteloopundefined 1 Reply Last reply Reply Quote 0
                                    • infiniteloopundefined
                                      infiniteloop @TomF
                                      last edited by

                                      @tomf Thx for the details. Looks like the initial procedure involves more steps than subsequent trials:

                                      If the printer's been switched off for a long period (more than 2 hours), the temperature rises normally and is steady. I then switch on the bed (60C) and that is also steady. When I try to do anything (extrude material, home axes typically) the problem then happens, as seen in the temperature plots.

                                      Please perform two tests with this scenario:

                                      1. Can you omit the step of heating the bed? Does it make a difference?

                                      2. Instead of homing the axes (which, if I understand you right, provokes the error), try to move the wiring harness for the print head into different directions: does that trigger the error, too?

                                      TomFundefined 1 Reply Last reply Reply Quote 0
                                      • TomFundefined
                                        TomF @dc42
                                        last edited by

                                        @dc42 said in Problems with Heaters:

                                        @tomf I suggest you replace both the hot end thermistor and the hot end heater cartridge. I think one or both of them have an intermittent short between the element and case when hot. I assume you have already checked the hot end thermistor wires for possible shorting.

                                        I agree that the problem could be the thermistor or heater (or maybe the Duet). Unfortunately I don't have these as spares and although I've ordered replacements, they will take about 3 weeks to get here. So I would like to confirm that somehow in case there's something else going on. The hotend heater measures 12.5 ohms, and the bed 25 ohms.

                                        infiniteloopundefined 1 Reply Last reply Reply Quote 0
                                        • TomFundefined
                                          TomF @infiniteloop
                                          last edited by

                                          @infiniteloop Will do when I get back later.

                                          1 Reply Last reply Reply Quote 0
                                          • infiniteloopundefined
                                            infiniteloop @TomF
                                            last edited by

                                            @tomf said in Problems with Heaters:

                                            The hotend heater measures 12.5 ohms, and the bed 25 ohms.

                                            So I can assume your PSU has 24V, and your bed is not powered from mains?

                                            TomFundefined 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA