LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error 7

Everytime i run my program it gives me an error 7 saying where i want to save my data was not found or doesnt exist...blah blah blah. But the folder does exist. How would I go about fixing this?
ashley
0 Kudos
Message 1 of 3
(2,889 Views)

Hi Ashley,

You may want to attach a simple VI that demonstrates the problem you're seeing.  Which of the File I/O VIs and/or functions are you using?  If you use execution highlighting, which function or subVI is generating the error 7?

With more information, I'm sure we can help you diagnose the problem.

-D

0 Kudos
Message 2 of 3
(2,879 Views)
The folder exists, but does the file exist?
The basic file functions will not create the file automatically. You will have to that yourself using New File. Look at the Open/Create/Replace File VI for a demonstration.

___________________
Try to take over the world!
Message 3 of 3
(2,873 Views)