User event

2004-04-20 Thread Oliver Friedrich
Hallo, I have VI1 which can generate UserEvent1 and UserEvent2 with the CreateUserEvent and GenerateUserEvent VIs. Now I want VI2 to be registered to these UserEvents. How can I do that? 1) I used a CreateUserEvent in VI2 and created an event with the same name on the data type than that one

Re: User event

2004-03-22 Thread Mads
Yes you have to give the reference to the event to the other VI (by wire, functional global or other). Events are qued, you can't loose events - that's one of the advantages with ques.