LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use a list of adress the with "open file" function?

In fact, i would like to get data into differents files in a folder. I would like to get it all, and put them into the same array with "read characters in a file" function.
0 Kudos
Message 1 of 3
(2,561 Views)

Hi Alexis,

You can specify a folder, get the array of individual files using List Directory function and index them in a for-loop to read them. Use Build Array with Shift-registers to read them into a single array.

See attached diagram.

Let me know if this not what you wanted.

Khalid


0 Kudos
Message 2 of 3
(2,561 Views)
Thanks Khalid,
I finally managed to make a loop using regisers. (kind of what you did).

Thanks again and good luck!

Alexis
0 Kudos
Message 3 of 3
(2,561 Views)