LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tab Control and Property node

Hi everyone,
 
i'm trying to create a vi that is able to run more than one test simultaneously but so far i only succeed in using the tab control to control case structure.
What should i do to change the vi to suit my objective?
 
thanks for any insight.
 
Currently using labview 8, winsXP.
0 Kudos
Message 1 of 2
(2,060 Views)
The tab control is just something that tells which page is visible.  It has nothing to do with the execution of code.  To have multiple things happening at the same time, you will need several while loops happening in parallel with each test in its own while loop.  Right now your code (and maybe its on a section of screen you didn't copy to the .jpg) does not show any looping whatsoever.
0 Kudos
Message 2 of 2
(2,054 Views)