LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

optimize labview VI

Solved!
Go to solution

@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.

0 Kudos
Message 11 of 12
(668 Views)

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.) 😉

Message 12 of 12
(649 Views)