LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

saving data within while loop

Hi everybody,

I have a problem with saving my data within a while loop: With every loop iteration all values are written to the spreadsheet file instead of only the actual values. So some values are always repeated.
May anybody help me out?

I post my vi.

Thanks in advance,
Steffi
0 Kudos
Message 1 of 3
(2,590 Views)

Hi Steffi,

that´s true, because you bundle all together. Which are the new values, the data time and the random numbers? Build an array from only the new values and connect it to the "WritetoSpreadsheetfile.vi".

Hope it helps.
Mike

Message 2 of 3
(2,588 Views)
Oh ok,

that work's! Thank you very much!

Steffi
0 Kudos
Message 3 of 3
(2,580 Views)