Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
LinkBack Thread Tools Display Modes
Old 14th January 2008, 03:46 AM   (permalink)
Default Piezo Transducer - Auto Resonant Frequency

Hello all,

I have a piezo transducer meant for welding and/or cleaning...

It will be used to set a "structure" into a resonant vibration... Not the first mode of vibration but rather a higher mode in the range of 20kHz to 30kHz..

It will be bolted to the structure and the structure may undergo some change... therefore it's resonant frequency will depend on the structure and will vary unpredictably...

I would like to be able to indicated when its operating at its resonant frequency...

As I understand, it will be at it's resonant frequency when the impedance is at it's lowest...

I have seen a method where the transducer is connected in series with a resistor... A scope across the transducer will indicate a relative impedance...

However... as I would like to drive the transducer while checking for resonance... What and/or how should I be measuring???


The specs of the transducer are as follows:
Resonant frequency: 28 kHz
Resonant impedance: 30 Ohm max
Static capacitance: 2500 pf
Max operating power: 200 Watts
Lenght dimension: 91.4 mm
Diameter dimension: 30 mm

Thanks,
Michael
krazatchu is offline  
Old 14th January 2008, 04:27 AM   (permalink)
Default

Hi again...

For measurement, I have nearly finished Oscope project (from avrfreaks)...
http://www.khazama.com/project/oscope/default-en.aspx
It's waiting for an ADC0820....

I also have built an AVR based frequency meter ...
http://cappels.org/dproj/30MHzfmeter/30MhzFmtr.html

For generation I have an AVR based DDS ...
http://www.scienceprog.com/avr-dds-s...generator-v10/

And an XR2206 based function generator...

For driving ... a 100 Watt Class AB amp built from a kit...

Thanks,
Michael
krazatchu is offline  
Old 19th January 2008, 03:52 AM   (permalink)
Default

Hello~~

I have been doing some research on resonant frequency tracking....

I have uncovered a few different methods of actively foloowing the resonant frequency...

They are as follows...

1) Vibration amplitude sensor mounted on piezo transducer...
This method would require a memory to determine if the amplitude is increasing or decreasing... and then increase or decrease the frequency accordingly...

2) PLL - measuring the phase angle between voltage and current, when phase angle difference = zero... system is at resonance...
I'm not completely clear on the implementation of this...

3) Admittance locking... I have no idea what this is yet...
Here is a link to an abstract, I don't have access to the full article...
http://http://www.sciencedirect.com/...8f7d7274a96fab

So.... Could anyone weigh in on these methods... ??
I would like to create something as simple and as cheap as possible... perhaps something I could fit on a AVR with minimal circuitry...
I think others would benefit a piezo driver that locks on resonant frequency...

Thanks,
Michael
krazatchu is offline  
Old 19th January 2008, 05:04 AM   (permalink)
Default

Since the piezo already has a resonant frequency just put it in the positive feedback loop of an amplifier and it'll oscillate at the proper frequency.
__________________
--- The days of the digital watch are numbered. ---
kchriste is offline  
Old 19th January 2008, 10:44 AM   (permalink)
Default

I'm not sure that will work as there is a mechanical resonance involved...

I think I would also have to isolate it as its running at 100v pp...

I think PLL is a pretty common method .... I just don't know how to implement that yet....
krazatchu is offline  
Old 19th January 2008, 10:47 AM   (permalink)
Default

Quote:
Originally Posted by krazatchu
I'm not sure that will work as there is a mechanical resonance involved...
It's the mechanical resonance that makes it oscillate at the correct frequency!.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline  
Old 19th January 2008, 10:54 AM   (permalink)
Default

Hmm... can anyone tell I don't know what I'm doing??

Could someone give me an idea how I would
Quote:
put it in the positive feedback loop of an amplifier
??
krazatchu is offline  
Old 20th January 2008, 12:51 AM   (permalink)
Default

Assuming the following things:
The transducer is 30hm: at its resonant frequency.
You want apx 100Vpk-pk out of the amplifier.
The amplifier will output 100Vpk-pk with less than 1Vpk-pk input.
The amplifier can handle a continuous output at that level at 100% duty cycle without blowing up.
You would do something like this:
Attached Images
File Type: png feedback.png (5.9 KB, 11 views)
__________________
--- The days of the digital watch are numbered. ---

Last edited by kchriste; 20th January 2008 at 12:55 AM.
kchriste is offline  
Old 20th January 2008, 03:10 AM   (permalink)
Default

Great!

Thanks for the schematic... I will give that a try on Monday...

I have been working on an Oscope project from avrfreaks... but I'm having trouble with the LCD....

I recently found another elctronics market here in Korea, they seem to have alot of used stuff there... So I will go hunting for a used scope today...
Finally I will be able to see what I'm doing...

Thanks,
Michael
krazatchu is offline  
Old 20th January 2008, 03:25 AM   (permalink)
Default

Hmm..

It seems that 0.33 ohm resistor will have to be pretty big...

Can someone clue me in how I apply ohm's law to calculate the current thru the resistor so I can figure out the power rating for the resistor...?

Using I = V / R ... and then P= I x V .... doesn't give a reasonable value...

Thanks
krazatchu is offline  
Old 20th January 2008, 03:45 AM   (permalink)
Default

how come? what your voltage? it's a simple division..

to help you imagine that with a 12V power supply and 1 ohm resistor
you can pass 12A, with the same supply and 2 ohm resistor you can
pass 6A.
whiz115 is offline  
Old 20th January 2008, 04:14 AM   (permalink)
Default

I'm mathimatically challenged.... just kidding... @ 100 volts I get 300 Amps...
Which gives a power of 30 kw....

Obviously I'm appling the formula incorrectly...
krazatchu is offline  
Old 20th January 2008, 04:30 AM   (permalink)
Default

The hundred volts will be across the piezo (30hm in series with the 0.33hm: so it would be 3.3Amps peak current.
100V / (30 + 0.33) = 3.3A
100v peak is 70.7Vrms so the RMS current would be 2.33 amps and the RMS power 164.8 Watts. The power dissipated in the 0.33hm: resistor would be 1.8 watts.
__________________
--- The days of the digital watch are numbered. ---

Last edited by kchriste; 20th January 2008 at 04:33 AM.
kchriste is offline  
Old 21st January 2008, 02:07 AM   (permalink)
Default

Thanks for clearing that up for me... probably I should study up on the basics...

Michael
krazatchu is offline  
Old 24th January 2008, 03:46 AM   (permalink)
Default

Hello agian~~~

A few days ago I bought a used ocilloscope, A Hung Chang 5604... 40MHz, 2 ch...
And... in attempt to avoid looking like an idiot... I have been studying up on the basics...

So, could someone please check my math on the following....

The amp I'm using is rated for 100 watts, I have 2 of these on seperate boards with seperate heatsinks...
The amp uses the Toshiba 2SC5200 and complentary 2SA1943... the datasheet on these parts says "Recommended for 100W hifi amp..."

Now... assuming the 100W rating should be for an 8hm: speaker...
So, If I calculate the current by I=V/R .. I get 12.5 Amps...
and like kchriste said, "100v peak is 70.7Vrms" ....
Then, using the RMS voltage, the RMS current is 8.75 Amps..
And the RMS power is P = V*I = 618.625 W .... Wrong again..

Hmm... still looking stupid... time to study more...
krazatchu is offline  
Reply

Bookmarks

Thread Tools
Display Modes



Similar Threads
Title Starter Forum Replies Latest
Variable capacitor circuits walters General Electronics Chat 83 11th March 2008 03:59 PM
Sound from a Piezo Transducer MagnumForce General Electronics Chat 5 7th October 2005 04:53 PM
Piezo transducer..... RFERNANDEZ General Electronics Chat 4 10th August 2005 12:37 PM
Piezo Transducer signal amplifier endean0 Electronic Projects Design/Ideas/Reviews 0 27th November 2004 09:32 PM
Transducer Piezo: Is it a buzzer? Screech General Electronics Chat 4 26th September 2003 02:21 PM



All times are GMT. The time now is 01:32 PM.


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

eXTReMe Tracker