LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I show every x-th point of my data measured?

I use "High Speed Data Logger.vi" to measure my data.
While measuring (data acquisition), I want to show every x-th point of the data obtained in real-time if my computer has enough speed to do so.
Could anyone kindly tell me how to do it?
0 Kudos
Message 1 of 3
(2,429 Views)
You can use the Index Array VI to get values out of the array from the AI read VI. You could then send that result to a chart. So if you wanted to chart every 10 points you could indexd the 10th point out. Depending on how many points you are reading at a time, you may need index the array at a bunch of different points.

Evan
0 Kudos
Message 2 of 3
(2,429 Views)
Thanks, Evan!
I've already found an answer.
Basically, you are correct.
0 Kudos
Message 3 of 3
(2,429 Views)