Re: two vis different timings?

2004-01-12 Thread tmh
Just use two separate loops on your VI's diagram, one for the data I/O and one for the GUI. Use queues, notifiers or local/global variables to send data from one loop to the other.

two vis different timings?

2004-01-09 Thread Tiago Louro
I'm creating a VI that must have two different cycles of execution. That is one that get's data from a source during a cycle of 10 seconds and another that updates the gui all the time (10ms) how can i update the gui and still have the other one running independently? thank you