LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open file from text file

hello everyone..I have one question....How to open the file using labview prog.I mean, for example  I look at  write to text file.vi in NI Example finder. n run the simulation.After that the command like "select data file to write" does appear in windows...after we select the file...its start to write file to text file...After finish that...I want to open back what I saved before..Its different from read file to measurement or else....It means that I want to open the text file that write from measurement without to find manually in windows or other partition in theSmiley Happy harddisk.So...just click button in labview...so..the text file will open...but I don't know how to program it...thank u very much...
0 Kudos
Message 1 of 2
(2,628 Views)

If you know the exact complete path, you can very well open the file by using Open/Create/Replace file function from the File I/O pallette.

See to the input "function" it has... You can Open, Open/Create, Create/Replace, Create, Open (read only).

Use the one appropriate to your application.

I suggest you to keep open the online help all the time, to read, understand & code in LabVIEW.

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 2
(2,622 Views)