11-21-2011 06:41 AM
Dear engineer
I am facing some problems in my program that I made it
I want to make the wave form graph to be motional means when I read from the file it will read at frequency 5hz
Is there a way to do it??
"convert the csv file to lvm before you use it"
regards,
eyad al-borno
kfupm student
0507254550
Saudi Arabia
11-21-2011 09:09 AM
please guys someone tell us
11-21-2011 09:13 AM
I don't use the Express VIs. I would use Read From Spreadsheet to get a 2D array and then inside the loop, use the Index Array function.
11-22-2011 02:37 AM
thank you but i want to do it in that way for smoe reasons
11-22-2011 03:03 PM
Hi Eyad,
Waveform graphs are used to plot the data arrays all at once. It sounds like you want to use a waveform chart so that data points are plotted one at a time. The Knowledge Base (KB) article, What Is the Difference Between Graphs and Charts in LabVIEW? outlines the difrerences between the two and provides some useful sample code. In your most recent post, you stated that you want to implement the code in a way similar to what you have already done. Can you elaborate on this further? In order to implement the functionality you want, it may well be that you have to change the your code significantly, as Dennis has suggested.