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

    Issues with motors..... Don't move

    Scheduled Pinned Locked Moved
    General Discussion
    7
    52
    6.4k
    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 @peirof
      last edited by

      @peirof said in Issues with motors..... Don't move:

      Hi,

      An idea it's make a Soft reset... How would the procedure?

      Sending M999 causes a software reset.

      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

      peirofundefined 1 Reply Last reply Reply Quote 0
      • peirofundefined
        peirof @dc42
        last edited by

        @dc42 Ok... Later try... Exist, in Duet, a Hard reset?

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

          @peirof said in Issues with motors..... Don't move:

          M558 P8 I1 R0.4 F500 X0 Y0 Z0; M558 P8 I1 R1 F300 X0 Y0 Z0 H2 / M558 P5 I1 R0.4 F300 H5 X0 Y0 Z0 T2400

          I could be way of the mark here but in this line
          M558 P8 I1 R0.4 F500 X0 Y0 Z0; M558 P8 I1 R1 F300 X0 Y0 Z0 H2 / M558 P5 I1 R0.4 F300 H5 X0 Y0 Z0 T2400

          is the semicolon directly after the Z0 ok or does it need a space in there?

          Doug

          peirofundefined 1 Reply Last reply Reply Quote 0
          • peirofundefined
            peirof @Dougal1957
            last edited by

            @dougal1957

            i am not sure, but think this is not the problem, the printer has been working with these config.g, months....

            1 Reply Last reply Reply Quote 0
            • peirofundefined
              peirof
              last edited by peirof

              Well....eeee, not, bad.

              I have do the test i have comented, soft reset and with a new MicroSD, reinstall printer.... and the same.

              ALL WORKS (HEATERS, TERMISTORS, ENDSTOPS, ZPROBE,....) MINUS STEPPERS MOTORS

              Only rest, think, is test of drivers of Duet, think TMC2660, are working ok...

              How can test this point?
              Its strange that all drivers goes off at the same time. Why?
              Something more to test?

              These look bad....

              Now i have no ideas.....

              @dc42, please HELP!!!!!!!!!!!!!!

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

                Please verify the following:

                1. When you power up the Duet, initially it is possible to move the carriages of your printer by hand (slowly!), because the motors are not energised.

                2. If you send the following commands:

                G91
                G1 S2 X-10

                then the X motor does not move.

                1. After sending those commands, the X carriage is difficult to move (because there is current in the X motor). But the Y and Z carriages are still easy to move.

                2. Sending this;

                G91
                G1 S2 Y-10

                doesn't make the Y motor move, but does lock the Y motor.

                1. Sending this;

                G91
                G1 S2 Z-10

                doesn't make the Z motor move, but does lock the Z motor.

                1. After sending these commands, there are no error messages reported in the GCode console.

                Is all of that correct?

                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

                peirofundefined jobesynoob1234undefined 2 Replies Last reply Reply Quote 0
                • peirofundefined
                  peirof @dc42
                  last edited by

                  @dc42

                  No, it is not correct.

                  The motors ever, after send the gcode (G1 S2 X-10 or G1 S2 Y-10 or G1 S2 Z-10), are smooth to move, are not energiced....

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

                    @peirof said in Issues with motors..... Don't move:

                    The motors ever, after send the gcode (G1 S2 X-10 or G1 S2 Y-10 or G1 S2 Z-10), are smooth to move, are not energiced....

                    In that case, I think there may be a problem with the ENN signal that goes from the processor to all the drivers. This signal is also present on the expansion connector (see the label underneath for which pin it is). You could measure the voltage between it and ground (which you can connect to on any endstop connector) using a multimeter. With USB power only applied, it should be at +3.3V. When VIN power is applied, it should drop to 0V, which enables the drivers.

                    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
                    • peirofundefined
                      peirof
                      last edited by

                      Hi,

                      If I did not understand wrong, the procedure would be:

                      1- Disconnect, Duet3d Board, from power.
                      2- Connect Duet3d, with the USB cable to a PC.
                      3- I check the voltage, in the expansion module, between the pins, pin 28 (ENN) and pin 2 (GND).
                      4- With Duet3d Board, WITHOUT ELECTRIC CURRENT but with the USB connected, the reading on the voltage meter would have to be 3.3V.
                      5- I turn on the PSU, as soon as I turn it on, the voltage should drop to 0.0V.

                      Okay?

                      1 Reply Last reply Reply Quote 0
                      • peirofundefined
                        peirof
                        last edited by peirof

                        Hi,

                        tests do its.... i send images.

                        ONLY WITH USB TO LAPTOP

                        0_1547018472805_2019_01_09 - With USB only.jpg

                        WITH TLM PSU ON

                        0_1547018558930_2019_01_09 - With PSU On.jpg

                        Something its wrong. No?. But what.... and.... WHY?

                        1 Reply Last reply Reply Quote 0
                        • peirofundefined
                          peirof
                          last edited by

                          Some tips for I can do?

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

                            What did you mean by this in your earlier response:

                            i send by console G91 and after G1 S2 X10.... and axis stiff, the same with Y and Z

                            I unerstood that to mean that after you sent G1 S2 X10, the axis became harder to move by hand. But more recently you said:

                            The motors ever, after send the gcode (G1 S2 X-10 or G1 S2 Y-10 or G1 S2 Z-10), are smooth to move, are not energiced....

                            Which is correct?

                            Is this Duet still within the warranty period? (as of when you first reported this issue).

                            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

                            peirofundefined 1 Reply Last reply Reply Quote 0
                            • peirofundefined
                              peirof
                              last edited by peirof

                              The axis are smooth... Its easy move(after command move it)... Sorry for my english, Its not very good

                              1 Reply Last reply Reply Quote 0
                              • peirofundefined
                                peirof @dc42
                                last edited by

                                @dc42 said in Issues with motors..... Don't move:

                                Is this Duet still within the warranty period? (as of when you first reported this issue).

                                hi,

                                this is complicated....

                                The first time I bought the Duet board, it was this:

                                Order ID: 1957
                                Date Added: 10/08/2017

                                and, in the middle of last year, it was changed, by a Duet 2 board, since the original, stopped working. The exact date I can not find it.

                                And this second unit is the one that has stopped working.

                                SUMMARY:

                                • The original purchase was made on 10/8/2017
                                • The current unit, installed in the middle of last year, I can not find the date
                                1 Reply Last reply Reply Quote 0
                                • peirofundefined
                                  peirof
                                  last edited by

                                  Please... i am waiting instructions

                                  What can i do?

                                  1 Reply Last reply Reply Quote 0
                                  • peirofundefined
                                    peirof
                                    last edited by

                                    Well....

                                    I think, Duet 2 its dead.... i d'like buy another board.... but i have some questions:

                                    • I have see, there is a Spanish retailer, BricoGeek. The product in the retailer its Duet Wifi, but the specifications seems DUET 2 Wifi. Can anyone check this? What model its.
                                    • I suppose, that i buy the board in these retailer, BricoGeek, follow using the official support and use of this forum.
                                    • In the e-shop, the image seems have 2 fuse in board, my actual Duet2, only have one. Why? (In web refer as 1.04 version)
                                    • And the most important.... WHY MY ACTUAL DUET, its partial dead. If i dont know why its dead,... there is a lot of possibilities that the new unit deads again for the same problem......
                                    1 Reply Last reply Reply Quote 0
                                    • dc42undefined
                                      dc42 administrators
                                      last edited by dc42

                                      Duet WiFi and Duet 2 WiFi are the same thing. We added the 2 to distinguish the Duet WiFi/Ethernet/Maestro from the generation 1 boards (Duet 06, Duet 085).

                                      In line with our policy of continuous improvement, we've gone through several PCB revisions to make minor improvements, to better work with evolving usage patterns. See https://duet3d.dozuki.com/Wiki/Hardware_Overview#Section_PCB_revision_history for the details.

                                      Your Duet is well out of warranty, but if you want to send it to me then I will attempt to diagnose the fault, tell you what I think may have caused it, and see if a repair is possible.

                                      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
                                      • peirofundefined
                                        peirof
                                        last edited by

                                        Hi,

                                        For test purposes....

                                        With only a USB wire conected... Duet its capable of move stepper motors? Or need a 24v Psu conected?

                                        1 Reply Last reply Reply Quote 0
                                        • peirofundefined
                                          peirof
                                          last edited by

                                          Hi

                                          One doubt... In Duet 2,rev 1 03.... Fuse in board. What components protect?

                                          1 Reply Last reply Reply Quote 0
                                          • peirofundefined
                                            peirof
                                            last edited by

                                            Hi,

                                            While I was packing the Duet 2 plate (rev 1.3) for send us, I think I've seen the problem ..... I do not know how I have not noticed before, because it seems VERY obvious.

                                            The E0 driver is burned ...

                                            Duet 2 1_3 Photo Sttepers A.jpg

                                            Duet 2 1_3 Photo Sttepers B.jpg

                                            Now the theme is to know why, so as not to repeat it.

                                            Any idea why?

                                            If you do not tell me otherwise, upon discovering this evidence, I will send you the plaque tomorrow morning.

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