LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI run independently ?

Can 2 vi run independently in the same time in labview? for example, vi1 does the test while vi2 continuesly collect the system information
0 Kudos
Message 1 of 3
(2,656 Views)

Yes, you can have as many VIs as you want running simultaneously doing different things.  Gotta respect multithreading.

-D

0 Kudos
Message 2 of 3
(2,642 Views)
It's not clear from your question whether it was driven by a "we're thinking about getting LabVIEW but are not sure if it can do this", or a "we have LabVIEW and don't know how to use it."

If it's the former, then the simple answer as Darren said, is yes.

If it's the latter, then your best bet is to crarck open the documentation that comes with LabVIEW as this is a fundamental concept. You can also take a look at something like the "Control Mixer Process" that ships with LabVIEW as an example of how this works. (Help->Find Examples...)

-Saverio
0 Kudos
Message 3 of 3
(2,636 Views)