LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How store values from Analogin?

Hello everyone,

 

I have a pressure sensor connected to an mbed microcontroller, I wrote some code in Labview to read the pressure but now I need to store the values I get in a txt file or excel file for further calculations, does anybody know how to do this?

 

any help us appreciated

 

Thanks!   

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

Help>Find Examples   Browse. Fundamentals>File Input and Output   will give you a number of examples.

 

 

 

 

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

Hi Valdi,

 

Just for my understanding, so you go the code to read the values.

I think you can use the Vis in the FileI/O

 

the basic information flow wwould be

 

1. Open file / create file

2. Write the data

3. Close the file

 

you can get all these Vis available in the File I/O VI list.

Hope this helps

Labmat

 

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