LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I automatically advance an array on the front panel

How do you advance an array on the front panel as your VI runs.

 

I have a 2 dimension array.

And as my VI runs it steps throught the array.

0,1,2,3,4.....etc.

 

I want the current array that is being run to be the top line on my front panel array control.

So when line 10 is running the front panel is showing array 10 in the top line.

 

When line 23 is running the front panel is showing array 23 in the top line and so on.

 

How do I do that?

 

 

 

0 Kudos
Message 1 of 2
(2,127 Views)
Use Index Values property node and pass row number you want to view.
With Regards

Miraz
Kudos is better option to thank somebody on this forum
------------------------------------------------------------------------------
0 Kudos
Message 2 of 2
(2,118 Views)