08-08-2013 12:25 AM - edited 08-08-2013 12:26 AM
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.
Solved! Go to Solution.
08-08-2013 01:13 AM