09-16-2009 02:21 PM
@Cory,
Yep, i'm designing my program for monkeys to use :). But remember that it's the C# language that I use to generate the user interface (rather monkey interface !) and not the Labview.
09-16-2009 05:35 PM
Yashwant wrote:I have this one VI which takes a long time to stop and since the code is time critical, I want the VI to stop immediately
Yashwant wrote:Oops, I didn't know I was using the time critical priority setting.
The time-critical priority setting causes the VI to take a long time to stop.
Because the UI thread does not get enough attention, mouseclicks on the stop button are not handled immediately.
(I thought that was the main problem, so I was confused by the references to your other thread which seem to discuss something else.) 😉