User | Kudos |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
When you place a Static VI Reference on you block diagram, then LabVIEW is smart enough to check for that file every time you open the calling VI; if the referenced VI moves, then the LabVIEW development environment will prompt you to locate the file.
I would like to have the ability to do something similar for path constants--it would be great if you could configure a path constant such that LV would verify that it is there as soon as you open the VI. Granted, you can do that with "File or Folder Exists" function, but that requires you to run the VI and explicitly handle the false case. Also, there are obviously situations where you don't expect the file to exist before runtime (like programmatic file creation), so it should be optional:
Situations for which this would be useful include: shared variable library deployment, preferences file loading, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 3 kudos within 3 years after posting will be automatically declined.