ā02-20-2008 06:15 PM
ā02-21-2008 12:39 AM
Hi Ziccozzis,
your example can“t work. Before you can wait for a user event you have to register it, but this happens first in your sub vi. If you change your code in this way that both vis run in parallel, then it as well don“t work, because in your first event structure (Top Level.vi) the event has already processed so that the sub vi don“t get the event.
Why don“t you use a Queue to transfer your data?? I think a user event is more for one main vi with an event structure reacts on controls from many other front panels.
Mike
ā02-21-2008 01:59 AM
ā02-21-2008 02:07 AM
ā02-21-2008 01:21 PM
ā02-21-2008 01:44 PM
ā02-21-2008 09:20 PM