LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

path array

Solved!
Go to solution
The problem I'm having is with array of paths. I include a zipped folder with some directories and a vi I use to retrieve information from the folders. The vi keeps returning two cells with empty path without any reason that I can think of. I have tried several solution but non of them work yet. The problem is affecting other section of my project.

Please any idea on what's causing this problem?
0 Kudos
Message 1 of 5
(2,901 Views)
0 Kudos
Message 2 of 5
(2,893 Views)
Hi

Are you talking about the image attached ?


Regards

Paul
0 Kudos
Message 3 of 5
(2,887 Views)
Yes. I expect to see not a path instead of a blank.
0 Kudos
Message 4 of 5
(2,880 Views)
Solution
Accepted by topic author aderogba
Hi

See the attached solution, you had a shift register missing in the inner loop, therefore all the not a paths you were inserting were not being passed around, only the last not a path on each row would be seen.

Regards

Paul Rawlinson
TBG Solutions
UK
Message 5 of 5
(2,862 Views)