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

    230v heatbed thermal runaway

    Scheduled Pinned Locked Moved
    General Discussion
    7
    22
    816
    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.
    • Poul Erikundefined
      Poul Erik
      last edited by

      Hi Duet Forum
      I have a problem with thermal runaway on my heatbed.
      The temperature will continue rising past the temperature I set in the Web interface, even if I push the emergency stop button.

      Apparently I get the correct temp reading, but the board doesn´t shut down the bed heater.
      What is going on? Can anyone suggest a solution ?

      Thanks in advance.
      Poul Erik

      printer spec:
      Deltaprinter
      Duet Wifi
      230v heatbed / SSR

      T3P3Tonyundefined Poul Erikundefined zaptaundefined 3 Replies Last reply Reply Quote 0
      • T3P3Tonyundefined
        T3P3Tony administrators @Poul Erik
        last edited by

        @poul-erik you need to post how the board and temperature sensor are wired. also post your config.g

        www.duet3d.com

        1 Reply Last reply Reply Quote 0
        • Poul Erikundefined
          Poul Erik @Poul Erik
          last edited by

          @poul-erik

          config.g:

          ; Configuration file for Duet WiFi (firmware version 3)
          ; executed by the firmware on start-up
          ;
          ; generated by RepRapFirmware Configuration Tool v3.1.1 on Sun Jun 07 2020 22:29:30 GMT+0200 (Centraleuropæisk sommertid)

          ; General preferences
          G90 ; send absolute coordinates...
          M83 ; ...but relative extruder moves
          M550 P"DuetWasp" ; set printer name
          M665 R391.149 L613 B200 H748.863 X0.011 Y-0.286 Z0 ; Set delta radius, diagonal rod length, printable radius and homed height , X,Y,Z tower position correction
          M666 X-0.05 Y0.54 Z-0.49 ; put your endstop adjustments here, or let auto calibration find themx

          ; Network
          M552 S1 ; enable network
          M586 P0 S1 ; enable HTTP
          M586 P1 S0 ; disable FTP
          M586 P2 S0 ; disable Telnet

          ; Drives
          M569 P0 S0 ; physical drive 0 goes backwards
          M569 P1 S0 ; physical drive 1 goes backwards
          M569 P2 S0 ; physical drive 2 goes backwards
          M569 P3 S0 ; physical drive 3 goes backwards
          M584 X0 Y1 Z2 E3 ; set drive mapping
          M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation, enabled
          M92 X80.00 Y80.00 Z80.00 E400 ; set steps per mm
          M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
          M203 X1800.00 Y1800.00 Z1800.00 E1200.00 ; set maximum speeds (mm/min)
          M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; set accelerations (mm/s^2)
          M906 X700 Y700 Z700 E900 I30 ; set motor currents (mA) and motor idle factor in per cent
          M84 S30 ; Set idle timeout

          ; Axis Limits
          M208 Z0 S1 ; set minimum Z

          ; Endstops
          M574 X2 S1 P"xstop" ; configure active-high endstop for high end on X via pin xstop
          M574 Y2 S1 P"ystop" ; configure active-high endstop for high end on Y via pin ystop
          M574 Z2 S1 P"zstop" ; configure active-high endstop for high end on Z via pin null
          ; M574 E1 S0 P"fstop" ; configure active-high endstop for high end on filerment
          ;M574 U2 S1 ; active high endstop switches, XYZ at min, U at max
          M581 E1 S1 T3 C0 ; filament out, 2=simple sensor (low signal when filament present) C1 when running this, C0 is only for testing

          ; Z-Probe
          M558 P1 C"zprobe.in+zprobe.mod" H3 F5 T6000 ; set Z probe type to unmodulated and the dive height + speeds
          ;M558 H3 ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
          G31 P500 X3 Y3 Z 1.251 ; set Z probe trigger value, offset and trigger height
          M557 R180 S20 ; define mesh grid

          ; Heaters ;Bed
          M305 P0 T100000 B3977 R4700 ; Set thermistor + ADC parameters for heater 0
          M143 H0 S110 ; set temperature limit for heater 0 to 110C
          M307 H0 A190.4 C1871.8 D7.2 V16.6 B0 ;Pid tuning bed

          ;hotend
          

          M305 P1 P"e0temp" Y"thermistor" T500000 B4217  ; configure sensor 1 as thermistor on pin e0temp
          M307 H1 A338 C126.3 D3.3 V23.9 B0 ; Pid tuning heater
          ; MCU
          M912 P0 S35.5 ; MCU temperature calibration

          ; Fans
          M106 P0 S1.0 H-1 I0 ; set fan 0 value, H-1=PWM disabeled= Thermostatic control is turned off. Invert PWM (I1), disable fan (I-1), or normal mode (I0, default)
          M106 P1 S255 F500 X0.2 H1 T45 B0.1 ; set fan 1 value. On. (F500 frequency.) Thermostatic control is turned on, start at 45dgr.
          ;(B0.1= Time for which the fan will be operated at full PWM when started from cold 0,1sec. (L0.05 X0.2 = Min power 0.5pct. Max power20pct)(H1 T45 Start at45 dgr)

          ; Tools
          M563 S"Maby this will work"P0 D0 H1 F0 ; define tool 0
          G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
          G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

          ; Miscellaneous
          M575 P1 S1 B57600 ; enable support for PanelDue

          ; Custom settings are not defined

          T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
          • T3P3Tonyundefined
            T3P3Tony administrators @Poul Erik
            last edited by

            @poul-erik the configuration is not correct for RepRapFirmware 3. There was a change to use M308 not M305 to define temperature sensors and first the heaters need to be defned with M950 so I guess you are using older RRF?

            What is the result of M115?

            www.duet3d.com

            Poul Erikundefined 1 Reply Last reply Reply Quote 0
            • Poul Erikundefined
              Poul Erik @T3P3Tony
              last edited by

              @t3p3tony
              m115
              FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 2.05.1 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2020-02-09b1

              T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
              • T3P3Tonyundefined
                T3P3Tony administrators @Poul Erik
                last edited by

                @poul-erik ahh ok that makes more sense.

                And how is the SSR wired?

                If you start up the Duet does the bed begin heating immediately or only when you set the temperature?

                www.duet3d.com

                Poul Erikundefined 3 Replies Last reply Reply Quote 0
                • Poul Erikundefined
                  Poul Erik @T3P3Tony
                  last edited by

                  @t3p3tony
                  Yes, it starts heating rightaway.

                  1 Reply Last reply Reply Quote 0
                  • Poul Erikundefined
                    Poul Erik @T3P3Tony
                    last edited by

                    @t3p3tony
                    i would have to take the printer apart to answer how the it is wired.

                    1 Reply Last reply Reply Quote 0
                    • Poul Erikundefined
                      Poul Erik @T3P3Tony
                      last edited by

                      @t3p3tony
                      Thank you Tony, I really appreciate your time.
                      The wiring is pretty standard and worked until yesterday.
                      Wiring.jpg

                      I suspect you are asking for somthing other than what the image is showing! But what?

                      Kind Regards
                      Poul Erik

                      achrnundefined 1 Reply Last reply Reply Quote 0
                      • achrnundefined
                        achrn @Poul Erik
                        last edited by

                        @poul-erik said in 230v heatbed thermal runaway:

                        The wiring is pretty standard and worked until yesterday.

                        SSRs do fail, and permanently-on is the most common failure mode, which would match your symptoms (bed starts heating as soon as mains power is applied, no control over it).

                        Poul Erikundefined 1 Reply Last reply Reply Quote 0
                        • Gixxerfastundefined
                          Gixxerfast
                          last edited by

                          Is the bed marked as active in the DWC?

                          Also have you measured the input of the SSR, does the LED on the SSR (if there's one) light up ?

                          Voron V2.4 (#1317) with Duet 3 Mini5+ Wifi and 1LC v1.1 Toolboard
                          Voron V0.1 (#637) with Duet 3 Mini 5+ Wifi and 1LC v1.2 Toolboard
                          Ender 3 Pro with BTT SKR-2 + RRF

                          Poul Erikundefined 1 Reply Last reply Reply Quote 0
                          • zaptaundefined
                            zapta @Poul Erik
                            last edited by zapta

                            @poul-erik , if you disconnect the driving wires between the Duet and the SSR, does the bed heats when you turn the printer on? If so, you may have shorted SSR.

                            Also, does your SSR have a led, indicating the control signal? I so, it will help you identify if the problem is on the duet/firmware side or the SSR.

                            And whatever you do, think safety first.

                            Poul Erikundefined 1 Reply Last reply Reply Quote 1
                            • Poul Erikundefined
                              Poul Erik @achrn
                              last edited by

                              @achrn
                              Thank you, much appreciated!

                              1 Reply Last reply Reply Quote 0
                              • Poul Erikundefined
                                Poul Erik @Gixxerfast
                                last edited by

                                @gixxerfast said in 230v heatbed thermal runaway:

                                the input of the SSR, does the LED on the SSR (if there's one) light up ?

                                HI @gixxerfast The heatbed will turn on even if the bed is not marked as active.
                                There is no led on the SSR.ssr.jpg

                                Thank you.
                                Poul Erik

                                1 Reply Last reply Reply Quote 0
                                • Poul Erikundefined
                                  Poul Erik @zapta
                                  last edited by

                                  @zapta said in 230v heatbed thermal runaway:

                                  Duet and the SSR, does the bed heats when you turn the printer on? If so, you may have shorted SSR.
                                  Also, does your SSR have a led, indicating the control signal? I so, it will help you identify if the problem is on the duet/firmware side or the SSR.

                                  Thank you @zapta
                                  What might cause the SSR to short?

                                  //pe

                                  achrnundefined 1 Reply Last reply Reply Quote 0
                                  • achrnundefined
                                    achrn @Poul Erik
                                    last edited by

                                    @poul-erik said in 230v heatbed thermal runaway:

                                    What might cause the SSR to short?

                                    SSRs are not 'bulletproof' and are more finicky than many people believe.

                                    The main problem with SSRs is that most of the ones on ebay, amazon, etc. are fakes and only good for a fraction of their stated rating. Even if you have a genuine one, the rating is that for an ideal situation - no heating, no inrush current, no capacitive load etc. Admittedly, a heater element is much closer to that than many loads.

                                    Personally, my rule of thumb is always use an SSR that has a rating at least twice and preferably three times what the load actually draws.

                                    Poul Erikundefined 1 Reply Last reply Reply Quote 0
                                    • Poul Erikundefined
                                      Poul Erik @achrn
                                      last edited by

                                      Thank you @achrn
                                      Your time is much appreciated.
                                      I will change the SSR and see if this solves my issue.
                                      //pe

                                      dc42undefined zaptaundefined 2 Replies Last reply Reply Quote 0
                                      • dc42undefined
                                        dc42 administrators @Poul Erik
                                        last edited by

                                        @poul-erik I suggest you disconnect the SSR from the Duet. If the bed heater still turns on as soon as you turn the power on, then the SSR is shorted.

                                        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
                                        • zaptaundefined
                                          zapta @Poul Erik
                                          last edited by

                                          @poul-erik, I recommend one of the ssrs listed here https://vorondesign.com/sourcing_guide?model=V2.4, for yours mains voltage.

                                          3A sends to be on the low side.

                                          1 Reply Last reply Reply Quote 0
                                          • Th0mpyundefined
                                            Th0mpy
                                            last edited by

                                            I'd also recommend looking at a physically bigger model. I have had good luck with this style, plus you can mount it on some aluminum to dissipate heat: https://www.digikey.com/en/products/detail/kacon/KMSR-DS0104/13148008 rated for 10A which should be enough.

                                            Usually the team that scores the most points wins the game.

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