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

    Adding Servo Motors To Modix Big Metter

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    6
    243
    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.
    • ShawnTexanundefined
      ShawnTexan
      last edited by

      New to Duet Reprap stuff so please forgive my ignorance. I bought a Modix big meter and to sum it up simply it sucks as a machine and support is terrible.

      Duet 2 Wifi Board
      Im adding 7 servo motors that have built in drivers and supports step dir commands. my plan is to take the 5 step dir commands coming out the expansion port and send that logic to the controllers on the motors. I need 2 other channels the 10 and 11 for the other axis. how do I enable the output on the expansion port and which pins on the connector are the correct ones for step and dir. Looks like bottom left should be pin 1 but if anyone knows for sure the pinouts it would be helpful.

      Also any other help with those who have done this as far as setting the config up to work better with servo motors.

      Im currently wiring up everything now and hope to start testing later this week once all the connectors are done. Thanks a bunch, Shawn

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

        @ShawnTexan Have a look at the documentation here:

        https://docs.duet3d.com/en/User_manual/Connecting_hardware/Motors_connecting_external

        www.duet3d.com

        ShawnTexanundefined 1 Reply Last reply Reply Quote 0
        • ShawnTexanundefined
          ShawnTexan @T3P3Tony
          last edited by

          @T3P3Tony Awesome thanks very helpful Here is the current motor config settings.
          What does the "S0" mean. If I need to remap them is it just editing the text on the right "Physical drive 0 . X1" as an example to match the axis. thanks Shawn

          ; Drives_________________________________________________________________________
          ;Main board______________________________________________________________________
          M569 P0 S0 ; Physical drive 0 . X1
          M569 P1 S1 ; Physical drive 1 . X2
          M569 P2 R-1 ; Physical drive 2 . Canceled
          M569 P3 S0 ; Physical drive 3 goes backwards. E0-Extruder.
          M569 P4 S0 ; Physical drive 4 goes forwards. E1-Extruder.
          ;Duex5 board_____________________________________________________________________
          M569 P5 S0 ; Physical drive 5 . Y
          M569 P6 S0 ; Physical drive 6 . Z1 (0,1000)
          M569 P7 S0 ; Physical drive 7 . Z2 (0,0)
          M569 P8 S0 ; Physical drive 8 . Z3 (1000,0)
          M569 P9 S0 ; Physical drive 9 . Z4 (1000,1000)

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

            @ShawnTexan S0 in M569 reverses the direction of that motor from the default.

            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

            ShawnTexanundefined 1 Reply Last reply Reply Quote 0
            • ShawnTexanundefined
              ShawnTexan @dc42
              last edited by

              @dc42 Thank you. I have the servo motor connected but its not moving from the step Dr commands. Im working with the motor vendor is there a way in the config to change the pulse output from the commands. Trying to match them to the motor. Shawn

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

                @ShawnTexan have a look at the T parameter of M569:

                https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m569-set-motor-driver-direction-enable-polarity-mode-and-step-pulse-timing

                www.duet3d.com

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