Rules | Recent posts | topic RSS | Search | Register  | Log in

Please help me learn Stepper Motor working.

 
Post new topic  Reply to topic    EDAboard.com Forum Index -> Industrial, Robotics and Automatics Forum
Author Message
edabjunkie



Joined: 13 Jun 2008
Posts: 1


Post19 Jun 2008 7:29   Please help me learn Stepper Motor working.

I'm looking for the answers to following questions:

1. How stepper motors work ? (Theory)

2. What are it's types and applications ?

3. What are it's strengths and weaknesses compared with other motors (AC or DC) ?

4. How to drive stepper motors ?

5. How to write software (in C) to control stepper motors through micro-controllers or PC ?

with regards,
Tim
Back to top
TekUT



Joined: 17 Jun 2008
Posts: 314
Helped: 22


Post20 Jun 2008 17:41   Re: Please help me learn Stepper Motor working.

There is a tons of information trough the web, simply start a search with Google.

Here a example link:

http://eceserv0.ece.wisc.edu/~morrow/ECE315/HSI_Stepper_Motor_Theory.pdf

Cheers
F.F. a.k.a. Powermos
Back to top
GLOBIS



Joined: 30 Jul 2005
Posts: 3


Post23 Jun 2008 9:47   Re: Please help me learn Stepper Motor working.

the first and second question , you can find a good answer on the internet !

In general, we use stepper motor for robotics application and home automation, they are small motor with not enought torque for complex industrial use.

The main strenght for a stepper motor is his precision, it's designed to be controlled step by step and for exemple if you control it for one loop it turn 7,5° so when we program our motor we know exactly when it will stop and in which position.
AC motor are the most powerfull and then DC for home applications or small industrial applications.

// small exemple for controlling a stepper motor connected to the first 4 pins of
//PORTB PIC microcontroller.

do
{
PORTB = 0x09;
delay_ms(100);
PORTB = 0x03;
delay_ms(100);
PORTB = 0x06;
delay_ms(100);
PORTB = 0x0C;
delay_ms(100);
}
while(1);
Back to top
TekUT



Joined: 17 Jun 2008
Posts: 314
Helped: 22


Post23 Jun 2008 13:41   Re: Please help me learn Stepper Motor working.

You can also use a dedicated ic like the TB62209FG (TOSHIBA), datasheet attached.



Cheers
F.F. a.k.a. Powermos



Sorry, but you need login in to view this attachment

Back to top
carlking1st



Joined: 19 Jun 2008
Posts: 2


Post23 Jun 2008 16:15   Please help me learn Stepper Motor working.

This website should answer all ur questions... maybe most of ur question. check it out..
http://www.solarbotics.net/library/pdflib/pdf/motorbas.pdf
Back to top
Post new topic  Reply to topic    EDAboard.com Forum Index -> Industrial, Robotics and Automatics Forum
Page 1 of 1 All times are GMT + 1 Hour


Abuse
Administrator
Moderators
topic RSS 
sitemap