LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot stop VI


@JÞB wrote:

@Bill

Latch when released lets users mouse out of control focus without causing a value change.  That is why it is most common and provides a better UX.


Yes, I think my first post mentioned that.  It's saved me any number of times.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 21 of 24
(644 Views)

still not that

0 Kudos
Message 22 of 24
(641 Views)

Try this.

If you want to read continuously, just remove the stop button inside the case structure.

 

Download All
0 Kudos
Message 23 of 24
(627 Views)

@alexela  a écrit :.

It's kinda working, but not that well.

I still get a deadlock. to continuously read form visa i made read state (didnt find another way, better one). since loop stops after one iteration. 

Suggestion?

 

Thanks


What is your deadlock here ? From the VI I'd say that is missing a flush queue in the stop state in the producer. That way you will kill the task as soon the current reading is over.

0 Kudos
Message 24 of 24
(613 Views)