08-20-2008 10:36 AM
Hi,
Ive posted a few questions on Vibration recently and am now at the point where i have a greater understanding on what is required.
My setup is an accelerometer , connecting to a sinal conditioner that outputs 50mv/g for every 5pc/g.
This is then coming into Labview 8.5 using a NI9234 card, and i have created a VI as attached
It all seems to work fine in that my acceleration windows shows my spectrol analysis of my acceleration in G, i then integrate it to get my velocity (Vibration) spectrol analysis.
And again this all ties up, if i put in avibration of 5g , i see 5g and i also get the correct vibration at that frequency.
The window at the bottom on the VI is my speed, and id like to see the vibration at the current speed...to do this i have used the extract single tone sub vi, pass the frequency of the speed signal in and again this seems to work fine..Lastly i would also like to do overall vibration descibribed by the customer spec as "a calculation of square root of the sum of the squares of all vibration levels within the specified range (50-1000 Hz).". This is also described as broadband vibration and we currently just choose that broadband type in some equipment a called a VM600 that we currently use, but would like to replace with the NI kit.
Now i assume? that in the sound and vibration measurement suite under vibration levels thats what these do...i cant really find alot of info on them, but in the example i have used the peak one, which "seems" to be adding up all the peaks....although i cant find any info to back this up..does anyone know from the statement above what i should be using to do this?...and possibly a description in the same termonology as the above as to what the others do....it would be very much appreciated...lastly i would only need to do it between 50 and 1000Hz , again how would i do this to prevent inclusion of any vibration outside these freqencies....any help clearing these up would be appreciated..as i think im very nearly there to what i want..just these last few issues...
Again, any help and guidance on the issues and perhaps confirmation of what i have done in the vi attached is correct would be so much appreciated
Many thanks for reading and help you can offer
Best Regards
Mike
08-25-2008 10:45 AM - edited 08-25-2008 10:52 AM
08-26-2008 04:24 AM
Hi,
Many thanks for the detailed reply, i have implemented what you have shown and it definitely seems to remove the noise facor, and allows me to window my broad band vibration so a big thankyou.
One question though if i may, and its just to settle my mind.
You state that to convert (mm/s)^2 rms to mm/s you x2 and then square root this....could you explain this please as i thought mm/s rms to peak mm/s would be that but the initial value is ^2 also?...apologies is this is a very basic question
Regards
Mike
08-26-2008 10:21 AM
Yes, if your input value is in units of [engineering unit (EU)] and you set dB On to False, the Power Spectrum VI returns a spectrum in EU^2 rms. The unit label output of the VI will also indicate the units of the spectrum. In some Sound and Vibration examples, the unit label is used to customize the y-axis scale label text which hopefully minimizes confusion about the units of the displayed result.
08-26-2008 10:57 AM
Hi Doug, sorry i meant clarify the equation that if its (mm/s)^2 rms you simply x2 and squarerroot to get peak?..just wondered where that comes from
Ta
Mike
08-26-2008 01:06 PM
The power spectrum can be treated as the energy in the signal as a sum of sinusoids. Power in Band sums the power by taking the sum of the squares of all bins and returns power in band in units of (mm/s)^2 rms. For a sine wave: peak level = sqrt(2) * rms level. One could convert the spectrum to peak units before performing the power in band computation, but it was simpler to scale the end result.
08-27-2008 02:44 AM
Hi Doug, again thanks for the prompt reply.
What happens to the ^2 (from the power in band in units of (mm/s)^2 rms) though - are we sayin the peak broadband is (mm/s)^2 ?? and that is the units that we say overall vibration in?
Thanks once again,
Mike
08-27-2008 09:19 AM
I don't know what your requirements are in terms of reporting units. I read your posts as a need to report the velocity vibration in units of (mm/s pk). With the Sound and Vibration Toolkit, you have the tools to measure the acceleration, velocity, and displacement vibration in whatever units are required for your application. I again recommend that you use the unit label outputs of the SVT VIs to verify your units along the code path and to give you confidence to apply the the conversions your application requires.
Please feel free to send me an email at doug.bendele@ni.com so that we may start a more interactive discussion.
10-29-2008 09:18 AM
10-29-2008 09:49 AM - edited 10-29-2008 09:50 AM
I forgot to include a shot of my code.