Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Some days ago, I started getting experience with the so-called Express VIs in LabVIEW (8.6).

It has turned out that I should put them into %somewhere%/user.lib/_express, i. e. outside the project directory.

If I do so, they are of use for me and only for me. As soon as someone else tries to work with this project, e.g. if it is in a source control repository or something else, he cannot do so because he hasn't my Express VI templates.

Is there a way to define an Express VI when it does not com from the menu, but lies in the project directory?

share|improve this question
what happens if you don't save it in user.lib/_express? – CharlesB Oct 14 '11 at 14:21
it doesn't show up in the palettes, and stays unusable... – glglgl Oct 14 '11 at 14:47
can you add the containing folder to the palette? Tools>Advanced>Change visible palettes – CharlesB Oct 14 '11 at 14:47
that would be an option - thank you! Then I have to fool around with the palette editor, but as it is a one-time action, it won't hur that much... thank you again! – glglgl Oct 14 '11 at 14:50
really seems to work - except that the Config VI cannot be found at once, but I think that has nothing to do with the menu, but with the express VI itself. So this seems to be the solution. Can you post it as an answer so that I can accept it? – glglgl Oct 14 '11 at 15:29

1 Answer

up vote 2 down vote accepted

You can save express VIs to any location, just add their containing folder to the palette with Tools>Advanced>Change visible palettes.

share|improve this answer
thanks, that helped me a lot - as well with understanding the palette stuff as such. – glglgl Oct 14 '11 at 15:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.