Author Topic: Circuit ideas for Xtal locked AC synch turntable motor drive  (Read 9091 times)

0 Members and 1 Guest are viewing this topic.

Offline djsbTopic starter

  • Frequent Contributor
  • **
  • Posts: 893
  • Country: gb
Circuit ideas for Xtal locked AC synch turntable motor drive
« on: March 04, 2010, 02:32:29 pm »
Hi,
I have a turntable (record deck) here at home and would like to explore ideas for driving it's motor electronically.
The deck uses an AC synchronous motor that is currently reliant on the AC mains frequency. That's fine and it works OK.
I always wondered  as a design excercise how it could be driven from a more accurate frequency source like a quartz crystal.
I know I would need a crystal oscillator but how would the motor be driven? The AC waveform (50Hz Sine wave) would have to be stepped up to around 240v (or 110v as the motor is rated at if fed through phase capacitors). Maybe a circuit could drive a conventional step down transformer but in reverse?
Does anyone have any suggestions or ideas?
Thanks.

David.
« Last Edit: March 04, 2010, 04:13:40 pm by djsb »
David
Hertfordshire,UK
University Electronics Technician, London PIC,CCS C,Arduino,Kicad, Altium Designer,LPKF S103,S62 Operator, Electronics instructor. Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime. Credited Kicad French to English translator.
 

Offline joelby

  • Frequent Contributor
  • **
  • Posts: 634
Re: Circuit ideas for Xtal locked AC synch turntable motor drive
« Reply #1 on: March 04, 2010, 02:42:29 pm »
Would it be safer to replace the motor with something that works at lower voltages?

There are some dsPIC chips designed for motor control that may be appropriate, though maintaining a constant speed shouldn't be a very big challenge.
 

Offline djsbTopic starter

  • Frequent Contributor
  • **
  • Posts: 893
  • Country: gb
Re: Circuit ideas for Xtal locked AC synch turntable motor drive
« Reply #2 on: March 04, 2010, 03:03:40 pm »
Hi,
Yes that would be something I could look at. There are DC motor conversion kits available for the turntable but they are expensive (classed as high end audio kits like this (which uses the original motor) http://www.cabezon.eu/product_info.php?products_id=126). I'm not worried about the voltage being high. The current motor is cheap and easy to mount. I'd have to do a lot of mechanical mods to fit a DC motor.

David.
« Last Edit: March 04, 2010, 04:41:25 pm by djsb »
David
Hertfordshire,UK
University Electronics Technician, London PIC,CCS C,Arduino,Kicad, Altium Designer,LPKF S103,S62 Operator, Electronics instructor. Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime. Credited Kicad French to English translator.
 

Offline jimmc

  • Frequent Contributor
  • **
  • Posts: 304
  • Country: gb
Re: Circuit ideas for Xtal locked AC synch turntable motor drive
« Reply #3 on: March 04, 2010, 03:31:21 pm »
Remember that, except for direct drive, the actual speed of the turntable is dependent on the diameter of
the motor spindle (idler) or pulley (belt).
Using a quartz drive will not reduce any errors from this source.

Jim
 

Offline joelby

  • Frequent Contributor
  • **
  • Posts: 634
Re: Circuit ideas for Xtal locked AC synch turntable motor drive
« Reply #4 on: March 05, 2010, 02:31:45 am »
If you attached a rotary encoder sensor to the turntable, you could probably make it pretty accurate.
 

Offline rossmoffett

  • Regular Contributor
  • *
  • Posts: 234
  • Country: us
Re: Circuit ideas for Xtal locked AC synch turntable motor drive
« Reply #5 on: March 05, 2010, 03:48:59 am »
You could just run the motor off of a transformer or a variac.

The mains could be rectified with a 1:1 transformer and then a custom-designed inverter with a tunable frequency used to adjust the speed.

As was said though, it's not going to make it noticeably better.  Do you know what the deviance of line frequency is?  Not. Much.
ArcAttack - A group of musical Tesla coil performers with semi-regular blog updates.
 

Offline Zero999

  • Super Contributor
  • ***
  • Posts: 19528
  • Country: gb
  • 0999
Re: Circuit ideas for Xtal locked AC synch turntable motor drive
« Reply #6 on: March 05, 2010, 09:28:26 am »
You could just run the motor off of a transformer or a variac.

The mains could be rectified with a 1:1 transformer and then a custom-designed inverter with a tunable frequency used to adjust the speed.

As was said though, it's not going to make it noticeably better.  Do you know what the deviance of line frequency is?  Not. Much.
Sorry, it's going to make it noticeably worse because the mains frequency is much more reliable than the voltage.

I can think of two ways to make a crystal controlled motor:

Use a stepper motor with the driver driven from a crystal oscillator.

Use a standard PM motor connected to a standard PWM controller, with a tachometer on the shaft, use a PLL and divide by n counter to synchronise the tachometer to the oscillator. I'll post a block diagram if you like.

I don't see any point in this because the mains frequency is normally very accurate. I suppose if this is going to be used in a developing country with a poor power supply or run off a generator then it might be a good idea, but if it's not, don't worry about it.
 

Offline djsbTopic starter

  • Frequent Contributor
  • **
  • Posts: 893
  • Country: gb
Re: Circuit ideas for Xtal locked AC synch turntable motor drive
« Reply #7 on: March 05, 2010, 11:21:38 am »
Hi,
Thanks for the replies.
I'm just doing a kind of thought experiment and thinking out loud. I might build a prototype at some stage who knows.
Maybe I could use a MCU (PIC24) generating a 50Hz sine wave using a PWM output and low pass filter? This would feed a power amplifier stage or driver. The output of this would drive a 110volt transformer used in reverse (as a step up rather than step down primary voltage TBD).
I wonder if the output of the MCU would be more stable than the mains frequency.
Of course it would all need to be run off mains power anyway.
Looks like it would be more trouble than it's worth when I think about it.


David.
David
Hertfordshire,UK
University Electronics Technician, London PIC,CCS C,Arduino,Kicad, Altium Designer,LPKF S103,S62 Operator, Electronics instructor. Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime. Credited Kicad French to English translator.
 

Offline Zero999

  • Super Contributor
  • ***
  • Posts: 19528
  • Country: gb
  • 0999
Re: Circuit ideas for Xtal locked AC synch turntable motor drive
« Reply #8 on: March 05, 2010, 11:41:40 am »
You could use an inverter but it would be very inefficient (<50%) unless the amplifier is operating in class D, not class AB.
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 17817
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Circuit ideas for Xtal locked AC synch turntable motor drive
« Reply #9 on: March 10, 2010, 08:43:46 pm »
your 50 Hz mains supply is very stable and controlling the frequency on your current motor may not be the way.

My dad has a quad deck was a very pricy peice of kit in it's day, it has an opto sensor which consisds of and IR led and a photodiode made up into one part with a space between them. the dec turn table has a tab that passes through the sensor on each turn. if you grab the turn table to slow it down the arm will lift and it will take a few seconds to resync and the arm will go down again.

I can only assume that the circuit times the delay between passes and ajusts a PWM signal until the timing is right. I don't think it is a stepper drive system I think it is a standard motor driven either by PWM or voltage controlled.

beware of your control circuit interfering with the audio pickup, with just 5 mV coming out of the dec you could easily get yourself some hum or high pitch sound, might be worth running it at 30+ KHz
 

Offline rossmoffett

  • Regular Contributor
  • *
  • Posts: 234
  • Country: us
Re: Circuit ideas for Xtal locked AC synch turntable motor drive
« Reply #10 on: March 10, 2010, 11:44:34 pm »
Building a motor driver isn't as simple as building an inverter, either.  There is inductive kickback and transient voltage to deal with also.  You'll have to use some schottky diodes as protection for your switching circuit, maybe a .1 uf capacitor across the motor leads also.
ArcAttack - A group of musical Tesla coil performers with semi-regular blog updates.
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 17817
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Circuit ideas for Xtal locked AC synch turntable motor drive
« Reply #11 on: March 11, 2010, 07:45:37 am »
well protecting from inductive side effects should be common place for anyone deling with power control,
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf