Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. heki
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by heki

    • hekiundefined

      Duet 3 Tool Board not resetting?

      Duet Hardware and wiring
      • toolboard reset duet3 6hc • • heki
      4
      0
      Votes
      4
      Posts
      421
      Views

      dc42undefined

      @heki said in Duet 3 Tool Board not resetting?:

      @dc42 Thanks for the reply, I figured because the LED is continuously blinking, the "board is running but does not have CAN communication with the main board". But shouldn't it momentarily stop blinking when it's being reset?

      To reset the board to default settings, have to power up the board while holding both buttons down.

      When you power up a Duet system, the LED on the tool board should blink rapidly at first, then slow down to match the blinking on the main board.

    • hekiundefined

      Ability to store and process data?

      General Discussion
      • • • heki
      11
      0
      Votes
      11
      Posts
      609
      Views

      T3P3Tonyundefined

      @heki so in rough outline the data flow is:

      read from input (SD card, USB, Network, UART etc) process (buffer, plan, step generation) step output to motors

      The difference in SBC mode for commands coming from the SBC is the input stage can be intercepted and logged/used in some way. Other than that the Duet is doing the processing and step generation.

      What exactly do you need to collect?

      Whole moves? individual steps? something in between?

      You may be able to get what you need but running a move, capturing the accelerometer data as we do already and then processing it after the fact. then running another move. After all you know the move you commanded, and you know the accelerometer response.