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

    duet4/5... -> high-speed sd-socket

    Scheduled Pinned Locked Moved
    Hardware wishlist
    3
    5
    229
    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.
    • A Former User?
      A Former User
      last edited by A Former User

      Hi,
      would in the future a higher speed working duet4 or 5 maybe benefit from a high-speed sd-socket connection so that machines like a laser (which can work really super fast) or e.g. also the "simulation-time" for printing/milling/lasering/penceling/whatever be improved or is the bottleneck e.g. for simulation the algorithms on the cpu and or the clockspeed?
      Just wondering... (this might be more an educational thing then a real wishlist thing)

      Vetiundefined 1 Reply Last reply Reply Quote 0
      • Vetiundefined
        Veti @A Former User
        last edited by

        @LB

        duet3 with rp4 will offer high speed.

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

          All Duets already use a high speed SD card interface. The factor that limits read and write speeds is the amount of memory available for use as buffer RAM. SD cards only maintain high sustained transfer speeds when reading/writing large blocks of data, as happens when they are used in cameras.

          M122 shows the SD card transfer speed in Mbytes/sec.

          I have done some work in RRF 3.2beta3 which I hope will make simulations faster, and I can probably do more to speed them up too.

          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

          A Former User? 1 Reply Last reply Reply Quote 0
          • A Former User?
            A Former User @dc42
            last edited by A Former User

            @dc42
            Thanks so much - always learning ๐Ÿ™‚
            Interesting! Looking forward for 3.2 alpha! Fast enough for me now anyway ๐Ÿ™‚ but of course prints will get bigger and so over the next time I hope (original thought was for a future generation of hardware - didnยดt know that you were already on to it via RRF and more...)
            (for folks reading so far you might just like to check out the other side e.g. this https://www.youtube.com/watch?v=5nszCrXb-7I for sd-cards (performance & comparison) ๐Ÿ™‚ what helped me)

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

              The RPi has far more RAM than a Duet so it can use very large buffers. Also it has a disk cache, so not all reads/writes involve a transfer to the SD card (writes will eventually go to the SD card, but depending on the test they may not complete until after the test has finished).

              This is why uploading GCode files over Ethernet to a Pi+DSF+Duet is faster than uploading them directly to the Duet.

              On the Duet 3 series we have some scope for improving the upload speed, due to the extra RAM compared to Duet 2. But I have more important things to work on before I address this.

              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