LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

about wait function and parallel coding

Solved!
Go to solution

Hi all,

  I am porting a labview code to CVI. In the LV Code, I use Wait to delay some times in millisecond . I wonder for CVI, should I replace theat Wait with Delay(double) in CVI?

 

Second question. In LV, all the code in the same frame will be executable in parallel. But in CVI, science it is c-based language, I guess all the code are run in series, is that true? How can I make some codes in CVI running in parallel? THanks.

0 Kudos
Message 1 of 2
(3,256 Views)
Solution
Accepted by topic author dragondriver

These are frequent questions and you will easily find answers yourself by searching.... Smiley Wink

 

For the first issue, see e.g. here, for the second see here

0 Kudos
Message 2 of 2
(3,250 Views)