LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform chart extremely fast in the x axis

Solved!
Go to solution

Hello, I am getting a horizontal line as the waveform chart is running at fast speeds. Is there a way I can enlarge the scale so that it will display more fine, instead of fast horizontal lines that are difficult to read? In the picture is what I am dealing with... I am using the cRIOMain2 to send data via shared variables to the SingleTunnel2 vi.

WaveformChart.PNG

Download All
0 Kudos
Message 1 of 3
(975 Views)

Goal.PNG

This would be the intended goal...

0 Kudos
Message 2 of 3
(970 Views)
Solution
Accepted by topic author kepham

Charts plot as fast as you send data to them.  If you are sampling at 1 kHz, you need to plot 1000 (new) points per second (which is about 20 times faster than you can "see" the data).  You can (a) acquire data at a slower rate, or (b) not plot every point.  There are two "easy" ways to do the latter -- plot every Nth (i.e. 20th) point, or average (say 20 points at a time) and plot the averages.

 

Bob Schor

0 Kudos
Message 3 of 3
(949 Views)