Re: [CAD_CAM_EDM_DRO] Basic Stamp + Encoder
    Posted by
    
      David Micklethwaite
    
  
  
    on 2002-06-30 16:49:31 UTC
  
  Hi Terry,
I have not done any PIC programming but have worked for large computer
manufacturers (CDC and now Cray) for years and have been programming in all
languages since about 1968. I think programming for a PIC would be a nice
change of pace!
I need a DRO for my Bridgeport and plan to make one eventually using a PIC
to do the counting and drive the display. I have looked at the code for the
PC based DRO systems and see that it keeps a history of the last few encoder
transitions - I think this is an attempt to avoid missing transitions. The
way it is done uses either a lot of conditional code (which will slow the
program down) or a large table (which will not fit in a PIC memory). I don't
think this history is really necessary.
I would like to see the code you have for PICs. It will give me another
example to study and hopefully convince me that the history stuff is not
necessary.
Regards,
Dave.
I have not done any PIC programming but have worked for large computer
manufacturers (CDC and now Cray) for years and have been programming in all
languages since about 1968. I think programming for a PIC would be a nice
change of pace!
I need a DRO for my Bridgeport and plan to make one eventually using a PIC
to do the counting and drive the display. I have looked at the code for the
PC based DRO systems and see that it keeps a history of the last few encoder
transitions - I think this is an attempt to avoid missing transitions. The
way it is done uses either a lot of conditional code (which will slow the
program down) or a large table (which will not fit in a PIC memory). I don't
think this history is really necessary.
I would like to see the code you have for PICs. It will give me another
example to study and hopefully convince me that the history stuff is not
necessary.
Regards,
Dave.
----- Original Message -----
From: "James Owens" <wotisname@...>
To: <CAD_CAM_EDM_DRO@yahoogroups.com>
Sent: Sunday, June 30, 2002 10:09 PM
Subject: Re: [CAD_CAM_EDM_DRO] Basic Stamp + Encoder
> Hi Dave,
>
> I be happy to send you what I have, but it is not complete code but code
> snips collected from various lists, some in PIC Basic and some in
Assembler.
>
> Regards,
>
> Terry
Discussion Thread
  
    wscalione
  
2002-06-29 15:02:17 UTC
  Basic Stamp + Encoder
  
    James Owens
  
2002-06-29 16:37:00 UTC
  Re: [CAD_CAM_EDM_DRO] Basic Stamp + Encoder
  
    turbulatordude
  
2002-06-29 18:28:30 UTC
  Re: Basic Stamp + Encoder
  
    Keith Bowers
  
2002-06-29 18:45:54 UTC
  Re: [CAD_CAM_EDM_DRO] Basic Stamp + Encoder
  
    David Micklethwaite
  
2002-06-30 04:49:45 UTC
  Re: [CAD_CAM_EDM_DRO] Basic Stamp + Encoder
  
    James Owens
  
2002-06-30 04:53:40 UTC
  Re: [CAD_CAM_EDM_DRO] Basic Stamp + Encoder
  
    James Owens
  
2002-06-30 05:05:04 UTC
  Re: [CAD_CAM_EDM_DRO] Basic Stamp + Encoder
  
    David Micklethwaite
  
2002-06-30 16:49:31 UTC
  Re: [CAD_CAM_EDM_DRO] Basic Stamp + Encoder
  
    James Owens
  
2002-06-30 17:19:48 UTC
  Re: [CAD_CAM_EDM_DRO] Basic Stamp + Encoder
  
    mayfieldtm
  
2002-07-01 10:13:37 UTC
  RE: Basic Stamp + Encoder
  
    timgoldstein
  
2002-07-01 10:15:41 UTC
  Re: Basic Stamp + Encoder
  
    Ian W. Wright
  
2002-07-01 11:08:06 UTC
  Re: [CAD_CAM_EDM_DRO] RE: Basic Stamp + Encoder
  
    serv4volley
  
2002-07-01 11:30:38 UTC
  Re: Basic Stamp + Encoder