LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ assistant- ignore 1st data point.

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

 

Download All
0 Kudos
Message 1 of 2
(2,139 Views)

Use Array Subset with an index of 1 at the place you want to remove the first data point.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 2 of 2
(2,138 Views)