Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic data acquisition and online sending for individual data points processing

Hi

I am new in LabView and I have a doubt about the way LabView generates and stores data from experiments.

 

My program is defined to save the measurements in a .txt file continuously, each measure in a different row. My doubt is if it would be possible to send the generated data individually in order to process the information simultaneously instead of storing it in a file and sending it later for processing all in once.

 

Therefore, is is possible to generate files with single array of data continuously? Can the data be automatically sent to another server online?

 

Thank you in advance.

Josep

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

LabVIEW is a programming language. It doesn't intrinsically generate or store data from an experiment though you can write code to have it do so.

 

 

To answer your next two questions, yes, you can generate files continuously and you can send the data to another server online. A common way to do that would be to store your data into a SQL database.

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