09-08-2015 04:02 AM
Hello everyone,
I am new to LabView and I need help. The following is the situation:
I am trying to add a user event using 'create user event' function. The output of the 'create user event' function goes to a 'Event Reg Refnum' control (not sure if it is a control), but see diag2.png. But as soon as I add the user event, the wire to the input of 'Event Reg Refnum' breaks.
I think I sort of know what the problem is, as it is shown in the context help, where the 'Event Reg Refnum' only has one data type, which is 'User Event - Quit Application Event'. The user event that I am adding, 'End Execution Event', is not in the 'Event Reg Refnum'.
The question is: How to I extend the 'Event Reg Refnum' to include 'User Event - End Execution Event' to solve my problem?
Can the experts out there please help me?
Yours,
hlim
Solved! Go to Solution.
09-08-2015 04:21 AM
Hi hlim,
the quickest way to do this is to cut the connection, create a control from the output of "register for events" and add this to the cluster instead of the original refnum.
09-08-2015 07:08 AM
Thank you very much PeterFoerster,
it works! This is a quick way to do it. I wonder if one can edit the event registration refnums.
Yours,
HLim