HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Homebuilt Hardware

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 06-24-2007, 11:43 AM
Andrea Mazzolari
 
Posts: n/a
Default Hard disk motor

Hi all, i need a motor with a high rotational accuracy, so i 've think
to re-use a
motor of a hard disk.

Here are some questions:
1) considering the smallest rotation permitted with a motor from an
hard
disk, which is the corrisponding rotating angle?
2) Does someone have any information about how to drive an IDE or S-
ATA Hard
disk using a parallel port ?

Can someone provide informations also about how to use voice-coil
control
systems ?

Any help will be appreciated.
Best regards,
Andrea

Reply With Quote
Sponsored Links
  #2  
Old 06-24-2007, 12:42 PM
meerkat
 
Posts: n/a
Default Re: Hard disk motor


"Andrea Mazzolari" <andrea.mazzolari@gmail.com> wrote in message
news:1182685430.657139.130100@u2g2000hsc.googlegro ups.com...
> Hi all, i need a motor with a high rotational accuracy, so i 've think
> to re-use a
> motor of a hard disk.
>
> Here are some questions:
> 1) considering the smallest rotation permitted with a motor from an
> hard
> disk, which is the corrisponding rotating angle?
> 2) Does someone have any information about how to drive an IDE or S-
> ATA Hard
> disk using a parallel port ?
>
> Can someone provide informations also about how to use voice-coil
> control
> systems ?
>

Hi Andrea.
Some help here..
http://www.epanorama.net/circuits/diskstepper.html

bw..


Reply With Quote
  #3  
Old 06-24-2007, 09:57 PM
Andrew
 
Posts: n/a
Default Re: Hard disk motor

On 24 Jun, 12:43, Andrea Mazzolari <andrea.mazzol...@gmail.com>
wrote:
> Hi all, i need a motor with a high rotational accuracy, so i 've think
> to re-use a
> motor of a hard disk.


Well, HDD motors aren't _that_ well regulated. Look into the way data
is laid out on disk and you'll notice areas set aside specifically to
record the speed the disk was turning when that area of disk was
written. It might not very that much but it's enough to make a
difference in this context.

> Here are some questions:
> 1) considering the smallest rotation permitted with a motor from an
> hard
> disk, which is the corrisponding rotating angle?


That depends. If it uses steppers then I doubt they'll be high
resolution types. Typically 90 degrees, or 45 degrees if you combine
two distinct stepper control methodologies.

> 2) Does someone have any information about how to drive an IDE or S-
> ATA Hard
> disk using a parallel port ?


Commercial adapters for this are available. I suggest you use them as
it isn't a straightforward pin x to pin y arrangement. Even the
software by itself to control such a beast is ambitious for a hobby
project.

> Can someone provide informations also about how to use voice-coil
> control
> systems ?


What is you are trying to do? First of all you make an observation
about the motors, but then you ask about driving disk units in
general. Now you are asking about voice coils which bring in another
area entirely. It would be helpful if we understood what the ultimate
goal was.

Reply With Quote
  #4  
Old 06-24-2007, 10:46 PM
Andrea Mazzolari
 
Posts: n/a
Default Re: Hard disk motor

> What is you are trying to do?

I need a system to make small rotations.
In a first istance i belived that motors in a HDD are step-motors. Now
i discovered that they just spin at a fixed speed, so they will be not
useful for my purpose.

In my understanding of voice coil motors, the permit very small
rotations, is this correct ?

Best regards,
Andrea

Reply With Quote
  #5  
Old 06-25-2007, 03:39 AM
Paul
 
Posts: n/a
Default Re: Hard disk motor

Andrea Mazzolari wrote:
>> What is you are trying to do?

>
> I need a system to make small rotations.
> In a first istance i belived that motors in a HDD are step-motors. Now
> i discovered that they just spin at a fixed speed, so they will be not
> useful for my purpose.
>
> In my understanding of voice coil motors, the permit very small
> rotations, is this correct ?
>
> Best regards,
> Andrea
>


http://en.wikipedia.org/wiki/Stepper_motor

http://products.danahermotion.com/v4...rMotor&Rnd=751

There are also motors that have a reduction gear on the output.

A DIY computer control for a stepper motor.

http://linuxgazette.net/122/sreejith.html

Paul
Reply With Quote
  #6  
Old 06-25-2007, 06:37 PM
Andrew
 
Posts: n/a
Default Re: Hard disk motor

On 24 Jun, 23:46, Andrea Mazzolari <andrea.mazzol...@gmail.com>
wrote:

> In my understanding of voice coil motors, the permit very small
> rotations, is this correct ?


No. Voice coils make reciprocating rather than rotary motion - they
go back and forth instead of round and round. You were probably on
the right track with steppers to begin with. Steppers internally
always operate on the basis of 90 or occasionally 45 degree steps, but
many have built in gearing that effectively reduces the size of each
step to three degrees or so on the output spindle.

The other possible alternative is to use a servo if you need exact
rotational positioning. Servos don't allow continuous rotation in one
direction or the other, only through an arc of maybe 200 degrees,
although of course the precise size of that rotation may be modified
with gearing. The advantage of a servo is that it has a built in
knowledge of what position the axis is in, what position is desired,
and the circuitry to make the former the latter. This is true even if
some external force attempts to over-rule the servo: a stepper would
lose all knowledge of its position in that instance.

Servos are often used to control RC models and you should be able to
get a basic type for about $10-15. They are controlled using pulse
width modulation - sending a logically high voltage periodically to
the servo to indicate the position. A 1ms long pulse indicates one
extreme of travel, 2ms the other, and 1.5ms the centre of travel.
Doubtless you can find more details on the web.

--
Andrew Smallshaw
andrews@sdf.lonestar.org

Reply With Quote
  #7  
Old 06-25-2007, 06:52 PM
Andrew
 
Posts: n/a
Default Re: Hard disk motor

On 25 Jun, 19:37, Andrew <andr...@sdf.lonestar.org> wrote:

> Servos are often used to control RC models and you should be able to
> get a basic type for about $10-15. They are controlled using pulse
> width modulation - sending a logically high voltage periodically to
> the servo to indicate the position. A 1ms long pulse indicates one
> extreme of travel, 2ms the other, and 1.5ms the centre of travel.
> Doubtless you can find more details on the web.


Just a clarification that comes to mind on re-reading this post.
Servos are continuously adjustable, it isn't a case of only three
positions being possible. For example, a 1.55ms pulse would indicate
just off centre in the same direction as that taken for a 2ms pulse.
This is analog electronics so at least in theory there's no limit to
how high the resolution can be.

--
Andrew Smallshaw
andrews@sdf.lonestar.org


Reply With Quote
  #8  
Old 06-25-2007, 11:46 PM
Eagle
 
Posts: n/a
Default Re: Hard disk motor

Hello Andrea,

On Sun, 24 Jun 2007 11:43:50 UTC, Andrea Mazzolari
<andrea.mazzolari@gmail.com> wrote:

> Hi all, i need a motor with a high rotational accuracy,
> so i 've think to re-use a motor of a hard disk.


Rotational and linear stepper motors are available in
many varieties. Another product type that might also
be
suitable would be a positioning system. Depending on
your needs a linear to rotary conversion might be
useful.

I'd have to have some idea what your positioning needs
are to look up specific solutions. How accurate to do
need? What speed is required? What load factors are
involved? I presume that price is also a concern.

David
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hard Disk whirrr Ben Stevenson Windows XP 16 06-25-2007 01:07 PM
Laserjet 4MV hard disk Tim Lynch Printers 3 04-28-2007 07:57 AM
Hard disk space sntholiday Windows Vista Installation 5 04-04-2007 11:57 PM
New hard disk - help please PigPOg Dell 2 04-04-2007 03:25 PM


All times are GMT. The time now is 06:25 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger