04-04-2008 01:35 PM
04-07-2008 03:35 PM
04-08-2008 06:55 AM
04-08-2008 07:41 AM
Thank you for your comments.
I've decided to organize my polymorphic vis like this:
One .LLB for all "instance vis" called <companyname>Instances.LLB. This .LLB is located in:
C:\Program Files\National Instruments\<companyname>Utilities.
I have a second .LLB called <companyname>PolyUtilities.LLB that will be located in the User.Lib folder.
This will contain all the vis that I have bothered to make a top level polymorphic. I'm listing them as utilities because I want to segregate the vis that have a lot of reuse potential from the vis that will have a single purpose and short life span.
04-08-2008 09:47 AM
04-08-2008 10:30 AM
Thank you.
That's good information.