01-06-2009 01:41 PM
Hi ,
I´m needing use real time in 2 or more aplications parallel . I was thinking use thread , like java , but i dont know how to use this in labview.
I dunno if i explain correct , but i want to do an aplication run more or less 100 ms , then this aplication sleeps , and send a signal to another aplication . Then this new aplication wakes, run and sleep after 100 ms , sending a signal to the old aplication start again the process . Then both aplications will run , sharing the resouces , appearing that both is running togheter.
In labview its possible use thread?
Ty 😃
Solved! Go to Solution.
01-06-2009 01:54 PM
Yes!
In fact it is automatic (unless you shut it off). Any two fragments of code (or sperate sub-VIs) that are not data-dependent on each other, LV will run them in seperate threads. Seach on "Hyper-threading" for a KB that talks about this.
Ben