11-23-2008 01:47 PM
11-23-2008 02:25 PM
Look in the example finder for examples for writing to data files.
11-23-2008 02:29 PM
Hi Nakhimov,
I would prefer a graph display in LabView instead of a text file...
But well: you may use "write to spreadsheet file" to output your 2D data to a text file. (In LV before 8.0 you have to use "array to spreadsheet string" and "write text"). One problem though: when the user opens the file with an other program (like notepad) the file often gets locked for write access and your LabView program will show an error because it cannot write to that file anymore . take care of this!