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

    Dual Z motor not staying together at rest

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    5
    23
    3.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.
    • dc42undefined
      dc42 administrators
      last edited by

      The Robodigg site gives minimal data on those motors, but it does say they are 1.2A motors. So you can drive two in parallel from a Duet WiFi or Duet Ethernet. I suggest a current setting of about 1.0A if you wire them in series, or 2.0A if you wire them in parallel.

      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
      • SpeedyDadundefined
        SpeedyDad
        last edited by

        Thanks for the info. If I do end up running them in parallel, do I need to change the motor assignments in the firmware as well as installing the jumpers?

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

          No firmware or configuration changes would be needed.

          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
          • SpeedyDadundefined
            SpeedyDad
            last edited by

            Thanks for your help. This is one of the reasons I bought a DuetWifi. The RAMPS board on my Ultimaker II clone is on its way out and I'll probably replace it with another DuetWifi.

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

              Actually, you will need to make one configuration change if you wire the motors in parallel, which is to double the motor current. It's the Z parameter in the M906 command in config.g.

              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
              • SpeedyDadundefined
                SpeedyDad
                last edited by

                Yup, you mentioned that above. Thanks for the reminder.

                1 Reply Last reply Reply Quote 0
                • SpeedyDadundefined
                  SpeedyDad
                  last edited by

                  Sorry, one more question. I'm thinking I need Z motors with more torque. Robotdigg sells the same setup with 60mm high torque motors. I believe they are 1.8a each. Would that still be OK for wiring them in parallel?

                  1 Reply Last reply Reply Quote 0
                  • Dougal1957undefined
                    Dougal1957
                    last edited by

                    how about these http://www.omc-stepperonline.com/3d-printer-nema-17-stepper-motor-59ncm84ozin-2a-17hs192004s-p-18.html

                    these are the same torque as the robotdigg ones and are a bit more compact but at a little more current

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

                      I don't recommend parallel connection if the motors are rated over 1.4A, because you would have to run them well below their rated current, which reduces torque.

                      With the motors connected in series, how much do they move when yo power off?

                      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
                      • SpeedyDadundefined
                        SpeedyDad
                        last edited by

                        .5" on one side when wired individually. Only about .125" when wired together but that is both sides evenly.

                        1 Reply Last reply Reply Quote 0
                        • SpeedyDadundefined
                          SpeedyDad
                          last edited by

                          Update: I bought higher torque motors (Nema17 60mm 0.65N.m high torque) for the Z axis. They are now wired individually again (not connected together. They still stall individually going up if Max speed is set to over 1800 in config.g.

                          I have the motor current for Z set to 1000. Can it be set higher?

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

                            @SpeedyDad:

                            Update: I bought higher torque motors (Nema17 60mm 0.65N.m high torque) for the Z axis. They are now wired individually again (not connected together. They still stall individually going up if Max speed is set to over 1800 in config.g.

                            I have the motor current for Z set to 1000. Can it be set higher?

                            Setting motor current to 85% of the motors maximum rating is usually thought to be a good rule of thumb.

                            30mm/sec is knocking on for the Z axis IMO. However, if you can't increase motor current, you might be able to get higher speed by reducing jerk and/or acceleration.

                            Reason for edit - typo

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

                            1 Reply Last reply Reply Quote 0
                            • SpeedyDadundefined
                              SpeedyDad
                              last edited by

                              Found out that the motors are 1.5a per phase

                              1 Reply Last reply Reply Quote 0
                              • SpeedyDadundefined
                                SpeedyDad
                                last edited by

                                DC, any thoughts on the Z motor stalling? My machine is big (almost 400mm tall build area) and I'd like the Z speed to be a little faster.

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

                                  Have you worked out whether your driver supply voltage is high enough to maintain torque up to your target speed? See https://duet3d.com/wiki/Choosing_stepper_motors#How_to_work_out_the_power_supply_voltage_you_need.

                                  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
                                  • vpundefined
                                    vp
                                    last edited by

                                    I am not sure if i understand the problem, but for me it sounds more like a “mechanically” problem than an "electrical" one.

                                    When 2 steppers move the same axis and you have also 2 e.g. linear rails, any even very small distance change between the rails or other geometry parameters can “block” a carriage or stepper very quickly.
                                    Or if one steppers is quicker than the other it tries to twist the rails, which wont work. On big CNC mills with very stiff mechanics this is a common problem.

                                    What do you use as guides and are you able to increase the mechanical clearance or reduce stiffness ?

                                    1 Reply Last reply Reply Quote 0
                                    • SpeedyDadundefined
                                      SpeedyDad
                                      last edited by

                                      @vp:

                                      I am not sure if i understand the problem, but for me it sounds more like a “mechanically” problem than an "electrical" one.

                                      When 2 steppers move the same axis and you have also 2 e.g. linear rails, any even very small distance change between the rails or other geometry parameters can “block” a carriage or stepper very quickly.
                                      Or if one steppers is quicker than the other it tries to twist the rails, which wont work. On big CNC mills with very stiff mechanics this is a common problem.

                                      What do you use as guides and are you able to increase the mechanical clearance or reduce stiffness ?

                                      This is my Z axis. it uses lead screws and vertical rods like an Ultimaker but I have them on both sides instead of just the rear. With no motors connected, they run free up and down with no binding. With the lead screws in place, the machine runs so free that one side can slide the build plate up and down easily. You can even get them (with no motors) 1/4" out of alignment and still move them up and down freely.

                                      Also, at the slower speed I have set now, it transitions from top to bottom with the build plate staying flat with relation to the machine.

                                      Edit: Just to be clear, the stall only happens on the up travel (going toward 0). Down is fine (gravity is wonderful).

                                      1 Reply Last reply Reply Quote 0
                                      • SpeedyDadundefined
                                        SpeedyDad
                                        last edited by

                                        @dc42:

                                        Have you worked out whether your driver supply voltage is high enough to maintain torque up to your target speed? See https://duet3d.com/wiki/Choosing_stepper_motors#How_to_work_out_the_power_supply_voltage_you_need.

                                        I read through that but got lost with the fact that I'm running direct drive lead screws on the Z axis. Not using belts.

                                        I'm currently at 85% of the spec 1.5a the motors are rated for. I've tried more and less with the same results.

                                        1 Reply Last reply Reply Quote 0
                                        • SpeedyDadundefined
                                          SpeedyDad
                                          last edited by

                                          One more question. When you set a value for the Z motor current, does the board provide that figure to each of the Z motors or does it divide it between them?

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

                                            If the motors are connected in series (as the two Z motor connectors on the Duet are wired) or to separate drivers, they each get that current. If they are connected in parallel, the current is divided.

                                            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
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA