LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I make motional graphs

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

Download All
0 Kudos
Message 1 of 5
(2,488 Views)

please guys someone tell us

 

0 Kudos
Message 2 of 5
(2,476 Views)

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.

0 Kudos
Message 3 of 5
(2,474 Views)

thank you but i want to do it in that way for smoe reasons

0 Kudos
Message 4 of 5
(2,457 Views)

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.

 

0 Kudos
Message 5 of 5
(2,442 Views)