LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Graphs Missing Data Followed by Double Data

Hello,

 

I have a test system that updates a graph anywhere from 40 - 200 times per minute. Occasionally and especially with the faster refresh rates, the graph will blank (not show anything) and then will show 2 waveforms together. It seems like the data gets backed up and then is all released at once. 

 

I have seen this on multiple different CPUs so I'm not sure it is a CPU issue. It also happens more consistently at the very start which may be a clue. 

 

The hardware I am using is a NI USB-7845R. 

 

Has anyone seen this before or know of any fixes?

 

 

Normal Graph

CameronBrinkAC_0-1756925668566.png

 

Double Graph

CameronBrinkAC_1-1756925690499.png

 

0 Kudos
Message 1 of 2
(91 Views)

We'd need to see code to help, not just screenshots of graphs.  Please post your VI (and any subVIs), saved as 2020 version or earlier, attached to your post.

 

Most likely you're making some sort of assumption about timing that isn't true, or have a race condition in your dataflow from local variables or something along those lines.

 

There's also a chance you're doing something like using trigger levels close enough to the noise level, so in addition to your VI files it would be helpful if you exported the data that goes into the graphs (two sets, one for a normal graph and one for a double).

Message 2 of 2
(62 Views)