586,096 active members*
3,613 visitors online*
Register for free
Login
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2024
    Posts
    1

    Arduino / driver issue

    Hi guys
    I have recently built a cnc plasma table but i am having issues with getting the stepper motors running. Everything is running as it should but my stepper motors won't move and get extremely hot. I'm guessing it may be a wiring issue with the arduino, or the drivers. I've been through the wiring diagram twice. All dim switches are set correctly to match the stepper motors, and motors have been hooked up in the correct pairs. Any help would be greatly appreciated as its starting to drive me crazy. Ive attacthed some pics of the wiring. only 1 stepper motor attached when pics were taken.
    thanks

  2. #2
    Join Date
    Mar 2015
    Posts
    410

    Re: Arduino / driver issue

    If the motors get hot, the wiring of the stepper motors is OK.

    If the motors get hot during running the problem is the step signal because the motors are enabled. The motor shaft is not locked when idle. The step signal could be missing or the step rate (stepper resolution steps/min $100..$102) could be to high. Jog 1000 mm at a feed rate of 1 mm/min. That should move the steppers. If not, set $10 (duration of the step pulse to 50).

    If the motors get hot when idle, the problem is the polarity of the enable signal. The motors are not locked when moving. If you remove the enable signal, the steppers probably move. If not, invert the enable polarity in the grbl configuration ($4).

Similar Threads

  1. strange issue with grbl and arduino
    By toxinliquid in forum Arduino
    Replies: 5
    Last Post: 04-19-2021, 06:14 PM
  2. 5 Phases Stepper Motor, Driver and Arduino
    By andiaa in forum Stepper Motors / Drives
    Replies: 0
    Last Post: 08-28-2018, 08:57 AM
  3. I need help with Arduino and a ULN2003 driver board
    By crob09 in forum Stepper Motors / Drives
    Replies: 1
    Last Post: 03-18-2012, 05:41 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •