LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

edit text file with notepad while LabVIEW runing

Hello

when I read a text file with Labview.after that  I edit the text file with notepad while Labview runing.
then use Labview read the same text file again for updating the result but it don't work!!!
I have to stop labview and run Labview again for updating the result.

Can anyone please tell me how to do this? Thanks in advance

0 Kudos
Message 1 of 5
(2,982 Views)

You must have an error in your code.  Why don't you post it and we will have a look?

0 Kudos
Message 2 of 5
(2,978 Views)

Hello,

 

You must stop your VI before you make the changes to the text file the VI is looking to call.  Try stopping the VI which is calling the text file, and then save the file.  Then run the VI again and it should work properly.  Hope this helps!

 

-Cody C

0 Kudos
Message 3 of 5
(2,941 Views)

Rather than stopping/re-starting LV all the time, wouldn't it just be easier to write a couple VIs to do the editing directly rather than using Notepad?  I have some VIs (LV7.1) that change text files on the fly and the update hasn't failed yet (rather slow for long files, but all the same...)

 

Regards,

 

Michael Tracy

Synergy Microwave

 

0 Kudos
Message 4 of 5
(2,932 Views)

You don't have to start and stop LabVIEW, you just need to stop the VI, save the file, and then hit the run button on the VI. Also, if you have some VI's to do editing directly for you rather than using Notepad that would definitely be your best option.  You could actually use those as SubVI's within the main program to perform editing to the file and then pass that into your program.  Hope this helps!

 

- Cody C

0 Kudos
Message 5 of 5
(2,902 Views)