02-17-2011 11:30 AM
I am using LABVIEW 2009 and NI-PCI 6024E DAQ to acquire data.
I made a simple vi, as attached below.
The DAQ assistant reads 10 samples, which are then passed on to a graph for plotting and saved in a file.
My question is, i want to ignore the first sample, i just want the sample number 2-10 to be passed on for plotting and saving.
How to do this?
Regards
poli
02-17-2011 11:35 AM - edited 02-17-2011 11:35 AM
Use Array Subset with an index of 1 at the place you want to remove the first data point.