01-30-2022 04:49 PM
@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.
01-30-2022 05:01 PM - edited 01-30-2022 05:30 PM
still not that
01-30-2022 06:31 PM
Try this.
If you want to read continuously, just remove the stop button inside the case structure.
01-31-2022 01:24 AM
@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.