07-07-2006 07:23 AM
07-07-2006 09:26 AM
You can compile LV code as DLLs and do what you want, but if you want to do this from LV, the much preferred option is using dynamic VI calls through what's known as the VI server interface. Basically, you can call VIs dynamically using the functions in the Application Control palette. Try searching the example finder (Help>>Find Examples) for "dynamic" or "VI server" to see some examples.
More specifically, try searching the site for "plug in" or similar derivatives. You should be able to find some information on the architecture you want to implement.
07-11-2006 08:04 AM