LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save to spreadsheet speed

Hello
i got a few troubles trying to save my datas to a spreadsheet i was
wondering when i save how can i choose the time between two
consecutive datas?
0 Kudos
Message 1 of 2
(2,424 Views)
If I understand you correctly, you have a data acquisition process of some type running and the output of this acquisition process is saved to a spreadsheet file. Before I can answer your question, I need to know if every data sample is being saved to the datafile?

If so, setting the time between consecutive data samples is really a matter of setting how often you are acquiring the data. Assuming you have the acquisition code in a loop, inserting a wait VI will pace the acquisition to whatever rate you need.

If there are samples that are displayed to the user but not saved, the case is a little more complex--but not much. The key here is how the saving of samples needs to be being triggered.

If you can post your code (or send it to me) I'll help you so
rt it all out...

Mike...
mporter@arielcorp.com

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,424 Views)