10-23-2005 05:23 PM
10-23-2005 07:47 PM
10-23-2005 08:49 PM
10-23-2005 08:56 PM
10-23-2005 09:30 PM
10-23-2005 09:43 PM
Multithreading is enabled by default. It is under "tools..options..performance and disk...run with multiple threads.
As I mentioned, I don't see the problem, the counter continues to run. I have modified it so it charts the actual loop time of the main loop. Yes, when the dialog window is rapidly moved around, there is a little bit of jitter (maybe 5-10 ms) in the loop rate.
The loop rate is mich more precise if you use a timed loop instead. All you need in the upper loop is a simple event structure, you can eliminate all the global variables, etc.
I have modified your VI with a timed loop and an event structure. See if it works better. If you still have problems, maybe there is a problem with your computer, e.g. the graphics driver etc.
10-23-2005 09:59 PM
10-23-2005 10:09 PM
10-23-2005 10:28 PM
10-25-2005 01:05 AM