On Sat, 28 Feb 2015 12:54:34 -0000, "gareth" <no....@thank.you.invalid>
wrote:
> Now, the rate of variation of audio is several orders of
> magnitude higher than the variations in speed of a cutter
> when it is subject to the force of cutting, so it seems
> to me that a PLL synchronised to an optical disc right
> on the hob axis, without the multiplying effect of the
> pulleys and belts, should do the same trick?
>
> What is needed is to divide down in the first instance
> so that the workpiece is turning at the same RPM as
> the hob, and then divied down agin for the number of teeth.
>
Using a PLL to synchronize a (divided down, higher frequency) oscillator to
the hob's rotation will get the average speed of the hob quite well, but the
angular synchronization will only be as good as the number of impulses per
hob-rev you're synchronizing to, methinks.
belts, gears etc. are only necessary when synchronizing the gear to the hob if
one is not using any digital intelligence between the sensor and the stepper.
If one is using a home brewed optical disc, then one hundred pulses per rev is
easily achievable (use a spare changewheel, spray the teeth and gullets black,
then skim the paint off the tops of the teeth). If one is using a commercial
encoder, 512-1024 pulses/rev are bog standard. to get the right number of
output pulses, use a PIC, Arduino, Banana Pi, to add:-
hob_ppr *desired_gear_teeth/stepper_ppr
into a counter as a floating point number.
Decrement it by one every pulse from the encoder.
Then output a stepper pulse and re-add the number to the counter every time
the counter becomes negative.
If I remember the logic correctly, that's what I used for a PIC based counter
that started off as a commercial rev limiter for racing motor bikes, developed
on to LED gearchange speed indicators for bikes and racing cars and was even
modified to measure the barring speed of steam turbines to ludicrous accuracy.
In the end, it got used between 0.01Hz and 250kHz, all on a 4MHz PIC!
I'm thinking Tony Jeffree's Division Master, as sold by Lester Caine can cope
with A/B type division by proper use of the settings and it can be actuated
from a buffered optical encoder. John S. used one, but I don't know if it was
in that mode.
Digital is simpler than analogue for this, to my mind ;-)
regards
--
Mark Rand
RTFM