Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > General Electronics Chat


General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion?

Reply
 
LinkBack Thread Tools Display Modes
Old 8th July 2007, 12:03 AM   (permalink)
Default Hertz

Hi all
A simple question is it possible to change the frequency of a voltage i.e 240v @ 40Hz or does changing the hertz effect the voltage?

john
johnl69 is offline  
Old 8th July 2007, 11:13 AM   (permalink)
Default

Yes, it's done all of the time for running 3-phase (and other) motors. Check out "variable frequency drives." You can probably just Google on VFD. John
jpanhalt is offline  
Old 8th July 2007, 11:21 AM   (permalink)
Default

Of course it's possible.

You need to provide more information though.

Are you talking about a generator? If you reduce the speed you will reduce the frequencyand voltage but you can increase the voltage again by increasing the feild current to compensate.
__________________
I also post at the following sites:
http://www.stop-microsoft.org http://www.heated-debates.com
Screen name: Aloone_Jonez
And http://www.silicontronics.com, same screen name as here.
Hero999 is offline  
Old 8th July 2007, 02:29 PM   (permalink)
Default

Im trying to slowdown the speed of an aquarium pump to make a wavw system,
They are 240vAC, I connected one to a light dimmer switch just to run some test when i turned the switch the voltage dropped and the pumped stopped so i think the only way i can do this is to adjust the frequency, I would like to be able to control the frequency with a PIC if it possible
johnl69 is offline  
Old 8th July 2007, 02:41 PM   (permalink)
Default

do you know what type of machine is used?
is it a direct-on-line machine or does it have electronics with it?
__________________
Nothing is impossible.
Once a problem is realised, the rest is just details


Styx is offline  
Old 8th July 2007, 02:50 PM   (permalink)
Default

Quote:
Originally Posted by Styx
do you know what type of machine is used?
is it a direct-on-line machine or does it have electronics with it?
Machine? if you mean what pump then they are seio pumps they simply plug straight into the mains with no other electronics, they do sell controller for these pumps which reduce the speed of them but here too expensive and dont do what i want them to.

I think there an inductance motor?
johnl69 is offline  
Old 8th July 2007, 02:53 PM   (permalink)
Default

The pump motor is a synchronous AC motor, you've discovered tha hard way that a lamp dimmer won't work, you need to alter the frequency to change the speed.

To change the frequency an AC power supply you need to convert it to DC (with a rectifier and smoothing capacitor) then use an inverter to convert it back to AC at the desired frequency. Another problem is that the motor's core will probably saturate as it won't be desigened to work at lower frequencies so your best bet is to build a modifiedsinewave inverter and reduce the duty cycle with frequency. This is normally done by keeping the on time the same but increasing the gaps between pulses.
__________________
I also post at the following sites:
http://www.stop-microsoft.org http://www.heated-debates.com
Screen name: Aloone_Jonez
And http://www.silicontronics.com, same screen name as here.
Hero999 is offline  
Old 8th July 2007, 03:02 PM   (permalink)
Default

yup a CFVF converter needed
They arn't that hard just tend to be a bit distructive if you get things wrong

do you know the VA of the machine?
__________________
Nothing is impossible.
Once a problem is realised, the rest is just details


Styx is offline  
Old 8th July 2007, 03:10 PM   (permalink)
Default

Thanks guys

I know how to make an inverter but controlling the frequency is beyond my scope of knowledge.

http://www.uoguelph.ca/~antoon/circ/555dcac.html

I found this diagram am i right in thinking that the 555 timer controls the pulse to the inverter if so could i replace the 555 with a pic to vary the pulses when i need to?
johnl69 is offline  
Old 8th July 2007, 10:00 PM   (permalink)
Default

Quote:
Originally Posted by johnl69
I know how to make an inverter but controlling the frequency is beyond my scope of knowledge.
Don't say that!

The inverter I'm talking about doesn't convert 12V to 230VAC but 325VDC to 230VAC. It's just an oscillator with an h-bridge on the output and no transformer.
__________________
I also post at the following sites:
http://www.stop-microsoft.org http://www.heated-debates.com
Screen name: Aloone_Jonez
And http://www.silicontronics.com, same screen name as here.
Hero999 is offline  
Old 8th July 2007, 10:09 PM   (permalink)
Default

Quote:
Originally Posted by Hero999
Don't say that!

The inverter I'm talking about doesn't convert 12V to 230VAC but 325VDC to 230VAC. It's just an oscillator with an h-bridge on the output and no transformer.

I think i may not have explained myself properly I need to raise and lower the speed of the motor every minute or so, wouldn't an oscillator and h-bridge give a fixed frquency?
johnl69 is offline  
Old 8th July 2007, 11:54 PM   (permalink)
Default

Quote:
Originally Posted by johnl69
Im trying to slowdown the speed of an aquarium pump to make a wavw system,
They are 240vAC, I connected one to a light dimmer switch just to run some test when i turned the switch the voltage dropped and the pumped stopped so i think the only way i can do this is to adjust the frequency, I would like to be able to control the frequency with a PIC if it possible
I have designed and built prototype inverters with an H bridge that switch 12VDC for 12VAC aquarium pumps. The submersible pumps that I analyzed are are synchronous and sensitive to frequency and voltage and won't work out of a range of 10% or so for both when driven by a square wave. We also had to get the pump coil windings custom built at the factory in China for 10.5VAC so they won't make rattling noises. The pumps are used for liquid cooling of gaming computers.

Are 240V aquarium pumps legal where you are? Are they approved by UL, CSA, or whatever applies in your country?

Bob
Bob Scott is offline  
Old 9th July 2007, 12:19 AM   (permalink)
Default

Quote:
Originally Posted by johnl69
I think i may not have explained myself properly I need to raise and lower the speed of the motor every minute or so, wouldn't an oscillator and h-bridge give a fixed frquency?
Yes, an oscillator would give a fixed frequency.

You could easilly do what you said using a microcontroller though.
__________________
I also post at the following sites:
http://www.stop-microsoft.org http://www.heated-debates.com
Screen name: Aloone_Jonez
And http://www.silicontronics.com, same screen name as here.
Hero999 is offline  
Old 9th July 2007, 09:13 AM   (permalink)
Default

Quote:
Originally Posted by Hero999
Yes, an oscillator would give a fixed frequency.
???????????????????????????????

Why?, a variable frequency oscillator is an EXTREMELY simple device, certainly no need to use a micro-controller (apart from it's usually a good idea!).
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now  
Old 9th July 2007, 09:38 AM   (permalink)
Default

just to see if ive got this right

I turn the 240VAC into DC and feed this to the h-bridge i then use the Pic/oscillator to control which side of the h-bridge turns on giving me 240VAC at the frequency i desire ?

What transistors would i need to use for a 240v h-bridge?
johnl69 is offline  
Reply

Bookmarks

Thread Tools
Display Modes



Similar Threads
Title Starter Forum Replies Latest
Math help with Hertz 1Steveo General Electronics Chat 6 4th September 2006 10:43 PM
300 Hertz Relaxation Oscillator question mstechca General Electronics Chat 9 12th April 2005 02:56 PM
question about sound and hertz??? mxsixmike Electronic Projects Design/Ideas/Reviews 4 8th August 2003 07:05 AM



All times are GMT. The time now is 09:50 AM.


Electronic Circuits  |  Learning Electronics
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

eXTReMe Tracker