Metalworking (rec.crafts.metalworking) Discuss various aspects of working with metal, such as machining, welding, metal joining, screwing, casting, hardening/tempering, blacksmithing/forging, spinning and hammer work, sheet metal work.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Dave Martindale
 
Posts: n/a
Default How To Build A Micrometer

(Ben Nguyen) writes:
Im looking for ideas to do for a school project and came up with
a digital micrometer.


Does anyone know whats involved? I want something challenging, but not
something impossible!


You need a precision screw and a precision nut, probably adjustable to
reduce or eliminate play. You need some sort of rotary encoder to
measure rotation of the shaft to high angular precision, and a computer
of some sort to read the output of the encoder, keep track of position,
and convert that to a displayed measurement. For a practical measuring
device, you also need a ratchet or friction clutch device, like on a
real micrometer, to standardize the measuring force.

The easiest place to obtain the precision screw and nut and the
ratchet/friction device is an old mechanical micrometer, if that's not
considered "cheating". Then you need a rotary encoder, which you might
build yourself (a challenge), or you might find one in the carriage motor of
an old inkjet or dot-matrix printer, or an old tape drive, or even just
buying a surplus encoder.

Then you need to couple the encoder to the spindle (screw). This is
easiest if the encoder has a hollow shaft. Keep in mind that the screw
moves along its length as well as rotating, while the encoder only
wants to rotate, so you'll need a precision sliding coupling between
the two. Alternately, you could use gears to couple the spindle to the
encoder.

Then you need software to take the two sine or square waves coming out
of the encoder, decode transitions into distance and direction info,
keep a running count of where the spindle is, and display the position
in inches or mm (or both). You should also allow for setting zero at an
arbitrary position. The simplest way to write this software might be to
program a PC, using the parallel port for input and the frame buffer for
display. A more professional way is to use a microcontroller like a PIC
or AVR with a LCD or LED display.

What level of school is this for? How long do you have?

Dave
  #2   Report Post  
Tfmccarley
 
Posts: n/a
Default How To Build A Micrometer

Build A Micrometer

I know it won't be as modern as an electronic mike, but a mechanical mike with
a 40 tpi screw or even 20 tpi would teach them a lot about how things are
really measured. Plus it would be a lot easier to build and get working.
  #3   Report Post  
Michael
 
Posts: n/a
Default How To Build A Micrometer

Beginning with v 130 # 3244, March '64 Martin Cleeve has a series in ME on
building a set of micrometers. Won't help with the digital part, but there's
bound to be some good tidbits in there.


"Ben Nguyen" wrote in message
m...
Im looking for ideas to do for a school project and came up with
a digital micrometer.

Does anyone know whats involved? I want something challenging, but not
something impossible!

Thanks!



  #4   Report Post  
MichaelMandavil
 
Posts: n/a
Default How To Build A Micrometer

MichaelWard

Beginning with v 130 # 3244, March '64 Martin Cleeve has a series in ME on
building a set of micrometers. Won't help with the digital part, but there's
bound to be some good tidbits in there.


Michael, at the risk of appearing to be uninformed, would you mind telling us
what the letters "ME" stand for?

Michael Mandaville
  #5   Report Post  
Ole-Hjalmar Kristensen
 
Posts: n/a
Default How To Build A Micrometer

"M" == MichaelMandavil writes:

Michael Ward
M Beginning with v 130 # 3244, March '64 Martin Cleeve has a series in ME on
building a set of micrometers. Won't help with the digital part, but there's
bound to be some good tidbits in there.


M Michael, at the risk of appearing to be uninformed, would you mind telling us
M what the letters "ME" stand for?

M Michael Mandaville

Probably Model Engineer

--
This page intentionally left blank


  #6   Report Post  
Michael
 
Posts: n/a
Default How To Build A Micrometer

sorry Michael, assumptive on my part. Model Engineer magazine

"MichaelMandavil" wrote in message
...
MichaelWard


Beginning with v 130 # 3244, March '64 Martin Cleeve has a series in ME on
building a set of micrometers. Won't help with the digital part, but

there's
bound to be some good tidbits in there.


Michael, at the risk of appearing to be uninformed, would you mind telling

us
what the letters "ME" stand for?

Michael Mandaville



  #7   Report Post  
Ben Nguyen
 
Posts: n/a
Default How To Build A Micrometer

Thanks for the great ideas! Incidentally, this is for my senior
project in engineering technology at ucsd. I graduate
in June 04, so thats the timeframe Im working with.

I was looking at my computer mouse, and that seems to do something similar.
What if I use the rolling mechanism that the ball turns and its circuit
board to make a digital caliper?

Even better if I could replace the circuit board completely with something
homebrew!

Thanks!
  #8   Report Post  
ff
 
Posts: n/a
Default How To Build A Micrometer

Ben Nguyen wrote:

Thanks for the great ideas! Incidentally, this is for my senior
project in engineering technology at ucsd. I graduate
in June 04, so thats the timeframe Im working with.

I was looking at my computer mouse, and that seems to do something similar.
What if I use the rolling mechanism that the ball turns and its circuit
board to make a digital caliper?

Even better if I could replace the circuit board completely with something
homebrew!

Thanks!


Could you make a digital caliper with a digital "voice" that says the
measurement?

Fred

  #9   Report Post  
Bruce C.
 
Posts: n/a
Default How To Build A Micrometer

Couple of ideas from outside the box:
1. Put a GPS reciever in the anvil and another one in the screw. Feed the
signals to a PC to compute the diference.
2. Use an ultrasonic transducer coupled to something like a Time Domain
Reflectometer (TDR). Now you can read the thickness without having access to
the other side. Or maybe you can read the thickness of an anodize treatment.
3. Use a scale similar to what is inside a digital caliper and have the
traveling part of the micrometer something like a lever-actuated tailstock
on a lathe.

I also like the "talking micrometer" already mentioned. How about a
micrometer that reads out in braile?

Bruce


"Ben Nguyen" wrote in message
m...
Im looking for ideas to do for a school project and came up with
a digital micrometer.

Does anyone know whats involved? I want something challenging, but not
something impossible!

Thanks!



  #11   Report Post  
Tim Williams
 
Posts: n/a
Default How To Build A Micrometer

Use an old mouse for the encoder.

Tim

--
In the immortal words of Ned Flanders: "No foot longs!"
Website @ http://webpages.charter.net/dawill/tmoranwms

"Dave Martindale" wrote in message
...
(Ben Nguyen) writes:
Im looking for ideas to do for a school project and came up with
a digital micrometer.


Does anyone know whats involved? I want something challenging, but not
something impossible!


You need a precision screw and a precision nut, probably adjustable to
reduce or eliminate play. You need some sort of rotary encoder to
measure rotation of the shaft to high angular precision, and a computer
of some sort to read the output of the encoder, keep track of position,
and convert that to a displayed measurement. For a practical measuring
device, you also need a ratchet or friction clutch device, like on a
real micrometer, to standardize the measuring force.

The easiest place to obtain the precision screw and nut and the
ratchet/friction device is an old mechanical micrometer, if that's not
considered "cheating". Then you need a rotary encoder, which you might
build yourself (a challenge), or you might find one in the carriage motor

of
an old inkjet or dot-matrix printer, or an old tape drive, or even just
buying a surplus encoder.

Then you need to couple the encoder to the spindle (screw). This is
easiest if the encoder has a hollow shaft. Keep in mind that the screw
moves along its length as well as rotating, while the encoder only
wants to rotate, so you'll need a precision sliding coupling between
the two. Alternately, you could use gears to couple the spindle to the
encoder.

Then you need software to take the two sine or square waves coming out
of the encoder, decode transitions into distance and direction info,
keep a running count of where the spindle is, and display the position
in inches or mm (or both). You should also allow for setting zero at an
arbitrary position. The simplest way to write this software might be to
program a PC, using the parallel port for input and the frame buffer for
display. A more professional way is to use a microcontroller like a PIC
or AVR with a LCD or LED display.

What level of school is this for? How long do you have?

Dave



  #13   Report Post  
Alaric B Snell
 
Posts: n/a
Default How To Build A Micrometer

Bruce C. wrote:
Couple of ideas from outside the box:
1. Put a GPS reciever in the anvil and another one in the screw. Feed the
signals to a PC to compute the diference.


Uh, not the easiest approach. Although you could do differential
decoding to find the distance between the two points accurately despite
GPS not giving you *absolute* positions very accurately, it still
wouldn't be *very* accurate, and it'd be bloody complex!

2. Use an ultrasonic transducer coupled to something like a Time Domain
Reflectometer (TDR). Now you can read the thickness without having access to
the other side. Or maybe you can read the thickness of an anodize treatment.


Might be interesting to develop a micro-radar or micro-sonar where the
sensor head transmits pulses and then you use an oscilloscope to view
the reflected signal as it comes in - the further down it's looking the
longer the echo took so the further along the scale the point has moved.
Once it was calibrated, you could put it on a surface and see things
like the actual far surface, but also things like the layer of solder
within a braze joint, etc.

I also like the "talking micrometer" already mentioned. How about a
micrometer that reads out in braile?


Erm... yes, but how many blind machinists are there? It doesn't sound
like an easy profession for the partially sighted to me. Having to put
your fingers into the lathe to see where the tool was doesn't sound very
safe. Although you could doodle on things with an automatic centre punch
- braille graffiti!


Bruce


ABS

  #14   Report Post  
Tim Williams
 
Posts: n/a
Default How To Build A Micrometer

"Ben Nguyen" wrote in message
m...
Im looking for ideas to do for a school project and came up with
a digital micrometer.

Does anyone know whats involved? I want something challenging, but not
something impossible!


Hmm... for something hacked, you could take a bit of threaded rod and
tap a hole in a piece of stock for it, then pull the encoder circuitry
out of a mouse (as I mentioned above) and setup the computer software
to read the X or Y axis of the mouse and scale it to revolutions.
Then based on TPI of the thread, you've got your measurement. Give or
take 1/16".

Tim

--
In the immortal words of Ned Flanders: "No foot longs!"
Website @ http://webpages.charter.net/dawill/tmoranwms


  #15   Report Post  
Bruce C.
 
Posts: n/a
Default How To Build A Micrometer

I was not aware that braille micrometers existed. I just wanted to
contribute a few "idea seeds". None of them would be easy and maybe not
doable with current technology - but one of the input criteria was a
challenge. And if you are going to go to all that trouble, then stretch and
do something new and maybe useful to the world. I think the TDR idea might
be especially useful for some specialized tasks (hell, they might already
exist too).

As a side note I wasn't suggesting that anyone put themselves in a dangerous
situation. I didn't even consider blind machinists - machinists are not the
only ones that use micrometers.

Bruce

"Mike" * wrote in message
...
Blind machinists are out there. Although I have never seen or heard a
talking micrometer, there are braille micrometers available. This I
know because I am blind. Although I do not currently do any machine
work, I want to. I rebuild car engines and just now have started
looking in to model engines.

Mike




On Wed, 17 Sep 2003 16:25:01 +0100, Alaric B Snell
wrote:

Bruce C. wrote:
Couple of ideas from outside the box:
1. Put a GPS reciever in the anvil and another one in the screw. Feed

the
signals to a PC to compute the diference.


Uh, not the easiest approach. Although you could do differential
decoding to find the distance between the two points accurately despite
GPS not giving you *absolute* positions very accurately, it still
wouldn't be *very* accurate, and it'd be bloody complex!

2. Use an ultrasonic transducer coupled to something like a Time Domain
Reflectometer (TDR). Now you can read the thickness without having

access to
the other side. Or maybe you can read the thickness of an anodize

treatment.

Might be interesting to develop a micro-radar or micro-sonar where the
sensor head transmits pulses and then you use an oscilloscope to view
the reflected signal as it comes in - the further down it's looking the
longer the echo took so the further along the scale the point has moved.
Once it was calibrated, you could put it on a surface and see things
like the actual far surface, but also things like the layer of solder
within a braze joint, etc.

I also like the "talking micrometer" already mentioned. How about a
micrometer that reads out in braile?


Erm... yes, but how many blind machinists are there? It doesn't sound
like an easy profession for the partially sighted to me. Having to put
your fingers into the lathe to see where the tool was doesn't sound very
safe. Although you could doodle on things with an automatic centre punch
- braille graffiti!


Bruce


ABS




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help - I need to build a false floor in a hurry! Steve Gilbey UK diy 4 July 27th 04 05:08 PM
Curious micrometer design Eide Metalworking 9 August 8th 03 01:49 PM
skateboard ramp build mark UK diy 2 July 14th 03 05:46 PM


All times are GMT +1. The time now is 12:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 DIYbanter.
The comments are property of their posters.
 

About Us

"It's about DIY & home improvement"