04-08-2018 07:52 PM
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
04-09-2018 01:09 PM
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.