From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reg:read file

Team

 

I have multiple lvm file in a folder. (ex trails1.lvm,trails2.lvm,trails3.lvm........trails 100.lvm). I want  read and calculate the max from the lvm.

 

here with attached the code. In this code I can read only one file at a time.  how I can read all the files

regards

mohan

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

You could do a List Folder and then use a FOR loop to read each file individually.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,116 Views)