LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read tdms repeatedly

please tell me why is the VI incorrect and how to correct it. I want to read the same tdms file repeatedly ,  thank you!

 

 

 

0 Kudos
Message 1 of 2
(2,203 Views)

What is it doing that seems to be incorrect?

 

From what I can see, you have the loop iteration value wired to the count input of the TDMS read.  That means on the first iteration i=0, you will read zero items.  Next i=1, you'll read one.  next i=2 you'll read two.  i=3, you'll read three.  So every loop iteration, you'll be reading progressively larger chunks of the file.

 

You should just have a 1 wired to the count terminal.

0 Kudos
Message 2 of 2
(2,176 Views)