|
[DPRG] More quad encoder stuff
Subject: [DPRG] More quad encoder stuff
From: R. Bickle
rbickle at swbell.net
Date: Tue Sep 4 12:15:00 CDT 2001
Good point Dan,
In fact, I designed a few years ago an absolute gray code encoding device
used for above ground fuel storage tanks. It operates up to 32 feet with a
resolution of 1/10 inch. If anyone is interested in using them, I have
AutoCad files of the encoder disks.
Rick
-----Original Message-----
>From: dprglist-admin at dprg.org [mailto:dprglist-admin at dprg.org]On Behalf
Of Dan Miner
Sent: Friday, August 31, 2001 11:00 PM
To: 'dprg'
Subject: RE: [DPRG] More quad encoder stuff
> On Thu, 30 Aug 2001, R. Bickle wrote:
>
> > Why would you need to use gray code encoding for robots?
> >
> > This is very useful for absolute encoders, but motor encoders can be
> > incremental much more easily.
> >
> > Rick
You don't need gray code for an encoder - but it MIGHT be useful.
Where gray codes are certainly useful is in situations where
multiple bits switching at once can cause extra noise (due to
ground bounce, coupling and other "nasties") -OR-
synchronization problems.
Consider the three bit code for 3=011 that is incremented
to the code for 4=100. Note that all three bits change at once.
Not a problem *IF* they all change at once. But what if the
upper bit changes first, then the other 2. 011 -> 111 -> 100.
= 3 -> 7 -> 4. Not good.
This is where gray codes could be most useful for an absolute
encoder since the relative alignment of the sensors is less
critical than with a binary encoding.
- Dan Miner
_______________________________________________
DPRGlist mailing list
DPRGlist at dprg.org
http://nimon.ncc.com/mailman/listinfo/dprglist
More information about the DPRG mailing list
|