From the course: Learning LabVIEW

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

View the error list

View the error list - LabVIEW Tutorial

From the course: Learning LabVIEW

Start my 1-month free trial

View the error list

- [Narrator] When you're developing code there will almost certainly be problems. So lets take a look at LabVIEWS debugging tools and how to handle some common issues you might run into. If you try to open a VI and get a pop up message like this one, that means LabVIEW is having trouble finding one or more sub VIs that it references. The missing sub VI might of changed names or perhaps moved to another directory, you might be missing a driver or you got the VI from someone else and they forgot to include the sub VI. LabVIEW will search through common directories for it, but if it can't find the missing VI, you'll be prompted to locate it. Hopefully you know where it is, because without it, your program will not be able to run. I see here, that LabVIEW is asking me to find the VI named Celsius to Fahrenheit and looking in the exercise files directory for this video, I see a VI named C2F. Now, I remember that's what I…

Contents