Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    problems while probing

    Tuning and tweaking
    3
    16
    130
    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.
    • Veti
      Veti @peterartechno last edited by

      @peterartechno said in problems while probing:

      Duet wifi 2.03

      that doesnt exist.

      post you config.

      possible differences could be speed of the z axis.

      1 Reply Last reply Reply Quote 0
      • peterartechno
        peterartechno last edited by

        Sorry, duet web control 2.07

        config.g

        Here is my config.g file.

        Veti 1 Reply Last reply Reply Quote 0
        • peterartechno
          peterartechno last edited by

          I found that in config, my max speed is limited to F180, while the X-home and Y-home use F6000. That works fine. In my config.g file I use F180, is that not good?

          1 Reply Last reply Reply Quote 0
          • peterartechno
            peterartechno last edited by

            @Veti

            Did you find anything in the onfig.g file hat might explain the problem?

            1 Reply Last reply Reply Quote 0
            • Veti
              Veti @peterartechno last edited by

              @peterartechno said in problems while probing:

              duet web control 2.07

              the correct version dwc is 3.1.1 for firmware version 3.1.1

              i dont have external stepper motors but i was always under the impression that you need to configure the timing for them
              something like this (this depends on the stepper driver used,)
              M569 P5 T2.5:2.5:5:0

              jay_s_uk 1 Reply Last reply Reply Quote 1
              • jay_s_uk
                jay_s_uk @Veti last edited by

                yes, the timings need setting for them.
                Which external drivers are you using?

                Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                1 Reply Last reply Reply Quote 1
                • peterartechno
                  peterartechno last edited by peterartechno

                  @jay_s_uk

                  I am using ES-D808 external stepper drivers with Nema32 stepper drivers ( a closed-loop system).

                  The weird thing is that the left axis is not working, but the right one has no problems. This made me think that that was not the problem, the timing

                  1 Reply Last reply Reply Quote 0
                  • Veti
                    Veti last edited by

                    http://www.leadshine.com/uploadfile/down/es-d808d_v0.1.1.pdf

                    For reliable response, pulse width should be longer than 2.5μs.
                    , DIR signal should be ahead of PUL signal by 5μs

                    1 Reply Last reply Reply Quote 1
                    • jay_s_uk
                      jay_s_uk last edited by

                      @peterartechno said in problems while probing:

                      ES-D808

                      yea, as @Veti says
                      you'll definitely need timings on those. you may think they are fine but then you'll have movement issues just like you're seeing.
                      I also use similar external drivers and definitely need timing to get consistent results.
                      You'll need M569 T2.5:2.5:5:5 on each driver thats external

                      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                      1 Reply Last reply Reply Quote 1
                      • peterartechno
                        peterartechno last edited by

                        Thanks! Do I need to change the M569 T2.5:2.5:5:5 to something like T2.6:2.6:65:5?

                        Where in the config.g file do I put this?

                        Veti jay_s_uk 2 Replies Last reply Reply Quote 0
                        • Veti
                          Veti @peterartechno last edited by

                          @peterartechno
                          append T2.5:2.5:5:5 to the existing M569 entries

                          try with that for now

                          1 Reply Last reply Reply Quote 1
                          • jay_s_uk
                            jay_s_uk @peterartechno last edited by

                            @peterartechno try out with the M569 timings I gave you above. that should be ok. Worst case you could add half a microsecond but I dont think it would be needed.
                            I would guess that your current M569 commands looks something like

                            M569 P0 S0
                            

                            change to

                            M569 P0 S0 T2.5:2.5:5:5
                            

                            You only need to do this to the drive numbers that are the external drives

                            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                            1 Reply Last reply Reply Quote 1
                            • peterartechno
                              peterartechno last edited by

                              @jay_s_uk
                              Thanks

                              I use 2 X-motors, 1 Y-moor and 2 Z-motors, all with external stepper drivers but that particular one is the only one with problems. I am going to try it right now!

                              Veti 1 Reply Last reply Reply Quote 1
                              • Veti
                                Veti @peterartechno last edited by

                                @peterartechno

                                do add it to all the external drivers. it will save you headache in the long run

                                1 Reply Last reply Reply Quote 2
                                • peterartechno
                                  peterartechno last edited by

                                  @Veti @jay_s_uk

                                  Thank you so much! It worked! Finally worked out the problem I encountered weeks ago!
                                  You have both made my day

                                  kind regards,

                                  Peter

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