06-16-2008 04:13 PM
06-16-2008 05:13 PM
06-16-2008 05:28 PM
06-16-2008 05:32 PM
06-16-2008 05:34 PM
06-16-2008 06:54 PM
It is missing the TIn.vi.
Also, why do you have a Case Statement with a single case called Exit? which is the only selection in Menu Selection..
Do you actually want to write to a file that will be used by Microsoft Excel? Because all your VI is doing at the moment is writing to a text file.
RayR
06-16-2008 10:01 PM
Tln.vi just a user library file from Measurement Computing, text file a .csv file, it can open by Exce
06-17-2008 06:50 AM
So, are you trying to work with Excel? If so, then you need to use Active-X, not writing to a text file.
RayR
06-17-2008 06:58 PM
Hi all,
The simplest way to write to a spreadsheet is to use the Write to Spreadsheet.vi that can be found in the Functions Palette in Programs<File I/O. The output file obtained can be opened using Excel. You can find an example using this function in labview\examples\comm\smtpex.llb. Open the Email with Data VI to see the example. I hope this helps in your application.