LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding tables on the front panel as FOR loop executes

Solved!
Go to solution

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.

 

0 Kudos
Message 1 of 2
(2,568 Views)
Solution
Accepted by topic author Jpdas06

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

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 2
(2,552 Views)