By continuing to use this site, you agree to our use of cookies. Find out more
Forum sponsored by:
Forum sponsored by Forum House Ad Zone

Simple way to control nema stepper motor

CNC QUERY

All Topics | Latest Posts

Search for:  in Thread Title in  
ray jones 117/03/2015 02:14:24
54 forum posts
29 photos

I am new to this stepper motor and drives board.

I am trying to set up a simple power feed to a bench mill as shown on some of theses threads.

I have one NEMA 34 MOTOR ,, Mains power unit,, Mega Arduino board and

TB 6600 Stepping motor driving board.

fitting the motor to the mill is the easy bit..

I am not looking for full CNC. All I want is power feed, ,,variable speed and forward and reverse.

Is there such a thing as a simple method to program or wire the driver and board please .

regards

ray

Steamgeek17/03/2015 07:47:24
45 forum posts
4 photos

I used one of these **LINK** with a TB6560 board and a 24 volt power supply and it works a treat.

I used it to make a cross slide power feed for my ML7, have a look in my photo album

Clive Hartland17/03/2015 08:18:18
avatar
2929 forum posts
41 photos

That site has only 1 left in stock. I too am interested in a drive controller for a mill table. are there any more alternative controllers and any info on steppers ?

Clive

Steamgeek17/03/2015 08:25:16
45 forum posts
4 photos

I spent a couple of months researching this topic and eventually turned up that device, I did not find any alternatives. What started as a relatively simple idea turned out to be quite a chore, but I have to say I am very pleased with the result. I did think about powering a rotary table for the mill using the same solution.

MM5717/03/2015 08:30:11
110 forum posts
3 photos

Depends how acquainted you are with Arduino programming and electronics - if you've never done anything, there will have to be an investment in time for learning and trying..otherwise a canned commercial/semi-commercial unit may be best.

A random "tb6600 arduino" Google comes up with **LINK** - it's attached pdf looks reasonable, and the basics of the code are there, but it only sends the motor one way then the other, You would have to modify it to interface to say a three way toggle switch (left/off/right) and a potentiometer (speed adjust). If you have no clue how to do that, then there may be other Arduino examples out there that do it, or the canned unit may be best

Steve F17/03/2015 09:40:14
avatar
101 forum posts
25 photos

Ray

I think you must be hiding in my house and watching what i am doing. wink

sany0006.jpg

regards

Steve

John McNamara17/03/2015 14:17:29
avatar
1377 forum posts
133 photos

Hi Ray

This little devise can pulse two stepper motor drivers (drivers not provided with the device).

**LINK**

I used one for a small project a while back. It worked well, I have no connection to the company.
The small buttons on it can be used directly or larger more robust buttons can be wired to it.
There is a single speed control pot that controls both motors.

Regards
John

Roderick Jenkins17/03/2015 15:23:28
avatar
2376 forum posts
800 photos
Posted by Clive Hartland on 17/03/2015 08:18:18:

That site has only 1 left in stock. I too am interested in a drive controller for a mill table. are there any more alternative controllers and any info on steppers ?

Clive

Still available direct from Hong Kong

Very interesting: HTH

Rod

Muzzer17/03/2015 15:57:59
avatar
2904 forum posts
448 photos

To answer the OP's question, arguably the SIMPLE way is just to drive the "step" input with a train of pulses and provide the "direction" pin with a switchable (high or low) signal. Cue febrile opinions on how best to make a simple signal generator (555, bistable, Arduino, Raspberry Pi).....

The simplest (first?) program that many people run in almost any microcontroller application is the "LED blink". If you are happy to play with software, that's the basis of what you need to generate a pulse train and you can play with the time variables or set it with a control voltage (from a pot). Or you can just buy one of the boxes from the internet.

Depends if "simple" means buying something, making a simple circuit yourself or writing some software. Choices, choices...

Neil Wyatt17/03/2015 17:55:31
avatar
19226 forum posts
749 photos
86 articles

Cue febrile opinions on how best to make a simple signal generator (555, bistable, Arduino, Raspberry Pi).....

The steampunk way to control your stepper motors is with one of these:

Vibroplex

Bazyle17/03/2015 18:16:29
avatar
6956 forum posts
229 photos

As Muzzer implies it is easy to over think this with fancy computer stuff. You can even make the pulser with a little electric motor, a switch, and the model train controller you've got in that box of useful things.

What would help though is for some people to simply list the stepper motor size/type/current/ torque/voltage, gear ratio, and size of mill they are using it on with report of whether it is under/over powered.

martin perman17/03/2015 18:35:52
avatar
2095 forum posts
75 photos

Neil,

May I ask what one of them is, not to sure what I'm looking at particularly at that angle.

Thanks,

Martin P

V8Eng17/03/2015 18:55:02
1826 forum posts
1 photos

Do Stepper Motors understand Morse then?

Bob Brown 117/03/2015 19:32:29
avatar
1022 forum posts
127 photos

dah dit dah dah dah

KWIL17/03/2015 19:36:33
3681 forum posts
70 photos

Nice key Neil, can you use it? Or do you make a "fist" of it?

SillyOldDuffer17/03/2015 20:11:39
10668 forum posts
2415 photos

Neil's Vibroplex post is scary-spooky because I only decided this afternoon to make a bug key as my next project! I shall have to scale the dimensions from a photo because I don't have plans or a real bug to copy. Now Neil has provided just the picture I need. That's what I call service! The man must be a mind reader...

V8Eng17/03/2015 20:49:18
1826 forum posts
1 photos
Posted by Bob Brown 1 on 17/03/2015 19:32:29:

dah dit dah dah dah

That's pretty much what I expected!

Edited By V8Eng on 17/03/2015 20:49:43

dcosta17/03/2015 21:11:48
496 forum posts
207 photos

Hello Ray,
You can find **HERE** a Stepper Motor Driver.
I use one of those to control the table in my BF20 Milling Machine. See **HERE** .

Regards
Dias Costa

Clive Hartland17/03/2015 21:29:37
avatar
2929 forum posts
41 photos

There is a picture of one I made in my album, very easy to make and set up. Not used by many DX.rs now as its mostly side band voice.

The Bug key is a little more difficult to make as you need thin Phosphor bronze sheet on the armature and setting up can be quite difficult depending on the users ability to not only read morse but send fast. The weighted armature allows repetitive dots and dashes as the armature oscillates.

Clive

Les Jones 118/03/2015 16:50:13
2292 forum posts
159 photos

Hi Ray,
           This is how to program your arduino board.
Is the code you have written (Or plan to write.) in "C" or assembler ? If it is in "C" then the aduino development package compiles the code and programs the microcontroller on the Arduino board in one step. If it is written in assembler then you would use Atmel studio to asemble the code into a HEX file. You could then use your arduino board running one of the programs (Written in "C" available on the web that would make the Arduino board behave as a programmer to program a spare microcontoller of the same type as the one on your arduino board. This method will only work if the Arduino that you have uses a plug in microcontroller.

Les.

Edited By Les Jones 1 on 18/03/2015 16:55:14

Edited By Les Jones 1 on 18/03/2015 16:55:31

All Topics | Latest Posts

Please login to post a reply.

Magazine Locator

Want the latest issue of Model Engineer or Model Engineers' Workshop? Use our magazine locator links to find your nearest stockist!

Find Model Engineer & Model Engineers' Workshop

Sign up to our Newsletter

Sign up to our newsletter and get a free digital issue.

You can unsubscribe at anytime. View our privacy policy at www.mortons.co.uk/privacy

Latest Forum Posts
Support Our Partners
cowells
Sarik
MERIDIENNE EXHIBITIONS LTD
Subscription Offer

Latest "For Sale" Ads
Latest "Wanted" Ads
Get In Touch!

Do you want to contact the Model Engineer and Model Engineers' Workshop team?

You can contact us by phone, mail or email about the magazines including becoming a contributor, submitting reader's letters or making queries about articles. You can also get in touch about this website, advertising or other general issues.

Click THIS LINK for full contact details.

For subscription issues please see THIS LINK.

Digital Back Issues

Social Media online

'Like' us on Facebook
Follow us on Facebook

Follow us on Twitter
 Twitter Logo

Pin us on Pinterest

 

Donate

donate