11-24-2008 07:32 AM
Thanks,it is a good idea.
To transfer data, I always use queue. For the log record, will user event be better?
11-24-2008 07:42 AM
Queues are more easily for programming (just from my point of view). But events also OK.
Andrey.
11-24-2008 11:10 AM
11-24-2008 11:55 AM - edited 11-24-2008 11:55 AM
Hi, Wiebe,
You wrote: "One advantage is that you can send one event, and catch the events in multiple event structures."
Are you really sure that you will catch all events in multiple event structures?
Attached VI contained two events structures and one for loop, which fires 10001 Events.
Not all events obtained in both loops. At least for me. In additional after few runs this VI will crash.
Yes, I know that its not good to place multiple events structures on the same diagram, but this short test shows that something may be potentially wrong with events.

Andrey.
11-24-2008 01:09 PM
Thou shalt not split the Event Registration Refnum.
Instead you should split the event refnum and register twice.
Ton
11-24-2008 11:56 PM
11-25-2008 04:10 AM