07-14-2016 01:34 PM
hey guys,
Im trying to get the event name in the handler to be something useable instead of "task out". I found a post on the forums that said to create a sub vi and run the reference through there so you can rename the output driving the Reg Events structure. This didnt seem to work, im going to post what I have, maybe I did it wrong.
Thanks
Solved! Go to Solution.
07-14-2016 02:18 PM
Problem is event with details is stored in hidden params of indicator refnum
Check whether event refnum has been updated in sub-vi - it shows name in context help window
If not, expand, contract event node.
Then recreate indicator
Reconnect main.vi
Press Run button with ctrl to force it recompile main.vi
07-14-2016 02:26 PM
I ended up having to delete the event and recreate it to get it to update. I hadnt thought about that.
Thanks