LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with plotting numeric data

I am using the DAQ assistant to get data, convert the dyanmic data into a 1D array of doubles, then split that array into into double data type and perform some operations on the data.  The entire operation is enclosed in a while loop.  I am wanting a real time graph showing the results.  I have tried converting the data back into dynamic data and plotting onto a waveform graph with no success.  Any help is appreciated.
0 Kudos
Message 1 of 3
(2,606 Views)
Do you want to display that data onto a waveform chart?  That is not the same as a Waveform graph.
 
A chart appends new data a point at a time  to the end of the chart so it looks like a strip chart.  A wavefrom graph just displays the entire waveform in one shot.
Message 2 of 3
(2,594 Views)
I was actually able to get what I wanted done, but more my by chance/luck than anything.  I replaced the dynamic data to numeric and array spliter with the split signal VI and it all worked.  I don't really understand why though.  But to answer your question I think what I want is a chart.
 
Currently it only displays the results for the last .1 seconds, I tired changing the X axis from automatic to 0-5 but when I ran the program, I only got results for the first .1 seconds and the rest of the chart was blank.
0 Kudos
Message 3 of 3
(2,582 Views)