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

    No voltage across e0 or e1 heater pins...

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    3
    7
    223
    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.
    • ktongundefined
      ktong
      last edited by

      Hi All,

      Making some progress since my first post (though unresolved...I decided to move forward to proceed with testing the rest of the system).

      Thus far, it seems I got most of the rest of the system working...except for some reason, I see no voltage across the e0/e1 heater screw terminals and not sure how to further troubleshoot. (I see some old posts that are somewhat related...but they have not helped...)

      STATUS: Duet 2 V1.04 powered on, running RepRap Firmware 3.1.0 and connected via DWC 3.4.1. Going through the recommended commissioning steps. Activating the Tool 0 Heater 1 and setting the active temperature to 35.

      ISSUE: The hot end temperature does not go up.

      TROUBLESHOOTING:

      • Verified the sensor is working (touching the hotend with my hand results in an increase in temperature)
      • Verified the heater is working (measured resistance of ~6ohms)
      • Verified that powering the heater with 12 V results in the sensor rapidly increasing in temperature.
      • Measured the voltage across e0 and e1 screw terminals and see no voltage though I do see a voltage of ~12 volts across the power to the Duet and ~12volts across the heat bed terminals when I set the heatbed to active via DWC.
      • NOTE: Setting the Heater 1 to active funny enough doesn't give me that heating-too-slowly-fault that I get when doing the same to heatbed even though the temp isn't rising...that's odd right?
      • NOTE: Also I read that there is suppose to be an LED that turns on when the heater is on...and I don't see an LED...though I do see one when I active the heatbed

      REQUEST: Any tips on where in the software files I should be looking to troubleshoot this issue? Or anything on the board I can probe to see if there is indeed something wrong with the board?

      Thanks in advance,
      K

      P.S. I am getting a bunch of server errors when trying to upload the config.g file and a screenshot so I copied a snippet of the config.g below:

      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0                          ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 B1 S1.00                               ; enable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                        ; map heated bed to heater 0
      M143 H0 S120                                   ; set temperature limit for heater 0 to 120C
      M308 S1 P"e0temp" Y"thermistor" T100000 B4138  ; configure sensor 1 as thermistor on pin e0temp
      M950 H1 C"e1heat" T1                           ; create nozzle heater output on e0heat and map it to sensor 1
      M307 H1 B0 S1.00                               ; disable bang-bang mode for heater  and set PWM limit
      M143 H1 S280                                   ; set temperature limit for heater 1 to 280C
      
      engikeneerundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk
        last edited by

        i would suspect DWC 3.4.1 doesn't work with 3.1.0 as it uses M568 to set heater temps etc.
        Upgrade the RRF side to 3.4.1.
        Always keep RRF and DWC in sync

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        ktongundefined 2 Replies Last reply Reply Quote 0
        • ktongundefined
          ktong @jay_s_uk
          last edited by

          @jay_s_uk
          Ah...I see. Okay. Thanks for the information. (I didn't know they need to be in sync.) I guess I have to go fix my previous issue then.

          Will report back once I do so.

          1 Reply Last reply Reply Quote 0
          • ktongundefined
            ktong @jay_s_uk
            last edited by

            @jay_s_uk

            Thanks again for the reply. I was just able to resolve the firmware issue mentioned in my original post.

            So now DWC and RRF are both on 3.4.1 but looks like I am still seeing the same issue.

            So I went through the same commissioning step of setting the active temp for Heater 1 to 35, but I still see no LED light up for either e0 or e1 and I don't see any voltage across either pins.

            Funny enough though, I am getting the heating-too-slowly-fault which I guess is a step in the right direction.

            Any other suggestions? Is there a command that I can run to directly switch on the voltage to the e0 or e1?

            Thanks,
            K

            jay_s_ukundefined 1 Reply Last reply Reply Quote 0
            • jay_s_ukundefined
              jay_s_uk @ktong
              last edited by

              @ktong have a go at tuning the heater using M303 T0 S240 and see if it heats up

              Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

              1 Reply Last reply Reply Quote 0
              • engikeneerundefined
                engikeneer @ktong
                last edited by

                @ktong think RRF only accepts heating commands above 45C by default. Have you tried just setting a higher demand temp e.g. 70C?

                E3D TC with D3Mini and Toolboards.
                Home-built CoreXY, Duet Wifi, Chimera direct drive, 2x BMG, 300x300x300 build volume
                i3 clone with a bunch of mods

                1 Reply Last reply Reply Quote 0
                • ktongundefined
                  ktong
                  last edited by

                  @engikeneer
                  @jay_s_uk

                  Apologies for the wild goose chase. I think my initial problem has been resolved.

                  (1) So I am just going to say I was looking at the wrong spot for the e0/e1 LEDs. I was looking close to the connector (similar to the LED for the heater bed) but I now see the LEDs are along the edge of the board. As such, I can confirm that when Heater 1 is active, the LED was working (even when setting the active temp to 35)
                  (2) As for the voltage issue...initially I was probing the the top of the screw terminals and seeing there was no voltage and no temp increase with the wires attached. I then removed the wires thinking it was some other issue but never replaced them after updating the firmware and such. In hindsight, the top of the screw probably wasn't making any electrical connection when loose...so after I tighten the screws down, I am indeed reading a voltage of ~12V. So that is definitely my bad.

                  Calling this resolved though I will need to go through the heater tuning step as suggested by @jay_s_uk

                  Thanks again all,
                  K

                  1 Reply Last reply Reply Quote 2
                  • ktongundefined ktong has marked this topic as solved
                  • First post
                    Last post
                  Unless otherwise noted, all forum content is licensed under CC-BY-SA