LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

to get continous output from for loop

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 .

@nk
0 Kudos
Message 1 of 2
(2,243 Views)

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:

check.png

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!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,226 Views)