05-15-2008 06:37 AM
05-16-2008 02:31 PM
Hello Maris,
There are a number of options available for writing data to a text file. The easiest option would probably be to use the Write to Measurement File Express VI. If you choose the LabVIEW Measurement File (.lvm) file type you can open this file as a text file. However, if you need to access file options that aren't available in this express VI you can use the VI's located in the Programming» File I/O pallet. I hope this helps, and if this doesn't meet your needs please feel free to post back with more information.
Cheers,
05-16-2008 02:37 PM - edited 05-16-2008 02:38 PM
Hi Maris,
here is a knowledgebase article about it: http://digital.ni.com/public.nsf/websearch/562D29142BF79B4E862570D10074E3CC?opendocument&Submitted&&...
Hope it helps
Mike
05-19-2008 05:01 AM
05-19-2008 05:02 AM
05-19-2008 05:24 AM
Hi Maris,
can you show your code? Did you try it with the example from the KB article?
Mike
05-19-2008 06:27 AM
05-19-2008 06:32 AM - edited 05-19-2008 06:32 AM
05-19-2008 08:22 AM - edited 05-19-2008 08:23 AM
Hello Maris,
Mike's solutions are also good. In response to your question about the Write to Measurement File Express VI, you have the option of selecting a LVM (text) file in the top right of the Configure Write to Measurement File window. To access this window just double click on the Express VI and you'll see this:

By selecting the LVM file type your data will be saved as text and not binary. I hope this helps, and have a good day.
Cheers,