08-05-2013 02:58 AM
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
Solved! Go to Solution.
08-05-2013 04:23 AM
please help me frndz....
08-05-2013 04:34 AM - edited 08-05-2013 04:36 AM
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.
08-05-2013 10:58 AM
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.
08-05-2013 12:09 PM
Simple and less clutered 😄
08-06-2013 04:46 AM
@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.