03-31-2005 03:22 PM
06-30-2005 06:45 AM
06-30-2005 08:41 AM
06-30-2005 08:59 AM
06-30-2005 09:24 AM - edited 06-30-2005 09:24 AM
Message Edited by LV_Pro on 06-30-2005 10:28 AM

06-30-2005 09:45 AM
07-01-2005 09:48 AM
Thanks for all the advice. I actually use a method almost identical to LV_PRO ( I use the folder hierarchy as an organizational structure, what are the advantages to using .llbs?) I have read "A Software Engineering Approach to LabVIEW" (easy to read book) and found some of the suggestions very helpful but some stuff seemed to be outdated. I do have a few questions, is there anyway to make palette of the main folder of a project automatically (I guess a tool could be made which takes the directory and creates a menu file for a palette?) It would be very useful and avoid having to insert subvi's through a "select a vi ..." click and directory search. Also is there any UML like development process (I know UML is only OO specific and doesn't translate to LV well) in the works. A higher level architecting graphical language would immensely improve the development of large scale projects ( I currently consider any project with 100 + custom vi's as large scale and 1000+ vi's are very large scale). A LVML (Labview Modeling Language) would be very cool where there is a vi diagram instead of class diagrams and also incorporate use cases diagram, DAQ diagrams, state diagrams and many other features. Such a tool allows for engineers to share prototypes and architectures more easily as well as the possible of code template generation to speed up development documentation and spotting architecture flaws. Again I have no formal background in software engineering but do have a background in computer science and programming so if any ideas are not so good I apologize in advance. Enjoy the 4th and the long weekend.
Paul
07-01-2005 10:10 AM
There is.
I think you need to be in dynamic palette mode. Then, you go to Tools>>Advanced>>Edit Pallete Views.
Go into the user libraries pallete, right click an empty space and select Insert>>Submenu. You will have an option to add a directory with all its subdirectories. All VIs will be placed in there.
07-01-2005 10:35 AM
07-05-2005 06:43 AM
