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

    Crying stepper motors

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    4
    28
    1.1k
    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.
    • jason0607undefined
      jason0607 @Rushmere3D
      last edited by

      @rushmere3d Error: M98: control character in string

      Rushmere3Dundefined 1 Reply Last reply Reply Quote 0
      • Rushmere3Dundefined
        Rushmere3D @jason0607
        last edited by

        @jason0607

        M98 P"config.g"
        

        Didn't work?

        I'm out of ideas if your still having issues I'm sorry to say.

        Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

        jason0607undefined 1 Reply Last reply Reply Quote 0
        • jason0607undefined
          jason0607 @Rushmere3D
          last edited by

          @Rushmere3D What would be the settings for my motor?

          Rushmere3Dundefined 1 Reply Last reply Reply Quote 0
          • jason0607undefined
            jason0607 @Rushmere3D
            last edited by

            @rushmere3d M98 P"config.g"
            HTTP is enabled on port 80
            FTP is disabled
            TELNET is disabled
            Error: Failed to initialise thermocouple: bad response from sensor
            Warning: Sensor number 0 has not been defined

            1 Reply Last reply Reply Quote 0
            • Rushmere3Dundefined
              Rushmere3D @jason0607
              last edited by

              @jason0607 You mean in relation to the settings I posted? It's totally dependent on your setup, what printer is it?

              Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

              jason0607undefined 1 Reply Last reply Reply Quote 0
              • jason0607undefined
                jason0607 @Rushmere3D
                last edited by

                @rushmere3d I only have a Duet3Mini5+ Ethernet Board and the steppermotor 103-H5210-4240 / NEMA17 / Flansch 42mm / 1A / 51 Ncm

                Rushmere3Dundefined 1 Reply Last reply Reply Quote 0
                • Rushmere3Dundefined
                  Rushmere3D @jason0607
                  last edited by

                  @jason0607 So are you saying this is just setup on a bench? It's not an actual printer?

                  Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                  jason0607undefined 1 Reply Last reply Reply Quote 0
                  • jason0607undefined
                    jason0607 @Rushmere3D
                    last edited by

                    @rushmere3d Yes

                    Rushmere3Dundefined droftartsundefined 2 Replies Last reply Reply Quote 0
                    • Rushmere3Dundefined
                      Rushmere3D @jason0607
                      last edited by

                      @jason0607 I can't really help then, I'm not sure I understand what issue you are having.

                      What are you trying to achieve? What command are you sending to make the motor move?

                      Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                      1 Reply Last reply Reply Quote 0
                      • droftartsundefined
                        droftarts administrators @jason0607
                        last edited by

                        @jason0607 Your motors are quite high resistance at 4.8ohms and high inductance at 9.5mH. It may not be possible to drive them very fast, though they should have a good amount of torque. See https://docs.duet3d.com/User_manual/Connecting_hardware/Motors_choosing#inductance

                        The high resistance/inductance may be contributing to 'coil whine', which is what I expect you mean by your motor 'crying'. Do they do this all the time, when moving and when stationary, once powered up? Does the movement seem smooth when it moves? Are you just testing one axis, if so which, or are they all doing it?

                        The drivers on the Mini 5+ can run in stealthChop mode, as opposed to spreadCycle. stealthChop is a quiet mode of operation for stepper motors at standstill and at low velocities, while spreadCycle will give better performance in medium to high velocity range for motors. Send M569 P0.0 to show how the X axis is set. To run in stealthchop all the time, change the M569 commands in config.g to:

                        M569 P0.0 S1 D3 V0 ; physical drive 0.0 goes forwards
                        M569 P0.1 S1 D3 V0 ; physical drive 0.1 goes forwards
                        M569 P0.2 S1 D3 V0 ; physical drive 0.2 goes forwards
                        M569 P0.3 S1 D3 V0 ; physical drive 0.3 goes forwards
                        

                        Ian

                        Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                        1 Reply Last reply Reply Quote 0
                        • jason0607undefined
                          jason0607
                          last edited by

                          @droftarts
                          What are normal values? I can only move my stepper motor up to about 15mm/s.

                          droftartsundefined 1 Reply Last reply Reply Quote 0
                          • droftartsundefined
                            droftarts administrators @jason0607
                            last edited by

                            @jason0607 In the config.g you posted earlier, you have:

                            M203 X1000.00 Y1000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)

                            1000mm/min = 16.666mm/s. Try increasing the M203 values of X and Y. 6000mm/min = 100mm/s, 12000mm/min = 200mm/s etc.

                            Did you manage to resolve the stepper motor whine/crying?

                            Ian

                            Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

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