キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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 件の賞賛
メッセージ1/3
3,564件の閲覧回数
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 件の賞賛
メッセージ2/3
3,547件の閲覧回数
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 件の賞賛
メッセージ3/3
3,541件の閲覧回数