LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want handle single array for multiple files

Solved!
Go to solution

In previous post.. i have doubt in reading multiple files .. i successful did that with ur help..

 

i have array storage .. in that i want to store all data or group by file data..

 

if i run the VI. data that present in the last executed file will be storing in the array.. i want to proceed futher .. so i want all all to proceed further

 

 

 

 

untitled.JPG

0 Kudos
Message 1 of 6
(2,687 Views)

please help me frndz....

0 Kudos
Message 2 of 6
(2,673 Views)
Solution
Accepted by topic author gowthamggk

Move and connect the 'empty array constant' connected to the shift register of inner For loop to outer For loop's shift register.

 

Edited: picture attached for illustration.

 

Code_Modified


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Message 3 of 6
(2,663 Views)

I would get rid of the second For Loop and the Case Selector that is in the second For Loop. Right now, they are doing nothing.

0 Kudos
Message 4 of 6
(2,630 Views)

Simple and less clutered 😄

 

Message 5 of 6
(2,625 Views)

@TimeWaveZero wrote:

Simple and less clutered 😄

 


Functionality is slightly modified, the output in this case will be a 2D array... OTOH, the requirement was of 1D array.

With LabVIEW 2012, this can be done by right-clicking the output tunnel and selectingTunnel Mode»Concatenating from the shortcut menu.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 6 of 6
(2,605 Views)