11-07-2008 12:30 PM
Hi All,
In my application, I use user event a lot. Since it is strill under development, I change the user event data type quite often. Every time I change the data type will cause the event ref change and vis using those user events broken, and I need to fix them one by one. It's quite annoying. Any better way to deal with it?
Thanks a lot for any help.
Anne Zuo
11-07-2008 12:41 PM
11-07-2008 02:42 PM
I am using type def, and unfortunately it doesn't help. 😞
Anne
11-07-2008 03:45 PM
11-09-2008 11:42 AM
Place your user event registration refnum and user event refnum inside typedefs ;
Now you have a typedef control for the event registration refnum and user event.
If you want to edit the user event data you have to go the steps described every time (it could be made easier by NI but hey).
Ton