12-14-2016 12:47 PM - edited 12-14-2016 12:47 PM
Hi all
I have a VI that executes a FOR loop for four times. Lets say this loop A (i =4). Inside the loop A, there is another FOR loop which runs 20 times. lets say this loop B (i =20). When the B loop finishes (i.e., 0 to 19) it produces a table. I am using a local variable and shift registers to write this table. But I cannot have four tables (that should result after completion of the loop A) as a result on the front panel because i am using a local variable for the table.
If anybody has suggestion so that I can have four tables as wanted, it will make my life easy.
Thank you all in advance.
Solved! Go to Solution.
12-14-2016 01:15 PM
Give us an image and example of the data and final results you need.
Given what you posted...
put the local of four tables in a case structure with the I terminal of Loop A wired to case selector and make sure that the "0" tabel is in the "0" case "1" tabel is in the "1" case ...
Ben