Welcome to Our Community

Some features disabled for guests. Register Today.

No Torque on NEMA23 Stepper / Arduino CNC

Discussion in 'CNC Mills/Routers' started by magdesign, Apr 12, 2018.

  1. magdesign

    magdesign New
    Builder

    Joined:
    Jun 8, 2017
    Messages:
    10
    Likes Received:
    2
    Hi

    I built one of the Ooznest OX CNC machines from a kit.
    Running 4pcs. NEMA 23HD56001Y steppers.
    So I sat up an Arduino with a CNC v3 shield and A4988 drivers and GRBL.
    Power supply with 24V 20A.

    All seems to be working so far, but the steppers do nearly have no torque, when I use UniversalGcodeSender to move the motors, I can hold them by hand and they fall through, meaning they do not have any moving torque to move the machine.

    When the motor is in still position, I am not able to move the pulley by hand, its very strong.
    After changing the stepper wiring in various variations (blue, yellow, green, red), reflashing GRBL, setting the stepper driver potentiometer to full power, I am kind of hopeless what else could cause the error.

    I hope someone here can help me!

    Thanks in advance.
     

    Attached Files:

  2. Gary Caruso

    Gary Caruso OpenBuilds Volunteer
    Staff Member Moderator Builder

    Joined:
    May 19, 2016
    Messages:
    1,185
    Likes Received:
    531
    post your grbl settings ("$$" will list them) and just copy and paste here if possible.
    Also what microstep setting do you have the drivers set to?
    When you say it has no moving torque, is it trying? and making screechy noises?
    Full current will probably make those drivers shut down.
     
    Mark Carew likes this.
  3. magdesign

    magdesign New
    Builder

    Joined:
    Jun 8, 2017
    Messages:
    10
    Likes Received:
    2
    Thanks for your answer.
    The steppers are moving, but have nearly no torque.
    They make sound, also when I connect UniversalGcodeSender the make a quite "brum" sound and block.

    I tried with the standard grbl settings:

    $0=10
    $1=25
    $2=0
    $3=0
    $4=0
    $5=0
    $6=0
    $10=1
    $11=0.010
    $12=0.002
    $13=0
    $20=0
    $21=0
    $22=0
    $23=0
    $24=25.000
    $25=500.000
    $26=250
    $27=1.000
    $30=1000
    $31=0
    $32=0
    $100=250.000
    $101=250.000
    $102=250.000
    $110=500.000
    $111=500.000
    $112=500.000
    $120=10.000
    $121=10.000
    $122=10.000
    $130=200.000
    $131=200.000
    $132=200.000

    as well as with:

    $0=10
    $1=255
    $2=0
    $3=6
    $4=0
    $5=0
    $6=0
    $10=3
    $11=0.020
    $12=0.002
    $13=0
    $20=0
    $21=0
    $22=0
    $23=1
    $24=25.000
    $25=500.000
    $26=250
    $27=1.000
    $30=1000
    $31=0
    $32=0
    $100=26.667
    $101=26.667
    $102=200
    $110=2500
    $111=2500
    $112=2500
    $120=50.000
    $121=50.000
    $122=50.000
    $130=320.000
    $131=525.000
    $132=68.000

    No microstepping jumpers set so far.
     
  4. magdesign

    magdesign New
    Builder

    Joined:
    Jun 8, 2017
    Messages:
    10
    Likes Received:
    2
    Thanks for the hint with the micro stepping.
    I set all the jumpers to 1/8 microstepping and used the 2nd settings posted above.
    Now, 1 axis is moving with quite strong torque.

    I think the cheap Chinese A4988 drivers are just bad quality, since only one of them unleashes the full stepper power.

    Any recommendation where to buy a good quality GRBL board for 24V Nema23 steppers?
     
  5. Gary Caruso

    Gary Caruso OpenBuilds Volunteer
    Staff Member Moderator Builder

    Joined:
    May 19, 2016
    Messages:
    1,185
    Likes Received:
    531
    Best way imo, is to use the Arduino with independent drivers, the ones openbuilds sells are very good but $40 each, there are cheaper options that are nearly as good, but far better than pololu clones..
     
  6. Giarc

    Giarc OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Jan 24, 2015
    Messages:
    2,916
    Likes Received:
    1,619
    Those A4988s are drivers for a 3D printer and not really made for a CNC mill. Also, to they have a way to adjust the current? You may not have it high enough. The DRV8825s have a trimpot to adjust current.

    Also, I second Gary's suggestion. Get independent drivers that can actually supply the current your steppers want like the DQ542MAs like Open Builds sells--or something similar. I switched to them from DRV8825s and have never looked back.
     
    Mark Carew likes this.
  7. magdesign

    magdesign New
    Builder

    Joined:
    Jun 8, 2017
    Messages:
    10
    Likes Received:
    2
    I tried with DRV8825 drivers, but its even worse.
    I could not find any documentation on how to configure GRBL to run smooth with these (set the jumpers to 32 steps, but software config?).
    Maybe someone can help me.

    For the moment I use an Arduino with CNC shield A4988, set to 1/8 steps, but sometimes the steppers stutter and loose steps.

    I was digging around in this forum to search for a good board, I am willing to invest some money into a real good board which supports Nema23 steppers, but there are so many, should I go for grbl, mach3, tinyG and which manufacturer (it should be opensource) ?
    Which boards are really reliable?
     
  8. Gary Caruso

    Gary Caruso OpenBuilds Volunteer
    Staff Member Moderator Builder

    Joined:
    May 19, 2016
    Messages:
    1,185
    Likes Received:
    531
    Keep the Arduino and get real drivers!
    The stuttering is probably just the current adjustment too low.
     
  9. magdesign

    magdesign New
    Builder

    Joined:
    Jun 8, 2017
    Messages:
    10
    Likes Received:
    2
    I am nearly freaking out....
    i now tried 3 various arduino's an severeal DRV8825 and A4988 drivers.
    I finally found two A4988 which work, burned some and still fiddling to get two of them to work for the Y axis.
    Adjusted the current of the power supply from 23-27 volts.
    Adjusted the drivers.... OMG
    I will order the drivers from Openbuilds and hope they are better........
     
  10. Gary Caruso

    Gary Caruso OpenBuilds Volunteer
    Staff Member Moderator Builder

    Joined:
    May 19, 2016
    Messages:
    1,185
    Likes Received:
    531
    Make sure you have the coils properly identified on your steppers, don't go by color alone, use a multimeter.
    There is no reason to burn things up unless the coils are not paired up. power supply voltage has very little to do with it, 23-27 volts will not matter.
    Some people have had problems with USB cables, make sure it a good cable, start with a short one 1 meter is typical.
    How are you adjusting the driver current? should start low, maybe half way or less and slowly work your way up until motion is smooth.
    What motors do you have?
     
  11. magdesign

    magdesign New
    Builder

    Joined:
    Jun 8, 2017
    Messages:
    10
    Likes Received:
    2
    The drivers burned because this cheap heatsinks moved under temperature and then shortened the circuit. Its really cheap and bad Chinese stuff (you get what you pay for...).

    First I adjusted the stepper drivers with a voltmeter, at the end when the motors started to stutter, i just moved the pot screws until they where silent.
    I have NEMA 23HD56001Y SPAM brand.

    I really think the problem lies on these cheap stepper drivers, because some seem to work now and some do not.

    Since I want to use my CNC the next few years without any trouble, I will now order a USB CNC xPro V3 Controller board. In hope this will be something good.

    Thanks for all your help.
     
    #11 magdesign, Apr 17, 2018
    Last edited: Apr 17, 2018
  12. Giarc

    Giarc OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Jan 24, 2015
    Messages:
    2,916
    Likes Received:
    1,619
    For the price of the Xpro, you could get DQ542MAs which are much better drivers. Just run them with your Arduino. If one driver does go out in the future, you only need to replace one rather than the whole board (or do a serious unsolder/solder job on the Xpro).
     
    Gary Caruso likes this.
  13. superfeedmao

    Builder

    Joined:
    Feb 21, 2018
    Messages:
    4
    Likes Received:
    0
    any update with your xPro V3 board? I had same low torque problem with same step motor but with xPro v3 control board. I brought a 1500mm x 1000mm screwdriven unit from SPAM, and all the motor runs good before I put it on the screw rod. However, it didn't run as good as unattached, and the control board was hot as I could cook fried egg on there. I found out the xPro v3 controller board has the max output current as 2.4A which is lower than the setp motor 2.8A current draw. After I switched to Arduino+TB6600 driver, it works fine now. You definitely overload your A4988 driver with the NEMA 23HD56001Y step motor. If you have a big unit and require high torque, DO NOT use a driver which is not powerful enough to drive your motor.
     
  14. magdesign

    magdesign New
    Builder

    Joined:
    Jun 8, 2017
    Messages:
    10
    Likes Received:
    2
    After changing the Arduino with the xPro V3 board it kind of works.
    The Arduino solution was crap, the drivers burned and it is just not made for handling these high currents.

    It was also important to change some of the settings in GRBL (Step size etc.)

    There is now quite enough torque on the motors, but sometimes they make these weird snoring sound when nothing is moving.


    Due the lack of time it did not finally test everything so far... but will do for sure
     
  15. magdesign

    magdesign New
    Builder

    Joined:
    Jun 8, 2017
    Messages:
    10
    Likes Received:
    2
    I think the fun is over.
    Today I made some further tests with my cnc, packed the xPro V3 board into a box with a fan and made some test files in Fusion360.
    Suddenly my machine starts to behave weird. The Z-Axis move way to deep into my piece and tried to move in the x axis as well. It blocked.
    This was too much, I hit the emergency stop button. After pulling all the axis back by hand, I powered the machine again and started debugging.
    I flashed GRBL again and wanted to test the machine. Everything seems to be ok, but the stepper do not get any current. So I replaced the power supply but sill o result. UGS connects to the board, tells me that everything is ok but there is just no current on the steppers, the are quiet and do not move.
    I think the extreme movement which the machine could not handle and blocked it, destroyed something on the xPro board. Its really disappointing, after all this time thinkering the fun was not much at all.

    So now I am guessing that I need "again" a new board since I can not figure out why nothing is working.
    Visually it looks okay, no black spot or bad smelling.

    Now thinking about this one: motionPro 6600 motion controller

    Or just selling the kit and giving the dream up...
     
  16. Gary Caruso

    Gary Caruso OpenBuilds Volunteer
    Staff Member Moderator Builder

    Joined:
    May 19, 2016
    Messages:
    1,185
    Likes Received:
    531
    i doubt the movement caused the board to fry.. the current is limited and the board is protected.
    Post your grbl settings for your xpro here. there are a couple settings for an xpro that need to be correct.
    Jumping right into fusion360 is tough, there are a bunch of things that can get you in trouble.
    Also until you get things sorted always air cut first, with no bit and the z zero set high.
     
  17. magdesign

    magdesign New
    Builder

    Joined:
    Jun 8, 2017
    Messages:
    10
    Likes Received:
    2
    Thanks for your help.
    Usually when I powered up the machine, the steppers made some sound and started to lock, now I start up and there is no sound at all.
    I did put the Z very high, but it somehow went down all the way, it was a quite curious behavior since a day before the exact same .nc file worked without weird uncontrollable movements.

    This are my settings:

    GRBL OX Settings
    ++++++++++++++++

    $0=10
    $1=255
    $2=0
    $3=6
    $4=0
    $5=0
    $6=0
    $10=3
    $11=0.020
    $12=0.002
    $13=0
    $20=0
    $21=0
    $22=0
    $23=1
    $24=25.000
    $25=500.000
    $26=250
    $27=1.000
    $30=1000
    $31=0
    $32=0
    $100=26.667
    $101=26.667
    $102=200.000
    $110=2500.000
    $111=2500.000
    $112=2500.000
    $120=50.000
    $121=50.000
    $122=50.000
    $130=320.000
    $131=525.000
    $132=68.000

    Really looking forward if you can tell me that there is a wrong setting in grbl. :)
     
  18. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    14,000
    Likes Received:
    4,113
    Did you remember to set $4 correctly? See the Troubleshooting guide Spark-Concepts/xPRO where its shown in the recommended settings

    The default Grbl setting is incorrect, for the new XPROs (Glossy soldermask, Version 3) it should be $4=1
    $4=1 (step enable invert, bool) (Board V1, V2, V3 Matte = $4=0 - Glossy board V3 = $4=1)

    If you didnt set it, the drivers wont be enabled.
     
    Mark Carew likes this.
  19. Gary Caruso

    Gary Caruso OpenBuilds Volunteer
    Staff Member Moderator Builder

    Joined:
    May 19, 2016
    Messages:
    1,185
    Likes Received:
    531
    Yep, like Peter said... when you re-flashed GRBL the default was loaded again.
    That new board you are looking at, is another all in one board, better suited for lasers and printers than routers.
    Cheers
     
    #19 Gary Caruso, Jun 8, 2018
    Last edited: Jun 8, 2018
  20. magdesign

    magdesign New
    Builder

    Joined:
    Jun 8, 2017
    Messages:
    10
    Likes Received:
    2
    Wow guys, you are all awesome.

    I really thought that I am too stupid to run a diy cnc.
    Setting the grbl command to $4=1 brought back some life to the steppers... so i am back figuring out how to mill things.

    @Gary Caruso: i will try the board anyway, not sure if I will use it on the laser, the printer or the (new) router.

    Thanks for all your support, its one of this moments where you love the community and the internet :)
     
    GrayUK and Mark Carew like this.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice