From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

saving data continuously to a spreadsheet

Hi There,

 

I am running a standard VI from the examples to acquire a voltage. I would like to run this VI continously for a period of time

and then when I stop running have all the data written to a spreadsheet. Either that or continously write the data to the spreadsheet

while running continuously. Any ideas?

 

Please bear in mind that Im really new to Labview so go easy on the explaining.

 

Thanks

 

Dave

0 Kudos
Message 1 of 3
(2,084 Views)

To acquire continuously, you would need to place a while loop around the inner part of the DAQ.

 

Your picture does not show how you want to write to the file. What is the loop rate you need? Unless the loop rate needs to be very fast, easiest would be to append the new data to the file inside the loop with each iteration.

0 Kudos
Message 2 of 3
(2,081 Views)

Thanks for the reply,

 

Unfortunately cant try this out now as my DAQ usb is in the lab. A few more questions, do I place the while loop around the whole of the VI just leaving the write to file VI outside of it? Or is it just a select few components that go into the while loop? Im not exactly sure what the loop sample rate is but we have been running the standard voltage aquisition VI at 10 000Hz, is this what you meant or is this a different sample rate?

 

When it comes to writing the file all I am going for is a series of voltage readings against time to plot on an excel graph. Apologies for my lack of knowledge, started learning labview last week:)

 

Thanks again,

 

Dave

0 Kudos
Message 3 of 3
(2,065 Views)