Hello
I am attaching a vi that I have already modified from an existing example. I will use this vi to measure pressure (from a pressure transducer) and acceleration (from an IEPE accelerometer). Each of the two sensors is connected into a C Series module housed in a 4 slot CompactDAQ Chassis. The pressure transducer will measure the pressure of water flowing in a pipeline while the accelerometer will simultaneously measure the vibration of that pipeline caused by the water pressure fluctuation. In this vi, I am logging both pressure and acceleration signal into a TDMS file and then reading both signals on separate waveform charts. The acceleration signal is written and read in the time domain. I need your help to perform more modification on this vi to take the acceleration signal and read it on a seperate chart in the Frequency domain and also write the frequency domain values into a TDMS file. After performing this modification, the vi is supposed to have three wave form charts (pressure, acceleration in time domain, and acceleration in frequency domain, and opens two tdms files, one for pressure and acceleration in time domain, and one for acceleration in frequency domain.
I tried many ways all failed since I am not very familiar with vibration measurements.
Thank in advance.