LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cycle through writing data to set list of file paths

For my research I want to write data to a set list of pre-specified paths. While one set of data is being written, a separate script analyses the contents of the previous dataset (video) and pulls out interesting frames (this part is working). Once analysed the file should be left in place and overwritten on the next pass.

 

What's the best/easiest way to store a list of filepaths, and then cycle between them as the data acquisition progresses?

 

I'm relatively new to LabVIEW but fairly experienced in matlab and python.

 

Thanks!

0 Kudos
Message 1 of 3
(1,052 Views)

Create an array of paths and cycle through them using the remainder of [i]QR[array size]

 

altenbach_0-1613768898298.png

 

0 Kudos
Message 2 of 3
(1,044 Views)

Works perfectly, thanks!

0 Kudos
Message 3 of 3
(991 Views)