09-18-2009 12:33 PM
HI,
I want to record the incomming data collected from my experiment into a spreadsheet that can be opened in excel. I have used the Write to Spreadsheet vi but when I run the program a file is not generated. I enter the path for the file and run the program. When I stop the program though, no file exists.
I am using Labview 8.6 and have attatched my program. Any suggestions would be appreciated.
Thanks
Solved! Go to Solution.
09-18-2009 01:13 PM
09-18-2009 01:24 PM
You should also keep in mind that that VI will not generate a spreadsheet or anything related to Excel. It generates a text file that you can import into Excel.
A few comments regarding the VI:
09-18-2009 06:47 PM
I had not been stopping the program with the boolean stop. That fixed it. I should of thought of that before. Thanks.
In response to the other comment:
1. I don't need that code. I have just not deleted it yet.
2. I will remove the sequence frames.
3. There is a reason for the seperate numeric controls. I am using labview to help me control and characterize a micro air vehicle. The sliders and the numeric controls are needed so I can test the aircrafts characteristics.
Thanks for all of your help.