584,800 active members*
4,746 visitors online*
Register for free
Login
IndustryArena Forum > CNC Electronics > Stepper Motors / Drives > Motors, Drivers & Breakout Board Wiring
Page 1 of 2 12
Results 1 to 20 of 29
  1. #1
    Join Date
    Apr 2011
    Posts
    17

    Motors, Drivers & Breakout Board Wiring

    I'm undertaking my first CNC build and I need help wiring up my electronics. I purchased the motors, drivers, breakout board and power supplies as a kit so I know that they are all compatible. I have just three basic questions for now.

    1. The schematic for the wiring shows that the motors can be wired in one of two ways; either (Red & Blue to A+, Yellow & Black to A-, White & Brown to B+, Orange & Green to B-) or (Red to A+, Black to A-, Yellow to Blue, White to B+, Green to B-, Orange to Brown).

    What is the difference between the two methods? I suspect the difference is torque and speed but does anyone know which is which?

    2. If you notice the wiring schematic only shows a single wire coming from each drivers "Enable + (+5v)" going to the 5v+ on the breakout board.

    Do I also need to connect a wire from each drivers "Enable - (ENB)" to the GND on the breakout board?

    Can the breakout board be powered in this way from the drivers or does the breakout board need its own 5v power supply?

    If I need to provide a seperate 5v power supply to the breakout board does the power connect to the + & - that the drivers are connected to and do I leave the drivers connected to the breakout board as the schematic shows?

    3. If you notice each driver lists the options for Pulse/Revolutions which I understand to be the steps. Does anyone have any suggestions on which Pulse setting I should configure the drivers to for best performance from my motors?

    I have included pics of the drivers, motors and breakout boards as well as the wiring schematic and information on the drivers & motors. Please let me know if more information is needed in order to help answer my questions.

    Thank you.
    Attached Thumbnails Attached Thumbnails Driver.jpg   Motor.jpg   Breakout Board.jpg  
    Attached Files Attached Files

  2. #2
    Join Date
    Jan 2010
    Posts
    2141
    Quote Originally Posted by OnezerO View Post

    1. The schematic for the wiring shows that the motors can be wired in one of two ways; either (Red & Blue to A+, Yellow & Black to A-, White & Brown to B+, Orange & Green to B-) or (Red to A+, Black to A-, Yellow to Blue, White to B+, Green to B-, Orange to Brown).

    What is the difference between the two methods? I suspect the difference is torque and speed but does anyone know which is which?

    The first wiring method is called "bipolar parallel".

    The second wiring method is called "bipolar serial".

    The bipolar parallel hookup requires more current but a lower voltage.

    The bipolar serial hookup requires less current but a higher voltage.

    Or, another way to look at it is that when using the same voltage, bipolar parallel should permit you to get higher speed from the motor (or better torque at a given speed as you increase speed).

    One link that discusses this is: UniPolar vs BiPolar wiring schemes for 2-phase Stepper Motors

  3. #3
    Join Date
    Jan 2010
    Posts
    2141
    Quote Originally Posted by OnezerO View Post
    2. If you notice the wiring schematic only shows a single wire coming from each drivers "Enable + (+5v)" going to the 5v+ on the breakout board.

    Do I also need to connect a wire from each drivers "Enable - (ENB)" to the GND on the breakout board?

    Can the breakout board be powered in this way from the drivers or does the breakout board need its own 5v power supply?

    If I need to provide a seperate 5v power supply to the breakout board does the power connect to the + & - that the drivers are connected to and do I leave the drivers connected to the breakout board as the schematic shows?
    Even though the schematic does not show a wire from the ENAB- terminal to GND on the breakout board (and the driver manual says "usually left unconnected"), my interpretation is that you should connect a wire from each driver's ENAB- terminal to that GND (if you want the drivers to be always enabled).

    An alternative interpretation would be that if you want to control the driver's Enable state directly from Mach3 or EMC2 or similar software, then you would need to connect a wire from each axis' enable pin at the breakout board output to the corresponding ENAB- pin of each driver (and you would need to configure the proper enable pins in the "ports and pins" screen of Mach3, or the equivalent screen of EMC2, making sure that they are set up as active low).

    That interpretation is bolstered by Fig. 1 of the driver manual. Based on that figure, my interpretation is that the breakout board is not being powered from the connection between the +5V terminal on that board and the ENAB+ terminals on each driver (that connection also goes to the PULS+ and DIR+ terminals on each driver).

    Rather, the +5V connection is used to apply power from the breakout board to the input LEDs in the optoisolators within each driver. Those LEDs are turned on when the corresponding - signal (PULS-, DIR-, ENAB-) is at a low level, or turned off when the corresponding signal is at a high level. In that fashion, the signals get passed through the optoisolators without being electrically connected to the motor power supply.

    The breakout board is not well documented, but my interpretation is that it must receive power through the terminal marked VDD. It is not clear to me whether the breakout board has an onboard voltage regulator (in which case VDD would want to be set to a voltage higher than +5V) or whether that terminal is simply connected directly to the +5V terminal.

  4. #4
    Join Date
    Jan 2010
    Posts
    2141
    Quote Originally Posted by OnezerO View Post
    3. If you notice each driver lists the options for Pulse/Revolutions which I understand to be the steps. Does anyone have any suggestions on which Pulse setting I should configure the drivers to for best performance from my motors?
    Your stepper motors are designed for 200 steps per revolution.

    The drivers are designed to do microstepping. The pulse/revolution settings start at 400 (which would seem to be equivalent to "half stepping") and go up from there.

    Generally, as you increase the pulse/revolution setting, the motion will become smoother as the microsteps become smaller and smaller fractions of the motor's physical step size, however you can reach a point of diminishing returns (and you do not necessarily get any benefit of increased positional accuracy with larger and larger pulse/revolution settings). If you choose too high a pulse/revolution setting, then your computer will have a hard time outputting steps fast enough to give you an adequate speed (in inches per minute) for your machine's axes. With the motors hooked up to your machine, you may find a "sweet spot" to set it at. I can't give you a specific recommendation for your motors and your machine's mechanical specs, but maybe someone else will chime in with their own experience.

  5. #5
    Join Date
    Apr 2011
    Posts
    17

    Question # 2

    The breakout board is not well documented, but my interpretation is that it must receive power through the terminal marked VDD. It is not clear to me whether the breakout board has an onboard voltage regulator (in which case VDD would want to be set to a voltage higher than +5V) or whether that terminal is simply connected directly to the +5V terminal.
    Doorknob, thank you so much for the detailed and informative responses. I have attached the documentation for the breakout board to this post. Hopefully this will provide some information to help answer my question about how to power this breakout board. I wanted to attach this with my first post but I maxed out my attachment limit.

    This breakout board is pretty basic but it was free and came with the kit. I have recently purchased another more sophisticated breakout board which has inputs for manual control but I have not had a chance to mess with it.

    Right now I am anxious to get the wiring and power setup correctly to test my motors with Mach 3.

    Again, thank you very much and let me know if there is any additional information I can provide.
    Attached Files Attached Files

  6. #6
    Join Date
    Jan 2010
    Posts
    2141
    The English translation in the breakout board manual is pretty rough.

    My take is that the breakout board has its own onboard optoisolators, which duplicate the function of the optoisolators within the drivers (at least for the PULS, DIR and ENAB signals). You don't really need that extra isolation (at least, for those signals), and depending on the quality of those optoisolators, you may find that they might even degrade the quality of the signals that are passed through to the drivers.

    The breakout board gives you the option of wiring those optoisolators using two separate +5v power supplies to truly give you electrical isolation, or else you can wire it with a single power supply for convenience and give up on the additional electrical isolation.

    If you did want to use the onboard optoisolators for electrical isolation, then you would need to use two separate +5V power supplies (one for the input side of the breakout board's optoisolators and the other for the output side of the breakout board's optoisolators). That is the configuration that the manual refers to as the "double power supply" option. To hook up the board for two separate power supplies, my best guess is that you would have to remove both jumpers JN1 and JN2, and then one power supply (I think that it's the board's input power supply) would be hooked up to terminals +5V and GND, while the output power supply would be hooked up to terminals "isolating source (+)" and "isolating source (GND)", and connect from "isolating source (+)" to the driver terminals that need +5v. (I don't understand the manual's statement: "J4 is the isolating source(GND) and Isolating source(+)" because I'm not sure where J4 is or what it is supposed to do - maybe J4 is just a header pin that may be used to tap off the isolated side's +5v power for use with some other circuitry.)

    I really doubt that you want to hook it up that way.

    Rather, if you leave JN1 and JN2 in place, then you only need one +5v power supply, and you can connect it to either of the +5v and GND terminals on the breakout board (because both are connected together through the jumpers). That hookup is referred to by the manual as "the case of the single power". Since the two +5v terminals are jumpered together, you can connect the +5v wire to the driver terminals from either of those breakout board +5v terminals.

    I hope that is somewhat clear.

  7. #7
    Join Date
    Apr 2011
    Posts
    17

    Breakout Board

    Thanks again Doorknob, you have been a big help.

    I will try and find a 5V power supply lying around the house and wire it up to the breakout board. Do you have any idea how many milliamps I should be using?

    Before I even look around for a power supply I am going to check out the manual for my new breakout board I just received. I think it can receive its 5V power via a USB cable from the computer.

  8. #8
    Join Date
    Jan 2010
    Posts
    2141
    If I counted correctly, there are 17 optoisolators on the board. Each of your drivers also has 3 optoisolators, for a grand total of 26 optoisolators that you need to power. The chances are good that not all of them are going to be "on" simultaneously, but it doesn't hurt to assume that you have to power all of them at once.

    If you could read a part number on one of them, you could look for a spec sheet that would give you the typical current draw. Or you could just guess at it. If each opto needs 10 mA, then that would add up to 260 mA total. If you wanted to be conservative and figure that each one needs 20 mA, then you're up to 520 mA.

    You can probably easily come up with a wall wart that will give you anywhere from 500 mA to 1 amp.

  9. #9
    Join Date
    Apr 2011
    Posts
    17

    Driver Question

    I failed to ask this question in my original post.

    If you notice from the pic of the motors I am using the motors are rated at 2.0 amps. I will be using 5 motors in my CNC and each power supply is capable of powering three drivers at a time with a total of 7.5 or 8 amps.

    I am assuming that I should set up each driver to provide 2 amps to the motor. Is this a correct assumption?

  10. #10
    Join Date
    Jan 2010
    Posts
    2141
    First, let me revisit an earlier statement that I made. As for the sizing of the 5v power supply to the breakout board, I made the assumption that you had 3 axes, but from the documentation that you provided (and your most recent post), you actually have 5 axes. So that is two more drivers, meaning an additional 6 optoisolators. It's not a lot of extra current, and I think that you will still be fine if you get a 5v power supply rated for something like 500 mA or 1A. But I wanted to clarify the basis for my calculations.

    As for what current to set the drivers for, it is a bit hard to say, because the motor ratings are ambiguous at best. The motor spec sheet gives a current rating of 2A. Is that for a single winding, wired for bipolar serial, or does it mean something else? Maybe you can clarify that with the vendor (and maybe you can get help from an engineer who speaks some form of Chinese so that you can get an unambiguous answer). The motor spec sheets that I have seen from Keling typically have more complete info. Maybe they offer a motor with similar specs. In fact, maybe they also offer a driver with similar specs. (I believe that Keling sources their motors and drivers from China, but I don't think that their motors come from Longs Motor Co.)

    I suppose that you could try setting the driver to 2A and see if you have adequate torque, and if not, consider increasing it. As I mentioned earlier, wiring the motors in bipolar parallel should draw more current than wiring them in bipolar serial.

    Perhaps someone who has the same motors and drivers can share their actual experience.

  11. #11
    Join Date
    Apr 2011
    Posts
    17

    Thank you!

    Thank you so much for all the information you provided to me Doorknob. I believe that I have enough to go on for now.

    I plan on using the new breakout board from now on which I hope has better documentation. I suppose I will setup the drivers starting at 2 amps and work up from there if I need to.

  12. #12
    Join Date
    Jul 2011
    Posts
    0
    Hello.
    I just bought this board.
    Information from this theme is very helpful.
    But I have some questions.
    Breakout Board have 12 outputs, but unknown what maximum DC and amps of itch.
    It is unknown what devices it is possible to connect to outputs (what DC and amps).
    It is possible to connect spindle with Inverter to breakout board and than changing frequency?
    Can I connect to outputs direct phase control Relay,Solid State Relay, Solenoid coil etc?
    It is necessary to connect GND and (+) from " isolating power supply" (witch connecting to drivers) to "isolating source (+)" and "isolating source (GND)" of BOB to use the onboard optoisolators?

    I saw this board that looks very similar

    Sorry for my English .

  13. #13
    Join Date
    Apr 2011
    Posts
    17
    Hey Robinnn, I just strated using a new breakout board because the one that came with my kit did not have any inputs for manual controls.

    I do have documentation I found in this forum for the breakout board you are referring to. I uploaded in a previous post but I will include for you here as well.

    I hope the documentation helps you.
    Attached Files Attached Files

  14. #14
    Join Date
    Jan 2010
    Posts
    2141
    Quote Originally Posted by Robinnn View Post
    Breakout Board have 12 outputs, but unknown what maximum DC and amps of itch.
    It is unknown what devices it is possible to connect to outputs (what DC and amps).
    It is possible to connect spindle with Inverter to breakout board and than changing frequency?
    Can I connect to outputs direct phase control Relay,Solid State Relay, Solenoid coil etc?
    Unfortunately I do not have that board, so I can not answer those questions directly.

    According to page 3 of the board documentation, each of the 12 output terminals is taken directly from the output of an optoisolator (which is the collector of an NPN transistor - the emitter of that transistor is grounded), and there is a pull-up resistor from that point to the +5v isolated power supply. I do not know the value of the pull-up resistor, however I believe that the resistor will limit the maximum current that you can source from each output terminal. From the photograph, it appears that the pull-up resistors are inside of a couple of SIP or DIP resistor networks. So, it would not surprise me to find that those were low-power 1K or 4.7K resistors. I would expect the maximum current that you could source from any output terminal would be very small. Also, I would not apply more than +5v to any output terminal.

    The maximum current that you can sink through each output terminal depends on the rating of the optoisolator.

    If you have that board, can you look for the part number of the optoisolators? Maybe you can find a spec sheet for the optoisolator that will tell you the maximum voltage and current that it can handle. If you can read the part number or value for the pull-up resistor networks, then that will also tell you how much current you could source from each output terminal.


    Quote Originally Posted by Robinnn View Post
    It is necessary to connect GND and (+) from " isolating power supply" (witch connecting to drivers) to "isolating source (+)" and "isolating source (GND)" of BOB to use the onboard optoisolators?
    Yes, I think so.


    Quote Originally Posted by Robinnn View Post
    I saw this board that looks very similar
    The design of that board is different. It has lots of open-collector transistors for driving output terminals, along with a few optoisolators.

    That one does not look like a well-designed, high-quality board, and I would be concerned about using such a board in my system.

  15. #15
    Join Date
    Jul 2011
    Posts
    0
    Quote Originally Posted by OnezerO View Post
    I do have documentation I found in this forum for the breakout board you are referring to. I uploaded in a previous post but I will include for you here as well.
    I already have such file, but all the same thanks.


    Quote Originally Posted by doorknob View Post
    That one does not look like a well-designed, high-quality board, and I would be concerned about using such a board in my system.
    In manual for BOB (I mean pictures) I sow connection a spindle to this BOB with help of Solid State Relay.
    Can I connect to outputs of may BOB direct phase control Relay or Solid State Relay and next spindle or other device?

  16. #16
    Join Date
    Jan 2010
    Posts
    2141
    I do not have direct experience with controlling a spindle via an SSR.

    Based on the description in http://www.opto22.com/documents/0859...data_sheet.pdf it looks like you may be able to find a suitable SSR that can control a spindle.

    If you connect the positive control terminal of such an SSR to +5 volts, and connect the negative control terminal of the SSR to one of the BOB's optoisolator output terminals, it looks like you should be able to switch the SSR on and off via the BOB.

    As far as safety is concerned, if you are driving the BOB from Mach3 software, you may want to consider using a "charge pump" detection circuit to ensure that your board can only be activated when Mach3 is "in control" of the LPT port signals. For one example of this, see http://www.micro-machine-shop.com/C4...p%20manual.pdf

  17. #17
    Join Date
    Jul 2011
    Posts
    0
    Thank you very much for helping.
    If I understood correctly my BOB don’t be able to change spindle speed?

    And if I want to do it I must use something this

  18. #18
    Join Date
    Jan 2010
    Posts
    2141
    Yes.

    See http://www.cnczone.com/forums/966832-post1723.html for more information about spindle control.

  19. #19
    Join Date
    Apr 2011
    Posts
    17

    Troubleshooting Question

    Now that I started to use my new breakout board I have had some limited success. However, I have come to the conclusion that my drivers may be bad and I need some input to determine if my assumption is correct or if there is anything else that I should try.

    The system I am testing consists of 5 motors and 5 drivers as per the specifications I attached on my original post. I am only testing 3 motors at a time from a single power supply. After connecting my new breakout board and reconfiguring Mach 3 (according to the breakout board manual) I am only able to get 1 motor to spin in 1 direction. The motor spins but not very fast.

    I have connected each of the 5 motors to the same driver and the response from each motor is identical, they only move in 1 direction. I have reversed the polarity on the motors to see if the motors would spin in the opposite direction and they do. I have moved the same driver to two other axis outputs on my breakout board and each access responds in the same way. At this point I feel comfortable that the breakout board and the motors are okay.

    Next, I tested each driver with the breakout board and motors and none of the other 4 drivers moves any motor in any direction at all. So I am suspecting that all 5 of my drivers have somehow gone bad since I am only getting movement in one direction from only one of my drivers.

    It seems puzzling to me that all of my drivers can be bad at the same time. All 5 drivers give me a green light when powered on and they are all configured the same way (dip switch settings). I did notice that all of the motors connected to each driver did hold torque when powered on. Finally, I also noticed that all of the motors, even the ones that were connected to drivers that did not move them, would get pretty hot after just a few minutes.

    Is my conclusion correct that all of my drivers are bad? Are there any other troubleshooting options that I can try? Is it normal for the motors to get pretty hot just after a few minutes even without movement? I have attached the manual for my new breakout board. Please let me know if I left out any necessary details.

    Thank you.
    Attached Files Attached Files

  20. #20
    Join Date
    Jan 2010
    Posts
    2141
    The motor specs do not include a max temperature rating, however my experience with other motor specs is that they may have a maximum rating on the order of 80 degrees C or even up to 90 degrees C. That's very, very hot - so hot that you can't hold your hand on the motor without burning yourself.

    So it is possible for your motors to seem hot yet have them still well within their normal operating temperature range.

    While you have a lot of things that are not working the way that you expected, you might want to tackle things one at a time. Even though it's possible, it's hard to believe that four out of five drivers are bad. But since you have one of them working after a fashion, a good place to start might be to hook up the driver and motor combination that you did have working and go from there.

    For example, you noted that you can only get the motor turning in one direction. If you have access to a multimeter (or, even better, an oscilloscope), the first thing that I would suggest is to monitor the voltage on the DIR- terminal when you think the motor should be spinning clockwise, and then compare that to the voltage on that terminal when it should be spinning counterclockwise. If you are not seeing that signal change from near 5 volts in one direction, and near 0 volts in the opposite direction, then that would indicate that either the breakout board is not working as expected, or the wiring to or from the breakout board is incorrect, or a jumper setting on the breakout board is incorrect, or possibly your Mach3 ports and pins setup is wrong, or the power supply to the breakout board is inadequate or hooked up wrong, or maybe your LPT port is not outputting a proper signal.

    If you can test that, report back your results and we can figure out what to do next.

Page 1 of 2 12

Similar Threads

  1. Single TB6560 Drivers+Breakout board?
    By Zeppelin1007 in forum Stepper Motors / Drives
    Replies: 20
    Last Post: 04-22-2016, 07:42 AM
  2. HElp needed to connect breakout board to drivers
    By gurasha in forum Stepper Motors / Drives
    Replies: 2
    Last Post: 06-10-2013, 11:32 PM
  3. Connecting Breakout board to Stepper Drivers
    By leprosylv in forum Stepper Motors / Drives
    Replies: 5
    Last Post: 05-07-2013, 04:25 PM
  4. Wiring breakout board to old Isel Stepper drivers
    By TashadraCPT in forum Stepper Motors / Drives
    Replies: 5
    Last Post: 08-29-2012, 06:40 PM
  5. Wiring up motors drivers and break out board
    By Nitroghost in forum Automation Technology Products
    Replies: 7
    Last Post: 09-22-2011, 07:41 AM

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
  •