LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tunnel mode (concatenate problems)

Hi

 

I have a programme i writting at the moment. I am using a for loop for taking measurements. Measurement are taken at specfiic intervals previsoly determined. At each interval the for loop runs takes a set of measurements and send them to 1D arrays on the front panel. I am using the tunnel mode feature of labview 2013 to concatenate the array.

 

The problem i am having is loop runs takes all the measurments concatenates them and once the loop has finished you can then see them on the front panel. If i want to see the measurements going into the array as they are taken how do i do this.

 

attached is a picture of the for loop

0 Kudos
Message 1 of 2
(2,377 Views)

Hello,

 

You can concatenate data in your loop by using "build array" function and displaying the resulting array in the graph.

Otherwise you can use a chart instead of a graph.

 

UpdateGraphContinuously.JPG

0 Kudos
Message 2 of 2
(2,367 Views)