re;Re: Threading
Posted by
Dave Kowalczyk
on 2000-11-01 17:20:20 UTC
Ballendo,
Ahh, isn't this Thompson's rule or something? Perceived ease of
task varies in inverse proportion to nearness to it.
I'm working on a PC parallel port threading algorithm right now for
my next software rev, and it's not a particularly simple problem.
Three conditions have to be satisfied:
- Slewing of axis in appropriate ratio to spindle speed, at any speed.
- Mark registration for multiple passes to align correctly.
- "Look ahead" to stay within acceleration limits for the axis.
Tough nut to crack, especially if there's no index pulse on the
spindle encoder, or if the encoder can have any arbitrary number of
slots from one up! Think I've got it figured out though...
Dave Kowalczyk
Ames IA
Ahh, isn't this Thompson's rule or something? Perceived ease of
task varies in inverse proportion to nearness to it.
I'm working on a PC parallel port threading algorithm right now for
my next software rev, and it's not a particularly simple problem.
Three conditions have to be satisfied:
- Slewing of axis in appropriate ratio to spindle speed, at any speed.
- Mark registration for multiple passes to align correctly.
- "Look ahead" to stay within acceleration limits for the axis.
Tough nut to crack, especially if there's no index pulse on the
spindle encoder, or if the encoder can have any arbitrary number of
slots from one up! Think I've got it figured out though...
Dave Kowalczyk
Ames IA
--- In CAD_CAM_EDM_DRO@egroups.com, ballendo@y... wrote:
>
> P.S. It would be fairly simple to just use a "divide by N" circuit
> (or PIC program) to do lathe threading WITHOUT the computer. (every
N
> encoder pulses, spit a stepper pulse). Include the encoder "index"
> pulse(if direct driven) or a hall effect "index" input for multiple
> start threads. Increasing/decreasing lead would be tougher, but
still
> PIC-able.
Discussion Thread
ballendo@y...
2000-11-01 16:18:55 UTC
re;Re: Threading
Smoke
2000-11-01 17:02:40 UTC
Re: [CAD_CAM_EDM_DRO] re;Re: Threading
Dave Kowalczyk
2000-11-01 17:20:20 UTC
re;Re: Threading
Bill Darby
2000-11-01 17:37:47 UTC
Re: [CAD_CAM_EDM_DRO] re;Re: Threading
cnc4me@u...
2000-11-01 18:16:38 UTC
re;Re: Threading
ballendo@y...
2000-11-01 18:19:23 UTC
re;Re: Threading
Anne Ogborn
2000-11-01 19:31:47 UTC
Re: [CAD_CAM_EDM_DRO] re;Re: Threading
Smoke
2000-11-01 20:51:48 UTC
Re: [CAD_CAM_EDM_DRO] re;Re: Threading
Dave Kowalczyk
2000-11-02 04:39:38 UTC
re;Re: Threading - software distr.