From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Chart history/chart display problems

I am using charts to display the voltage and current waveforms of 6 channels. Whenever the charts are cleared (either programatically (by writing an empty array to the chart history) or instantly by right clicking on the chart while running and selecting 'clear chart'), the display becomes impossible to read--See attached pictures.

Is there a way that I can fix this problem?
0 Kudos
Message 1 of 2
(2,252 Views)
Your "clean" version contains 50 ms of data while the "messy" version contains 2000ms of data. If both contain the same type of data, the display looks right. In the messy version, you have more peaks than pixel slices.

If writing an empty array creates 2 seconds worth of real data, we need to figure out where that data comes from!

Something is definitely wrong. Could you post a stripped down demo VI that exhibits the problem? What LabVIEW version is this?
0 Kudos
Message 2 of 2
(2,252 Views)