From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Motor Modulation Vibration Test

Hello,
 
1. Does anyone have any experience with collecting and analyzing motor vibration data to get the long-term modulation vibration data (or know where I can get more detailed information)?
 
From what I can gather, it essentially involves continously collecting data for 10-15 minutes, extracting orders (1/2X, 1X, 2X), and then recovering and graphing the amplitude modulation envelopes for each order.
 
2. What is the best way to collect 10-15minutes of data (at around 10kS/s)...is streaming to a TDMS file the best (only) option and then post-process it?
 
I greatly appreciate any information, resources, references that you might direct me to.
 
Thanks,
Chris     
0 Kudos
Message 1 of 7
(2,975 Views)

Thanks for your post.

I would definately use a TDMS file for streaming the data.  This makes the file very versatel for opening it in a number of places such as LabVIEW and DIAdem and even others. 

In our Sound and Vibration Measurement suite, we have the tools for tracking the orders you are interested in, including 1/2.  We also have an envelope detection algorithim and function you can use to detect and extract the envelope. 

http://zone.ni.com/devzone/cda/tut/p/id/3575

http://sine.ni.com/nips/cds/view/p/lang/en/nid/203624

Let us know what other questions you have.

 

Preston Johnson
Solutions Manager, Industrial IoT: Condition Monitoring and Predictive Analytics
cbt
512 431 2371
preston.johnson@cbtechinc
0 Kudos
Message 2 of 7
(2,956 Views)
Preston,
 
Thanks for the information.
 
I can't find the envelope detection vi?  Should I use the OAT Detrend Analog Tacho Signal.vi?
 
Thanks,
Chris
0 Kudos
Message 3 of 7
(2,935 Views)
The Envelope detection VIs are in the Sound and Vibration Measurement Suite version 6.0.  In the Sound and Vibration palette, there is a diagnostics group with envelope detection included. 
Here is an excerpt from the help files:
 
Preston Johnson
Solutions Manager, Industrial IoT: Condition Monitoring and Predictive Analytics
cbt
512 431 2371
preston.johnson@cbtechinc
0 Kudos
Message 4 of 7
(2,907 Views)

Preston,

Does this mean that envelope detection is not available in the "old-school" OAT toolkit (I think it's v2.1) where S&V and OAT were separate products?

Thanks,

Chris

0 Kudos
Message 5 of 7
(2,899 Views)
Yes, the envelope detection was added with the Sound and Measurement Suite version. 
 
If you are willing, an alternative method is using an hilbert transform.  I do not recall the details here, yet there has been other discussions in the forum regarding the hilbert transform for envelope.
Preston Johnson
Solutions Manager, Industrial IoT: Condition Monitoring and Predictive Analytics
cbt
512 431 2371
preston.johnson@cbtechinc
0 Kudos
Message 6 of 7
(2,885 Views)
Hi Chris,

Following up on what Preston recommended, you may want to check out this article. Here is a pretty cool demo of the Hilbert transform being used to detect echoes in a room.

Regards,
Kent
Applications Engineer
0 Kudos
Message 7 of 7
(2,863 Views)