02-03-2014 04:53 AM
I have got an array inside a for loop and I am using this as the output terminal of my sub VI ,I need to get the continous data from that but I am getting only the last value.
Thanks in Advance
For more information I am attaching my llb with this .
02-03-2014 05:50 AM
Hi nk,
you should state which VI you are talking about - the main VI doesn't contain any FOR loop!
I guess it's GetXL_CellValues_2D_dbl. A quick fix could be this:
Your "naming" VI is missing…
A better solution would be not to edit the original CellValues-VI but to use it as subVI in a loop!