10-09-2012 04:22 AM
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!
10-09-2012 04:50 AM
Help>Find Examples Browse. Fundamentals>File Input and Output will give you a number of examples.
10-09-2012 04:58 AM
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