RF Measurement Devices

cancel
Showing results for 
Search instead for 
Did you mean: 

How to present vibration data in G vs Hz Graph?

Hi all,
 
I'm using NI9233 to acquire the vibration data in X,Y & Z direction. I need to present these data in G vs Hz Graph. From the graph I need to pick up the value of the highest peak value in G and Hz. Btw, I also need to save the graph waveform every time I run my VI for different direction (X,Y,Z). Anyone can help me solving this problem?
 
Thank you.
0 Kudos
Message 1 of 2
(7,163 Views)
Hi Ivan99,

You can create an acceleration task in Measurement and Automation Explorer (MAX) for your NI 9233 and scale it appropriately to get your data in Gs.  To create the task, open up MAX and right click Data Neighborhood then select Create New » NI DAQmx Task » Acquire Signal» Analog Input » Acceleration.   Assuming you are using LabVIEW, you can use an Array Max & Min VI to extract the maximum value in a given data set.  When you say you want to save the waveform every time you run your VI, would you like to save your data or the graph itself.

 If you have never used DAQmx or LabVIEW to acquire data, I would recommend the Complete DAQ Tutorial as a starting point.  I hope this helps. 


Best Regards

Hani R.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(7,144 Views)