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

    Duet WiFi and stepper motor Failrues

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    4
    17
    808
    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.
    • idmurpundefined
      idmurp
      last edited by

      COnfig.g below

      Tested the steppers using muktimeter, broken ones have identical resistance to non broken.

      Have tested another motor on the Y drive cable and they have the correct torque, not tested the "broken" motors on another cable yet. WIll do once I have finished work

      ; Configuration file for Duet WiFi (firmware version 2.03)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2.1.3 on Tue Nov 26 2019 20:50:06 GMT+0000 (Greenwich Mean Time)
      
      ; General preferences
      G90                                     ; send absolute coordinates...
      M83                                     ; ...but relative extruder moves
      M550 P"CR10 400"                        ; set printer name
      
      ; Network
      M552 S1                                 ; enable network
      M586 P0 S1                              ; enable HTTP
      M586 P1 S0                              ; disable FTP
      M586 P2 S0                              ; disable Telnet
      
      ; Drives
      M569 P0 S1                              ; physical drive 0 goes forwards
      M569 P1 S0                              ; physical drive 1 goes backwards
      M569 P2 S0                              ; physical drive 2 goes backwards X axis
      M569 P3 S0                              ; physical drive 3 goes forwards
      M584 X0 Y1 Z2 E3                        ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                 ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E91.00      ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00     ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z600.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00     ; set accelerations (mm/s^2)
      M906 X800 Y800 Z1000 E1000 I30            ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                 ; Set idle timeout
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                        ; set axis minima
      M208 X400 Y400 Z400 S0                  ; set axis maxima
      
      ; Endstops
      M574 X1 Y1 S1                           ; set active high endstops
      M574 Z1 S2                              ; set endstops controlled by probe
      
      ; Z-Probe
      M307 H3 A-1 C-1 D-1                     ; disable heater on PWM channel for BLTouch
      M558 P9 H8 F500 T2000 A5 R0.5s          ; set Z probe type to bltouch and the dive height + speeds
      G31 P25 X-47 Y-5 Z1.9           ; set Z probe trigger value, offset and trigger height
      M557 X15:385 Y15:385 S30                ; define mesh grid
      
      ; Heaters
      M307 H0 B0 S1.00                        ; disable bang-bang mode for the bed heater and set PWM limit
      M305 P0 T100000 B4138 R4700             ; set thermistor + ADC parameters for heater 0
      M143 H0 S120                            ; set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4138 R4700             ; set thermistor + ADC parameters for heater 1
      M143 H1 S280                            ; set temperature limit for heater 1 to 280C
      
      ; Fans
      M106 P0 S0 I0 F500 H-1.6                  ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H1 T45               ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      
      ; Tools
      M563 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
      
      ; Custom settings are not defined
      
      
      
      1 Reply Last reply Reply Quote 0
      • idmurpundefined
        idmurp
        last edited by

        Can can confirm that the weak stepper is now weak on both the X and Y Axis circuits. If I plug a new motor into either of those circuits it works fine.

        The stepper is now at fault, and its the 3rd occuance in 2 different makes of steppers on this printer which has hardly seen any use.

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

          Do the stepper motors have permanently-wired cables, or detachable cables?

          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

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

            @idmurp said in Duet WiFi and stepper motor Failrues:

            17HS4401S

            Are these the motors? https://www.amazon.com/Usongshine-nema-17-Stepper-Motor/dp/B07KW6B3ZX?th=1

            Rated current is listed as 1500ma and you have 800ma set. It's generally recommended to use 70-85%. So 800 is a little low which could explain the lack of torque. Try 1200ma.

            I've never seen anything like multiple motor failures like this before. I would expect a driver to go before a motor.

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 0
            • idmurpundefined
              idmurp @dc42
              last edited by

              @dc42 Permenant wires

              @Phaedrux yes they are the motors, they have good holding torque at 800 to start with but that declines?

              Im really confused as well, I cant find anything like it online either. But 3 failed motors...

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

                @idmurp said in Duet WiFi and stepper motor Failrues:

                @dc42 Permenant wires

                One of the most common causes of weak motors is a bad crimp connection between the cable and the crimp pin in the Duet connector. Have you tried crimping a new connector on the leads of one of the failed motors?

                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

                idmurpundefined 1 Reply Last reply Reply Quote 0
                • idmurpundefined
                  idmurp @dc42
                  last edited by

                  @dc42 No but I have swapped the motor for a new one, which worked fine. Then put the old one back on and that still had the low torque

                  dc42undefined 1 Reply Last reply Reply Quote 0
                  • idmurpundefined
                    idmurp
                    last edited by

                    okay as it does not seem to be anything obvious. I know this has happened twice on Y so.

                    Printer is not earthed so earth it
                    I believe I can remap extruder 2 stepper to be the Y drive so do this.
                    Use a new fresh and tested cable
                    Use a new motor for Y drive.
                    Put a cooling fan on Y drive stepper
                    bump all of them up to 1200 ma

                    This gives me a essentially fresh start on the Y drive.

                    is there any chance it could be power supply related? I could swap the power supplies over and use the current heated bed supply for the board.

                    Then hope....

                    Any other suggestions?

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

                      The only thing that seems unique to your setup is the dual power supply. can you post how you have it all wired up?

                      Lack of grounding is concerning. How is it grounded now?

                      Z-Bot CoreXY Build | Thingiverse Profile

                      idmurpundefined 1 Reply Last reply Reply Quote 0
                      • idmurpundefined
                        idmurp @Phaedrux
                        last edited by

                        @Phaedrux said in Duet WiFi and stepper motor Failrues:

                        The only thing that seems unique to your setup is the dual power supply. can you post how you have it all wired up?

                        Lack of grounding is concerning. How is it grounded now?

                        240V to the 2 power supplies from a common plug.

                        First power supply, 30 amp on a 20 amp fuse powers the board

                        The second power supply just provides power to the mosfet that powers the bed, 30 amp fuse, it is not connected in any other way to the printer. I can run the printer with the second power supply disconnected alltogether if I dont want a heated bed.

                        Its a 400X400 printer, I need close to 30 amps just for the bed and had 2 30 amp power supplies to hand.

                        They do share a common earth bar, something I might change though I dont see how that would affect anything.

                        The power supplies are grounded, there is no ground on the board or printer itself. WIll ground the printer next

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

                          @idmurp said in Duet WiFi and stepper motor Failrues:

                          @dc42 No but I have swapped the motor for a new one, which worked fine. Then put the old one back on and that still had the low torque

                          If the cables are not detachable from the stepper motor, you must have used the new cable that came attached to it. That's why I suspect the crimp connections.

                          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

                          idmurpundefined 1 Reply Last reply Reply Quote 0
                          • idmurpundefined
                            idmurp @dc42
                            last edited by

                            @dc42 Cables came with it but not attatched, they are plugged into the stepper via a removable plug.

                            In other news this looks similar to my problem and was blamed on static build up...

                            https://forum.tiertime.com/t/extruder-driver-failing/545/4?fbclid=IwAR3OuNbYLukdrEG0CF6_pnnZ4PIy_lhVgHU2gJlcPu0u0v7wOYpwuTv9UTc

                            dc42undefined 1 Reply Last reply Reply Quote 0
                            • idmurpundefined
                              idmurp
                              last edited by idmurp

                              In way of an update I have:

                              Replaced Y drive and succesfully tested other steppers
                              Repalced Y drive cable
                              Remapped Y drive to extruder 2
                              Grounded the printer

                              I am rerunning the setup and calibration today
                              Tomorrow Ill work from the same room as the printer and set a long print running, will give me 8-9 hours to monitor temps etc to see what happens

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

                                @idmurp said in Duet WiFi and stepper motor Failrues:

                                @dc42 Cables came with it but not attatched, they are plugged into the stepper via a removable plug.

                                In other news this looks similar to my problem and was blamed on static build up...

                                https://forum.tiertime.com/t/extruder-driver-failing/545/4?fbclid=IwAR3OuNbYLukdrEG0CF6_pnnZ4PIy_lhVgHU2gJlcPu0u0v7wOYpwuTv9UTc

                                Our wiki page https://duet3d.dozuki.com/Wiki/Choosing_and_connecting_stepper_motors#Section_Connecting_stepper_motors includes this:

                                Note: it is highly recommended that the stepper motor casings be grounded, especially in belt-driven printers. Otherwise, motion of the belts causes static charge to build up, which eventually arcs over to the windings. If the motors are screwed to a metal frame, grounding the frame is sufficient.

                                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
                                • idmurpundefined
                                  idmurp
                                  last edited by

                                  So I have done all of the above and have now done a reasonable amount of test prints without killing a further stepper....so far. Im suspecting it was static build up, but cant be sure

                                  Have other problems now but all fixable.

                                  Will update further if I do kill another stepper, but so far so good!

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