11-21-2011 08:41 AM
Hello,
I don't know why, but if the VI runs continiously it stopps after a few loops.
When the buttons were adjusted before run the VI one time everything works like it should be.
If it should run continiously -> after some adjustment it is not possible to adjust the ring buttons any more.
Best regards
martin
11-21-2011
08:59 AM
- last edited on
10-01-2025
01:39 PM
by
Content Cleaner
One: Don't use Run Continuously unless you are trying to perform specific debugging (not the case here).
Two: Don't use Run Continuously unless you are trying to perform specific debugging (not the case here).
Three: Don't use Run Continuously unless you are trying to perform specific debugging (not the case here).
Four: Don't use Run Continuously unless you are trying to perform specific debugging (not the case here).
Got it?
Good. Now, as to your VI.... you've got problems.
I would suggest reading some of the articles dealing with application frameworks, such as state machines and producer-consumer architectures. I think the producer-consumer one will help you a lot.