01-19-2010 11:40 PM
Hai guys,
currently i'm doing a vi to minitor a vibrating motor. each experiment consist of few position and each position will have its own RMS value. before this, i just read and take the rms value to plot the trending graph using excel.
the question is how can i store this RMS value and use it to show/create a graph to show the trending of the RMS vibration motion using LABVIEW.
here i attached my block diagram ad an exmaple of trending which i did using excel. thank you
01-21-2010 01:28 AM
I think you've to write your custom format.
I attached an example screenshot where you can modify for your own work.
It'll record rpm on the first column and next colums are rms.
01-21-2010 01:47 AM
Hi Hafizzuddin
LabVIEW provies APIs to write a vector of data to spreadsheet. There are two APIs corresponding to this. These are under File IO palette.
Write to Spreadsheet File.vi
Read from Spreadsheet File.vi
You can use these VIs to create and write the data to a spread sheet.
Also, if you use the report generation toolkit, you can get a lot of Excel handling APIs using which you can add record, plot graph from the existing data and many more.
Bharath