cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 

about wait function and parallel coding

¡Resuelto!
Ir a solución

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
Mensaje 1 de 2
3.966 Vistas
Solución
Aceptado por 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
Mensaje 2 de 2
3.960 Vistas