LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

make a sequential 2D output

Solved!
Go to solution

Hi all

i have to write a program that give some numerical inputs and after calculations make some other numerical outputs. these out puts should illustrate in a 2D arraye and table

but in each stage when user push next stage buttom labview should calculate that stage outputs and fill just this row in out put array and table for example in 2nd stage it should fill second row of out put indicators how can i do this?

please find my front panel in attachment file

 

0 Kudos
Message 1 of 4
(2,252 Views)

Keep the 2D array of strings in a shift register and use an event structure for the "Add Row" button.

 

WIth every press, add a 1D array using "build array". There are plenty of examples here in the forum.

 

 

0 Kudos
Message 2 of 4
(2,239 Views)
Solution
Accepted by topic author 12321254

Here's a quick example...

0 Kudos
Message 3 of 4
(2,236 Views)

thanks buddy

0 Kudos
Message 4 of 4
(2,203 Views)