Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
Posted by
stratton@m...
on 2000-03-18 14:40:27 UTC
> I have been programming PICs for a few years, and am cosideringSuggest you do some reading on encoders - you might look at www.usdigital.com
> making a 3 axis DRO. I would be more than glad to share my
> design,code,schematics with all. Having never worked with a DRO, I
> have a couple of questions.
> How does the DRO know which direction theTypical encoders you might encounter might need 5v power and give 5v
> motor is going (so it can increment or decrement). Also what
> properties do the average encoders have (e.g. opto
> using a 5 volt supply, hall effect) do they pulse a signal out or
> need a supply voltage etc.
signals either TTL compatible (cheap ones) or differential (expensive
ones). The signals are usually two square waves 90 degree out of
phase, sometimes with an additional index channel. You tell the
direction of the count from the sequence of rising and falling edges
of these two quadrature signals. Alternately, you can get a chip like
the LS7084 that converts qaudrature to step and direction signals.
> I was thinking of using a seperate color of LED diplay for eachI'd probably opt for all Red LED's or some other display technology,
> axis.
as the other color LED's are not as bright, and you might have trouble
equalizing the brightness of the 3 axis.
>Besides a button to zero each axis are there any other featuresSomeone mentioned a nify mode switch to put the readout in an
> I need to consider?
incremental mode. Basically, you store the current position, then let
the user reset the counter to make little local measurements, then
restore the original count once they set the mode switch back to
absolute. Hitting the reset button in absolute does a reset of this
absolute position counter.
Chris
--
Christopher C. Stratton, stratton@...
Instrument Maker, Horn Player & Engineer
30 Griswold Street, Cambridge, MA 02138
http://www.mdc.net/~stratton
(617) 492-3358 home/shop
Discussion Thread
Glen Benson
2000-03-18 14:14:58 UTC
PIC DRO Revisited
stratton@m...
2000-03-18 14:40:27 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
Ken Lowther
2000-03-18 14:46:49 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
ptengin@a...
2000-03-18 14:59:33 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
james owens
2000-03-18 15:07:56 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
David M. Munro
2000-03-18 15:58:41 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
Eric Keller
2000-03-18 16:12:34 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
ptengin@a...
2000-03-18 16:42:06 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
Paul Devey
2000-03-18 20:34:13 UTC
RE: [CAD_CAM_EDM_DRO] PIC DRO Revisited
Jon Elson
2000-03-18 23:19:44 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
Bill Phillips
2000-03-19 13:44:02 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
james owens
2000-03-19 14:34:58 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
Tim Goldstein
2000-03-19 15:02:48 UTC
RE: [CAD_CAM_EDM_DRO] PIC DRO Revisited
Marshall Pharoah
2000-03-20 05:01:26 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
james owens
2000-03-20 05:47:47 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
Marshall Pharoah
2000-03-20 06:06:39 UTC
Re: [CAD_CAM_EDM_DRO] PIC DRO Revisited
SMITH, THOMAS B. (JSC-DX)
2000-03-21 09:06:00 UTC
RE: PIC DRO Revisited