LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with displaying data on Waveform Graph

Hi, I've a small problem with my application. Application is supposed to start aquireing data after clicking play batton, and after clicking pouse button it should stop the VI and display aquired data on Waveform Graph. But data on a graph start to show not after clicking play button but after starting the VI and they have value of 0. Same problem with last data point with drops down to 0. 

Bez tytułu.png

 Can somebody help me with dat problem? I can send full program.

0 Kudos
Message 1 of 3
(2,456 Views)

Yes, please attach the VI(s). Its hard to debug code from a picture of a front panel. 

 

But my guess is that you are updating the graph from VI start (or have t0 as VI start time). 

 

 

Certified LabVIEW Architect
0 Kudos
Message 2 of 3
(2,434 Views)

Thanks for your reply. I was able to solve my problem by removing points equal to zero, through which the time is calculated correctly. 

0 Kudos
Message 3 of 3
(2,151 Views)