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

    Grounding!

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    11
    19
    4.6k
    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.
    • DocTruckerundefined
      DocTrucker
      last edited by

      Just setting up my Duet Ethernet for work and spotted an earth spade connection next to the Ethernet socket. Yet to read through the wiring side of the startup guide yet but if that is tied to the DC negative or not will have a direct effect to my decision to tie the PSU negative outputs to ground. My current preferred option was to leave the +/- isolated and tie all the framework and steppers back to the mains earth. There are some filters between the - and earth on my PSU, and didn't want to bypass them as the designers deemed them necessary.

      Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

      dc42undefined 1 Reply Last reply Reply Quote 0
      • resamundefined
        resam
        last edited by

        Yes, grounding is a recommended thing to do:
        https://duet3d.dozuki.com/Wiki/Choosing_and_connecting_stepper_motors#Section_Connecting_stepper_motors

        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.

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

          @doctrucker said in Grounding!:

          Just setting up my Duet Ethernet for work and spotted an earth spade connection next to the Ethernet socket. Yet to read through the wiring side of the startup guide yet but if that is tied to the DC negative or not will have a direct effect to my decision to tie the PSU negative outputs to ground. My current preferred option was to leave the +/- isolated and tie all the framework and steppers back to the mains earth. There are some filters between the - and earth on my PSU, and didn't want to bypass them as the designers deemed them necessary.

          The earth spade on the Ethernet module is for when the Duet Ethernet is mounted against a metal plate that forms part of the printer case, so that you can ground the Ethernet connector to the case. PCs use a spring metal tab for the same purpose.

          And yes, stepper motor cases should be grounded, to prevent the buildup of static charge caused by the moving belts.

          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

          wilrikerundefined SnowCrashundefined DocTruckerundefined 3 Replies Last reply Reply Quote 2
          • wilrikerundefined
            wilriker @dc42
            last edited by

            @dc42 said in Grounding!:

            And yes, stepper motor cases should be grounded, to prevent the buildup of static charge caused by the moving belts.

            Steppers that are not driving belts (Z and E usually) won't have to be grounded then, I derive from that, right?

            Manuel
            Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
            with probably always latest firmware/DWC (incl. betas or self-compiled)
            My Tool Collection

            deckingmanundefined whosrdaddyundefined 2 Replies Last reply Reply Quote 0
            • deckingmanundefined
              deckingman @wilriker
              last edited by

              @wilriker said in Grounding!:

              @dc42 said in Grounding!:

              And yes, stepper motor cases should be grounded, to prevent the buildup of static charge caused by the moving belts.

              Steppers that are not driving belts (Z and E usually) won't have to be grounded then, I derive from that, right?

              Well there are a couple of threads on these forums from people who have solved extruder problems and network disconnection problems by grounding extruder steppers.

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

              1 Reply Last reply Reply Quote 0
              • SnowCrashundefined
                SnowCrash @dc42
                last edited by SnowCrash

                @dc42 said in Grounding!:

                And yes, stepper motor cases should be grounded, to prevent the buildup of static charge caused by the moving belts.

                I have the printer's metal frame grounded to the mains ground (AC ground), but I was wondering in the context of the above discussion:

                Would it be preferable to ground the motor cases to the negative DC terminal of power supply's (DC ground) or the main's ground (AC ground)? or, perhaps , no difference?

                ShiftingTechundefined 1 Reply Last reply Reply Quote 1
                • Hey_Allenundefined
                  Hey_Allen
                  last edited by

                  In the interest of getting rid of the stray electrical charge developed from the moving belts, I suspect that it would be best to route it to earth ground, rather than the common rail of the power supply.
                  This would minimize the chances of the static possibly causing any issues, and dissipate it direct to ground, rather than routing it through whatever electrical path before eventually, hopefully, being tied to ground.

                  This reminds me that I need to double check my grounding...

                  SnowCrashundefined 1 Reply Last reply Reply Quote 2
                  • whosrdaddyundefined
                    whosrdaddy @wilriker
                    last edited by whosrdaddy

                    @wilriker FYI, If you have a plastic spool holder, it will transfer static charges via the filament onto the ungrounded) extruder motor (2 users recently have been hit by this problem)

                    wilrikerundefined 1 Reply Last reply Reply Quote 3
                    • wilrikerundefined
                      wilriker @whosrdaddy
                      last edited by

                      @whosrdaddy said in Grounding!:

                      @wilriker FYI, If you have a plastic spool holder, it will transfer static charges via the filament onto the ungrounded) extruder motor (2 users recently have been hit by this problem)

                      That is interesting, I would have never thought of that!

                      Currently I am still using the crappy Anet A8 acrylic frame but I will switch to an aluminium frame (similar to AM8) somewhen in the next two weeks. I already planned to ground the motors then as part of wire-management-redo. I would probably left out extruder as I had not seen how this could be charged up.

                      Manuel
                      Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                      with probably always latest firmware/DWC (incl. betas or self-compiled)
                      My Tool Collection

                      1 Reply Last reply Reply Quote 0
                      • SnowCrashundefined
                        SnowCrash @Hey_Allen
                        last edited by

                        @hey_allen said in Grounding!:

                        In the interest of getting rid of the stray electrical charge developed from the moving belts, I suspect that it would be best to route it to earth ground, rather than the common rail of the power supply.
                        This would minimize the chances of the static possibly causing any issues, and dissipate it direct to ground, rather than routing it through whatever electrical path before eventually, hopefully, being tied to ground.

                        This reminds me that I need to double check my grounding...

                        Thanks, @Hey_Allen. Makes perfect sense! 🙂

                        1 Reply Last reply Reply Quote 0
                        • ShiftingTechundefined
                          ShiftingTech @SnowCrash
                          last edited by

                          @snowcrash I think safety ground is the way to go. Since that's where your frame should nominally be connected anyway. And you're basically just extending your frame grounding to your motors. Connecting to DC or AC negative / ground creates some non-zero possibility of having something go wrong, and the motor casings ending up energized to one voltage or another!

                          1 Reply Last reply Reply Quote 0
                          • DocTruckerundefined
                            DocTrucker @dc42
                            last edited by

                            @dc42 said in Grounding!:

                            The earth spade on the Ethernet module is for when the Duet Ethernet is mounted against a metal plate that forms part of the printer case, so that you can ground the Ethernet connector to the case. PCs use a spring metal tab for the same purpose.

                            I was originally thinking about two things; cancelling out the filters in the PSU if the earth tag was directly tied to - VIN and setting up an earth loop in machines (like ormerod2) where the build instructions directly tie the earth and PSU negative.

                            I've had a look at the wiring diagram and assume the capacitor C12 and resistor R1 are there to sink induced AC and DC voltages that build up on the Ethernet socket body. This would be shorted out if you had earthed the machine and linked the PSU - and earth together.

                            Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

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

                              When building my printer I took extra steps to ensure everything was grounded form the frame, to the build plate and motors. Everything is tied to earth. I also tied DC- to mains ground as well as it seemed to be recommended for safety. The only downside of that I saw discussed was the potential for creating a ground loop, especially when using the USB port.

                              https://duet3d.dozuki.com/Wiki/USB_ground_loops

                              My solution for the ground loop is to only connect to the USB port from my laptop when on battery power, which happens very rarely now that setup is complete.

                              Are there any other negatives (Pardon the pun) from connecting DC- to mains ground?

                              Z-Bot CoreXY Build | Thingiverse Profile

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

                                @phaedrux said in Grounding!:

                                When building my printer I took extra steps to ensure everything was grounded form the frame, to the build plate and motors. Everything is tied to earth. I also tied DC- to mains ground as well as it seemed to be recommended for safety. The only downside of that I saw discussed was the potential for creating a ground loop, especially when using the USB port.

                                https://duet3d.dozuki.com/Wiki/USB_ground_loops

                                My solution for the ground loop is to only connect to the USB port from my laptop when on battery power, which happens very rarely now that setup is complete.

                                Are there any other negatives (Pardon the pun) from connecting DC- to mains ground?

                                I recommend connecting DC- to mains ground, and taking appropriate precautions when using a USB connection (see https://duet3d.dozuki.com/Wiki/USB_ground_loops). If you don't then you risk getting a mild electic shock under normal conditions (see the video by Makers Muse), and a severe one if the PSU develops a fault.

                                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

                                DocTruckerundefined 1 Reply Last reply Reply Quote 1
                                • DocTruckerundefined
                                  DocTrucker
                                  last edited by DocTrucker

                                  I thought a voltage build up that was large enought to cause a safety issue on the earth would trip an RCD disabling the whole machine as soon as possible?

                                  You wouldn't use normal RCD on an AC servoed system due to the filters being designed to leak to earth, but that isn't an issue with our systems is it?

                                  Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

                                  1 Reply Last reply Reply Quote 0
                                  • DocTruckerundefined
                                    DocTrucker
                                    last edited by DocTrucker

                                    Reading up on this and I can see it is a mine field with huge learning curves on some bits if you let youself drop too deep!

                                    I had heard in the past about people worrying about the failure mode of switched power supplies causing mains on the DC out but this appears to be mitigated by an internal fuse. Float between multiple PSUs would not be great but I've commoned my PSUs.

                                    So the earth tie must be to try and stop the DC floating higher than the expected 'safe' 24VDC, but this is also potentially done internally by a similar RC circuit to that between your ethernet socket and -VIN? Tieing the earth to the -DC does potentially reintroduce the noise kicked out of the non-linear switch mode supplies to your -VDC and so screwing with your temp readings.

                                    Are there no standards that we can look for that indicate the earth is tied with an appropriate RC circuit internally and there is no additional need to tie? Is this a product of buying cheap PSUs? Or perhaps is it my PSU which needs an RC circuit because of the noise that it kicks back to the mains that is confusing me?

                                    Edit: I've made a few references to RC circuits (resistor capacitor), but apprecieate the internal circuits in the power supplies may be more complicated with over voltage shunts and transient suppression to mention a couple of things. I guess the main question is if it is safer to tie why don't the PSUs all arrive like that?

                                    Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

                                    1 Reply Last reply Reply Quote 2
                                    • DocTruckerundefined
                                      DocTrucker @dc42
                                      last edited by DocTrucker

                                      @dc42 said in Grounding!:

                                      I recommend connecting DC- to mains ground, and taking appropriate precautions when using a USB connection (see https://duet3d.dozuki.com/Wiki/USB_ground_loops). If you don't then you risk getting a mild electic shock under normal conditions (see the video by Makers Muse), and a severe one if the PSU develops a fault.

                                      Makers muse issue was no ground connection to the mains. Nothing todo with DC - to earth unless he has been nearly shocked twice?

                                      Video makers muse references:
                                      https://m.youtube.com/watch?v=3jYZDLOV4Jc

                                      Makers muse video #1:
                                      https://m.youtube.com/watch?v=Lt-0n95GvQo

                                      Makers muse video #2:
                                      https://m.youtube.com/watch?v=v1OuYg7AJjw

                                      Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

                                      1 Reply Last reply Reply Quote 1
                                      • gen2engundefined
                                        gen2eng
                                        last edited by

                                        I'm been slowly commissioning a CoreXY machine. I've been using a carbon fiber filled PETG filament for rigidity and better heat resistance. The stepper brackets are fastened securely to a 20x20 anodized aluminum frame and the steppers are fastened to brackets using the usual 3mm screws. I've not attached any bonding wires between the frame and motors.

                                        On a whim this morning after reading this thread, I check for continuity between my printer frame and the steppers and I have about 30 KOhms resistance between the body of the steppers and the mains ground. It's not highly conductive, but it's enough to be considered static dissipative and prevent a build up.

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