LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I read sequentialy from an image folder?

Hi, I'm doing an aplication with labview. My program compares one image saved into a folder with other images saved in other folder. I'm looking for a function that allow me, open and read of the folder where I have saved the other images, automatically. Thank's everybody!
0 Kudos
Message 1 of 3
(2,639 Views)
Hello Juank,

in the file palette you will find a function "List directory". This function gives you the contents of a folder as an array of filenames (and allows usage of name patterns). So you can easily build a for loop to scan all files of a directory!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,638 Views)

Thank you very much GerdW!

I have just do it and is perfect.

Best regards,

Juank

0 Kudos
Message 3 of 3
(2,626 Views)