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

    Vivedino Troodon Board (non-working w/RRF >=3.1).

    Scheduled Pinned Locked Moved Solved
    Other control boards
    9
    39
    3.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.
    • oliofundefined
      oliof
      last edited by

      To make it clear @gloomyandy: While I get the phase mismatch error in the console, the driver does not report open load state in M122. That is what you were looking for?

      <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

      gloomyandyundefined 1 Reply Last reply Reply Quote 0
      • gloomyandyundefined
        gloomyandy @oliof
        last edited by

        @oliof I was expecting to see it in the m122 output, but there is a lot of "filtering" going on for this condition (motor, current, step speed, must be reported constantly over time), so it's hard to be sure. I've had a good luck at the changes since V3.0 and I can't see anything obvious that would result in what you are seeing.

        oliofundefined 1 Reply Last reply Reply Quote 0
        • oliofundefined
          oliof @gloomyandy
          last edited by

          @gloomyandy I've been spelunking in Platform.cpp and the TMC2660 driver code (in vimdiff between 3.0 and 3.1.0), and nothing jumps immediately out at me that would explain this behavior. There are some changes about the setting and resetting of status bits that may be related, but my C++ knowledge is likely not good enough to see the subtlety that likely causes this failure. Best guess is, it's something about the changed driver initialization, maybe even the missing 10 millisecond pause that's still in 3.0 but was dropped in 3.1 ... I may just add that back, recompile and see if it helps.

          <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

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

            @oliof where in the code was this 10ms pause?

            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

            oliofundefined 1 Reply Last reply Reply Quote 0
            • oliofundefined
              oliof @dc42
              last edited by

              @dc42 it's possible I've been confused by vimdiff's output, I will need to re-check what I saw last night ... When I'm back home later today. Sorry for the confusion; I am still trying to understand what's going on...

              <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

              oliofundefined 1 Reply Last reply Reply Quote 0
              • oliofundefined
                oliof @oliof
                last edited by

                @dc42 microseconds, not milliseconds -- sorry for the mixup. In src/Movement/StepperDrivers/TMC2660.cpp; line 1030 in the 3.0 release. The whole driver bringup has been significantly changed between 3.0 and 3.1. My gut says it's a likely candidate to dig into since the failure happens on first move attempt.

                <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

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

                  @oliof I suspect the problem may be caused by the code in the new driver that checks the microstep position and adjusts it to be zero before it enables the driver. This code should be disabled for drivers that have been disabled. I will look at implementing than in the next 3.4beta.

                  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

                  oliofundefined 1 Reply Last reply Reply Quote 2
                  • oliofundefined
                    oliof @dc42
                    last edited by oliof

                    @dc42 I do have a Duet2Wifi with a blown driver (E0, so driver 3 IIRC). I never upgraded that board to RRF3, and had packed it away to send for repairs. I hadnot gotten around to sending this board out, so I was able to do a comparison with the Troodon board.

                    In the simple test bench setup with one stepper connected to driver 0 (X), this board does not exhibit the same failure mode as the Troodon board. In fact, it just works without any complaints.

                    Of course this might be because there actually are traces and resistors on the board for this driver (or the driver is only partially broken instead of completely missing), so the behavior of the overall board could very well be different.

                    Since I noticed you got the change landed already, I'll see that I get my build environment up and running again for a (hopefully) quick build and feedback cycle.

                    <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                    oliofundefined ccollinscjundefined 2 Replies Last reply Reply Quote 0
                    • oliofundefined
                      oliof @oliof
                      last edited by oliof

                      @dc42 looks like my build environment was in good enough shape that I could build the latest 3.4-dev checkout -- and I can confirm the issue is resolved. I now get a move out of the motor without errors.

                      <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                      o_lampeundefined tak21undefined 2 Replies Last reply Reply Quote 4
                      • o_lampeundefined
                        o_lampe @oliof
                        last edited by

                        @oliof I tried to find their TMC2660 drivers sold separately, but computer says NO
                        Would be cool to add them as driver 10+11 to a Duet2. For now we can only use external drivers without SPI on the CONN_LCD pins.

                        jay_s_ukundefined oliofundefined 2 Replies Last reply Reply Quote 0
                        • jay_s_ukundefined
                          jay_s_uk @o_lampe
                          last edited by

                          @o_lampe won't these do? https://www.digikey.co.uk/en/products/detail/trinamic-motion-control-gmbh/TMC2660-BOB/8037672

                          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

                          o_lampeundefined 1 Reply Last reply Reply Quote 0
                          • o_lampeundefined
                            o_lampe @jay_s_uk
                            last edited by

                            @jay_s_uk Theoretically yes, but are they built for 24/7 stress? They aren't exactly cheap either...

                            1 Reply Last reply Reply Quote 0
                            • oliofundefined
                              oliof @o_lampe
                              last edited by

                              @o_lampe you can buy the drivers directly from them, choose the driver as the purchase option on https://www.formbot3d.com/products/troodon-mother-board-and-touch-screen

                              <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                              oliofundefined 1 Reply Last reply Reply Quote 1
                              • oliofundefined
                                oliof @oliof
                                last edited by

                                @o_lampe please note that these are not stepstick compatible drivers! So they won't fit onto a BTT MOT board. You'll need to spin your own bigfoot compatible board or wire them up directly.

                                <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                                o_lampeundefined 1 Reply Last reply Reply Quote 0
                                • o_lampeundefined
                                  o_lampe @oliof
                                  last edited by

                                  @oliof The biggest question is, whether we could add them to the SPI bus or not? It would be nice to have an adapter board on the CONN_LCD connector, like it existst for Maestro and D3Mini.

                                  1 Reply Last reply Reply Quote 0
                                  • tak21undefined
                                    tak21 @oliof
                                    last edited by

                                    @oliof I recently got a Troodon v2 and wanted to go beyond RRF 3.0 - which is not possible. Now your post says you had success with 3.4? I am in no means skilled enough to try this but if I understand your post, there is hope that I can - sometimes in the hopeful near future - upgrade to 3.4?

                                    PCRundefined 1 Reply Last reply Reply Quote 0
                                    • PCRundefined
                                      PCR @tak21
                                      last edited by

                                      @tak21 you can Just use 3.4 Beta 5?

                                      tak21undefined 1 Reply Last reply Reply Quote 1
                                      • tak21undefined
                                        tak21 @PCR
                                        last edited by

                                        @pcr oh well ... why should it be so easy (...) THX I will try that 🙂

                                        1 Reply Last reply Reply Quote 0
                                        • ccollinscjundefined
                                          ccollinscj @oliof
                                          last edited by

                                          @oliof what does IIRC stand for?

                                          1 Reply Last reply Reply Quote 0
                                          • oliofundefined
                                            oliof
                                            last edited by

                                            "if I recall correctly"

                                            <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

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