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

    Duet3D 1HCL - Closed Loop Controller Beta test

    Scheduled Pinned Locked Moved
    Hardware dev
    20
    209
    19.0k
    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.
    • MaxGyverundefined
      MaxGyver @lirwin17
      last edited by MaxGyver

      @lirwin17 Hey Louis,

      Thank you very much for our response!

      3.1 The tuning maneuver appears to be successful.

      G90                 	; absolute positioning
      G1 Y250 X100 U300 F3000 ; Move to a known-safe position
      M400                	; Wait for the move to complete
      G4 P500             	; Wait for the motor to settle
      M569 P50.0 D4       	; Turn closed loop back on
      M569.6 P50.0 V31    	; Perform a tuning maneuver
      

      3.2 I stuck to the standard PID values at first. I have just tried to change R value. It changes the frequency of the vibration very noticeably. The axis is moving now. But it still has very strong oscillations.

      M569.1 P50.0 S0 T2 C2.5 E10:20 R10 I0 D0
      

      One more thing: What is the maximum distance/cable length between board and motor that you would recommend? My gut tells me that my 1 m cable might not be the best idea. 🤔

      Cheers
      Max

      lirwin17undefined dc42undefined 2 Replies Last reply Reply Quote 0
      • lirwin17undefined
        lirwin17 @MaxGyver
        last edited by

        @maxgyver

        Okie dokie, let's take a closed look at what it's doing. Now that the closed loop plugin should be public, please could you install that (see the getting started instructions).

        Once it is installed, please could you use the following settings (but select whichever driver you are using): 2ee478b7-1d4d-46e9-bc7c-f4246f205f66-image.png

        And then whilst the drive is oscillating, please press record 🙂
        Once that's done, you can find the file in the closed-loop directory in the system directory of your mainboard:5ecfcacd-fe9a-473a-b6ed-20e97a51df33-image.png
        Please could you attach that csv file here and I'll have a look.

        WRT cable length, this may be the problem - with the recording we'll be able to see if the raw encoder reading is particularly noisy, as this may be causing the problems you're having.
        @dc42 might be best placed to comment on this, but I would imagine it's much better to have a long CAN cable so the wires to the motor can be as short as possible, as opposed to vice-versa.

        MaxGyverundefined 1 Reply Last reply Reply Quote 0
        • MaxGyverundefined
          MaxGyver @lirwin17
          last edited by

          @lirwin17

          Hey,

          I have installed the closed loop plugin, but I can not start it. The "Start" button is greyed out" I have also tried installing alpha 0.1 with the same result. I have uninstalled all other plugins, reloaded the web interface, power cycled...

          lirwin17undefined 1 Reply Last reply Reply Quote 0
          • lirwin17undefined
            lirwin17 @MaxGyver
            last edited by

            @maxgyver Hmm that's strange, which version of DWC are you using? You can find out by going to the General settings tab:c180a275-48d0-46cf-a527-46b6215a4b6d-image.png

            MaxGyverundefined 1 Reply Last reply Reply Quote 0
            • MaxGyverundefined
              MaxGyver @lirwin17
              last edited by

              @lirwin17 I am using Duet Web Control 3.4.0-b3

              Cheers
              Max

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

                @maxgyver said in Duet3D 1HCL - Closed Loop Controller Beta test:

                One more thing: What is the maximum distance/cable length between board and motor that you would recommend? My gut tells me that my 1 m cable might not be the best idea.

                If the cable is that long then I recommend that you use shielded cable for the encoder. Otherwise it's quite likely that the cable will pick up interference from the stepper motor wires.

                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
                • lirwin17undefined
                  lirwin17 @MaxGyver
                  last edited by

                  @maxgyver said in Duet3D 1HCL - Closed Loop Controller Beta test:

                  @lirwin17 I am using Duet Web Control 3.4.0-b3

                  That should be fixed now 👍
                  Please could you re-dowload the 0.2-alpha release of the plugin, uninstall the previous plugin, and then install the new one. With any luck that should have fixed the issue. 🙂

                  MaxGyverundefined 1 Reply Last reply Reply Quote 1
                  • MaxGyverundefined
                    MaxGyver @lirwin17
                    last edited by MaxGyver

                    @dc42 I replaced my encoder cable with a shielded one (about one meter in length). Now the vibration/noise are gone. EDIT: Nope sry, when I run a calibration maneuver (M569.6 P50.0 V31) the erratic movement of the motor is still present, independent of cable length or shielding.

                    BTW. how do I invert the motor direction on the 1HCL, the S variable of M569.1 does nothing for me...

                    @lirwin17 The plugin is working now.

                    DataChart.PNG
                    Closed loop data record.csv

                    The motor is holding the position, but the axis is not mooving.

                    Cheers Max

                    lirwin17undefined 1 Reply Last reply Reply Quote 0
                    • TLASundefined
                      TLAS @T3P3Tony
                      last edited by

                      @t3p3tony
                      I’m very interested to see where this goes! Great focus are for new board development.

                      Are there any plans to release a full Duet 3 version or expansion boards (3 motors) eventually? The build I’m currently working on has 11 motors on it and I’m using a main board and 2 expansion (3 motor) boards to simplify wiring. I’d consider upgrading to closed loop steppers, but 11 daisy-chained boards is a bit much on the wiring and mounting side.

                      T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                      • lirwin17undefined
                        lirwin17 @MaxGyver
                        last edited by

                        That's perfect, thankyou @maxgyver

                        BTW. how do I invert the motor direction on the 1HCL, the S variable of M569.1 does nothing for me...

                        Do you mean in open-loop or closed loop mode? I assume in open loop mode if you haven't managed to get closed loop working yet?
                        If that's the case, then the command to use is M569 with the S variable. (Not M569.1 as in your message 😉)

                        The motor is holding the position, but the axis is not mooving.

                        Ah! I think I know why now! Looking at the data you've sent, the relationship between raw encoder reading and step phase seems to be off.
                        The firmware used to require you to specify Pulse Per Revolution (PPR) instead of Count Per Revolution (CPR) (Where PPR = 4 * CPR). However this was changed, and the docs updated. Looking at your data, it looks like the firmware you're using is expecting PPR, whereas the docs have told you to input CPR.
                        I'll investigate getting a more recent version of the firmware to you without you having to build it from source yourself, but for now, we can just specify your CPR in PPR:

                        From your M569.1 P50.0 S0 T2 C2.5 E10:20 R100 I0 D0, you have a C value of 2.5. This must mean that your original CPR was 2.5*200=500. (Where 200 comes from 360÷1.8, as the datasheet you linked to gives a step angle of 1.8 degrees).

                        Knowing that your CPR is 500, your PPR must be 500*4=2000

                        So the required value for C is given by 2000 ÷ 200 = 10

                        tl;dr: Your M569.1 command should be M569.1 P50.0 T2 C10 E10:20 R100 I0 D0

                        Give that a go and let me know how you get on
                        If it still doesn't work, please could you send another data file after modifying the C value 🙂

                        MaxGyverundefined 1 Reply Last reply Reply Quote 0
                        • T3P3Tonyundefined
                          T3P3Tony administrators @TLAS
                          last edited by

                          @tlas Its under consideration but would require a different method in hardware to read the encoders.

                          www.duet3d.com

                          TLASundefined 1 Reply Last reply Reply Quote 0
                          • TLASundefined
                            TLAS @T3P3Tony
                            last edited by

                            @t3p3tony
                            Might be a side note here, but could you look into supporting Servo motors as well (and maybe call it the “Duet 4 CNC”). I think there’s a good market capacity there in sales if you have a better integrated CNC solution than something like SmoothStepper. It would mean taking on more development scope, but I know it’s been a growing segment within the existing duet board users. As E3D and others are perusing, it’s looking like a hybrid CNC-Mill and 3D printer combos are the ‘next big thing’ in the 3D printing world.

                            Anyway, just a thought. The closed loop capability seems like it’s 70% of the way there anyway.

                            1 Reply Last reply Reply Quote -1
                            • MaxGyverundefined
                              MaxGyver @lirwin17
                              last edited by

                              @lirwin17 With the new C value the vibration is gone, but now the tuning maneuver reports "incorrect polarity of the driver". In open loop mode, all axes are moving as they should.

                              DataChart2.PNG

                              lirwin17undefined 1 Reply Last reply Reply Quote 0
                              • lirwin17undefined
                                lirwin17 @MaxGyver
                                last edited by

                                @maxgyver okie dokie. Looking at your raw encoder reading (the black line) it seems to be a bit all over the place. I think the next thing to check is that the encoder is doing what we think it should be doing.
                                I think we've both got 500 CPR from the datasheet, but I must admit the wording of it in there is a bit confusing to me:

                                impulse/turn: 500

                                So unless you know any differently, I think it would be good to investigate if the CPR really is 500.

                                Please could you run M122 B50 and then look for the Closed loop enabled: ... line. You should see a position value on there. Take a note of that, then manually move the motor ~1 full revolution (you can should disconnect the motor from the board to be safe from back EMF), then do the same again. This value is in PPR, so we should expect the value to increase by around 2000.

                                For example, my motor has a CPR of 1000 (so a PPR of 4000). When I do this, I get:

                                Closed loop enabled: yes, live status: 0x4, encoder type rotaryQuadrature, pre-error threshold: 10.000000, error threshold: 50.000000, reverse polarity: no, tuning: 0, tuning error: 0x1f, position -13572, raw count = 51964, collecting data: no

                                Closed loop enabled: yes, live status: 0x4, encoder type rotaryQuadrature, pre-error threshold: 10.000000, error threshold: 50.000000, reverse polarity: no, tuning: 0, tuning error: 0x1f, position -9633, raw count = 55903, collecting data: no

                                13572-9633 = 3939 ~= my 4000 PPR
                                [When you do this, we should expect to see ~2000 PPR]

                                MaxGyverundefined 1 Reply Last reply Reply Quote 0
                                • MaxGyverundefined
                                  MaxGyver @lirwin17
                                  last edited by

                                  @lirwin17 This is very strange, after disconnecting the N Pin from the encoder input I get the difference of 2000 for the position value when the motor shaft is turned one revolution. When the N pin is connected, it's around 3(+-1) 🙄

                                  Encoder Pulse.PNG

                                  T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                                  • T3P3Tonyundefined
                                    T3P3Tony administrators @MaxGyver
                                    last edited by

                                    @maxgyver the index - N or Z pin is not needed right now so i would proceed using the encoders without it.

                                    www.duet3d.com

                                    MaxGyverundefined 1 Reply Last reply Reply Quote 0
                                    • MaxGyverundefined
                                      MaxGyver @T3P3Tony
                                      last edited by MaxGyver

                                      @t3p3tony Okay, this is the data chart with the N-pin disconnected

                                      DataChart3.PNG

                                      lirwin17undefined 1 Reply Last reply Reply Quote 0
                                      • lirwin17undefined
                                        lirwin17 @MaxGyver
                                        last edited by

                                        @maxgyver

                                        after disconnecting the N Pin from the encoder input I get the difference of 2000 for the position value when the motor shaft is turned one revolution. When the N pin is connected, it's around 3(+-1)

                                        That is very strange 🤔 Yeah, as Tony suggests that pin isn't required at the moment so I'd just leave it disconnected.

                                        this is the data chart with the N-pin disconnected

                                        That looks a lot better - the step phase is closely tracking the desired step phase. Is it passing tuning now? If not, there is still a fair degree of error between the two lines at points. I've often found I can decrease this error by increasing the motor current. Is your motor current set to the maximum for your motor? If not, try increasing it and see if it brings the step phase/desired step phase closer together.

                                        MaxGyverundefined 1 Reply Last reply Reply Quote 0
                                        • MaxGyverundefined
                                          MaxGyver @lirwin17
                                          last edited by

                                          @lirwin17 said in Duet3D 1HCL - Closed Loop Controller Beta test:

                                          Is it passing tuning now?

                                          Yes, it is passing the tuning. Sometimes tuning reports "incorrect polarity of the driver" first and then passes on the second try.

                                          Is your motor current set to the maximum for your motor? If not, try increasing it and see if it brings the step phase/desired step phase closer together.

                                          Changing the current doesn't make much of a difference.

                                          Cheers
                                          Max

                                          MaxGyverundefined 1 Reply Last reply Reply Quote 0
                                          • MaxGyverundefined
                                            MaxGyver @MaxGyver
                                            last edited by MaxGyver

                                            @maxgyver

                                            Okay, this is what I have tried so far:

                                            • Quadruple checked my wiring, tried different encoder cables (long, short, with and without shielding/grounding.)
                                            • Confirmed the CCP/PPR by turning the shaft by hand (motor disconnected) and checking the position results with M122 B50
                                            • Disconnected all other CAN-Boards from the printer
                                            • Disabled Input shaping
                                            • Tried with a second 1HCL board
                                            • Tested with a different motor

                                            The Step Phase and desired step phase plot is still all over the place.

                                            Step phase_desired step phase.png

                                            I have tried tuning the motor. But I get stuck at the derivative value that does not really influence the graph.

                                            R70 I0 D0
                                            R70 I0 D0.png
                                            R70 I0 D0.3
                                            R70 I0 D0.3.png

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