LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

real time in labview 6.0

Solved!
Go to solution

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 😃 

0 Kudos
Message 1 of 2
(2,336 Views)
Solution
Accepted by topic author faelnpaiva

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

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 2
(2,333 Views)