LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

datalogging

Hi, i am new to Labview and am trying to develop a vi to monitor ambient conditions from an instrument, Basically Temperature, Humidity, Barometric & Dew Point.   I have the vi communicating with the instrument over RS232 the vi reads the values from a string every second and converts them to a number to be read in an indicator and chart but i also need to log this data to a file every 15 seconds. Do i convert the numbers back to a string and then write to a file or would it be best to log the data at the beginning and write straight to a file?? I have attached the vi and although not very pretty at the moment (this is my first vi) it works but i need to get the data into a file for record retention?  Any help would be most appreciated?
Cheers
Thurk
0 Kudos
Message 1 of 2
(2,570 Views)

This vi should give an idea to build on

It uses File I/O functions.

Also look at File I/O example VI's shipped with LabVIEW

LabVIEW>> Find Examples>>Fundamentals>> File Input and Output

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