LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to fix error 7?

I'm using testand with labview vi's, and at certain line I get this error, what I want to know is if I can keep on with the sequence of the program without making any changes so I can keep running the main sequence, and call to some kind of routine or vi wich tells me that an error ocurred during the running of the sequence
0 Kudos
Message 1 of 2
(2,679 Views)
Open LabVIEW >> help >> explain error will launch a window that you can put in the error code and it will return words to explain it. Error 7 is file not found. You can pull the error code out of the error strucuture to control a case structure for conditional logic.
0 Kudos
Message 2 of 2
(2,679 Views)