LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

limited version of testsatnd

i m trying to make limited version of  test stand .
 
i already  bulid a project for NIC testing.
 
i want to generelized this   in which following things should happen
 
1.  We insert vi address instead of array elements as in case of   NIC
 
2  there should  be option  jump option after one test on certain condition
 
what u will suggest to make my current project gernalized so that we can have test vi for different instruments then only by change instrument selection the  v can select the test.
 
 
about attachment
labview 8,2
internet toolkit
run  Meup-Top -UI.vi
 
 
0 Kudos
Message 1 of 2
(2,572 Views)

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.

Regards,

Hillary E
National Instruments
0 Kudos
Message 2 of 2
(2,543 Views)