04-13-2016 09:54 AM
Hello everybody,
My name is Diego Kawasaka and I´m needing some help with the function "Vibration level" from Sound and Vibration.
I have acquired an accelerometer signal and now I need to know the RMS values in each second. I was thinking about using the block "Vibration Level" from Sound and Vibration and use the function running RMS, but it´s not working.
Can somebody help me?
best regards
04-14-2016 12:42 PM
Hi Diego,
have you tried the "Vibration Analisys (Simulated)" example from Sound and Vibration toolkit in LabVIEW example Finder (Help>>Find Examples).
In the Example Finder, search for "Vibration Level" and then open the Vibration Analisys (Simulated).
Let me know if you were able to find it and if it meet your needs.
Regards
04-15-2016 07:36 AM
Hi Felipe!
Thanks for replying me. I´ve taken a look in the example that you have suggested, but it´s not what I´m looking for.
Actually, I need to charge one acquisition that I´ve recorded before and generate one channel of running RMS, that I´ll use to compare with another acquisition that I´ve done.
I need this cause while I was acquiring some data, I´ve used the vibration level in signal express but I´ve forgotten to select the running RMS to acquire.
Can you help me with some idea?
Thanks
04-18-2016 07:30 AM
Hi Diego,
Well, I think I got it. You've already acquired the data and it is in a File. So you want to load it and calculate the Running RMS in each second of the original data.
So, I developed a VI, that generates a simulated signal, breaks it into 1 second waveforms chunks and then perform the Runnng RMS. For each second of the Original data you will have 1 value of Running RMS. In the end, the VI builds a waveform for the Running RMS values.
You should replace the "Simulated Signal part of the code" by your own file load waveform routine.
Please, Check the attached file.
Regards.
04-20-2016 09:21 AM
Hi Felipe,
Please find attached the VI that I have developed and one example of acquisition. Note that I have one problem with the vibration level, cause even with the end of the acquisition, my loop doesn´t finish.
Do you know how to help me?
regards,
04-26-2016 04:15 PM
Hi Diego,
I modified the VI I sent you to load the acceleration File, calculate the Running RMS for all channels and write a new RMS file.
Take a look at it and see if it solves your problem.
Regards
10-09-2019 10:06 AM
Hello sir,
When I take off the vibration sensor, it showing random value but after putting on right axle it does not update it true value it show some wrong data. In running rms vi
Plz help mi what should I do???