LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change the propreties on a numeric slider?

I haven't had much luck with event structures, although I can't try this functionality in my program until tomorrow. In the recent past, event structures make the whole vi stuck because it is waiting for the event to happen. Can the event structure run along side with other loops/structures without holding everything up (like I have seen)?

Thanks!
0 Kudos
Message 11 of 12
(426 Views)
Yes! You can put the event structure in a completely independent while loop outside your main code (make sure there is no wired data dependency to the rest of the diagram).

It will just sit there and only wake up if needed.
0 Kudos
Message 12 of 12
(415 Views)