LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

boolean refnum & event

Hi

I posted this thred earlier and thought it was done but encountered another problem. Is it possible to monitor the Stop Event in StopOrWaitForTimeout.vi with boolean refnum?
Because I have two boolean controls in other SubVIs that should be able to trigger this event. If I choose the refnum event and then value changed it will only react on changes of the refnum itself and not the value of the referencd control!

Thanks

ANDY
0 Kudos
Message 1 of 3
(3,561 Views)
Take a look at the attached VI. You can register events for different controls using their reference.

So in this case I registered the Value change for the stop button, using its reference. However, that reference could have been fed into this VI. So you can send a reference to a SubVI and then register its events in that SubVI.
0 Kudos
Message 2 of 3
(3,544 Views)
Hi Evan,

As I wrote in the other tread I have LV6.1. There the "register events" is not available. In 7.1 it is but neither for the base package. I'm looking for a solution in LV 6.1.
0 Kudos
Message 3 of 3
(3,538 Views)