03-12-2008 06:44 AM
03-13-2008 11:37 AM
Hi Ezzemon,
I've reviewed your vi. There are a lot of parts missing that are custom for your specific vi.
1. Can you clarify what you mean by inserting a vi address instead of an element? You could open a file and have the address be an input on the front panel.
2. To skip an option you may want to use a case structure. The default could be do the option but if it has a specific case then the code knows to skip that step.
To generalize your project for a certain set of instruments, you could add another case structure that is dependent on the instrument selected on your front panel.