05-12-2021 05:53 PM
@Taggart wrote:
I thought that caused the same problems as forking the event registration wire, in that you can't guarantee that both event structures see the event.
Though I can't imagine needing to actually *do* that, it looks like it's OK:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019KnjSAE&l=en-US
You don't want to have multiple loops viewing Filter events, as you can't determine which gets it first, but it seems like Notify events are technically OK... though I bet there's always a better way than that.
05-12-2021 06:24 PM
I guess my understanding was incorrect.
As to a better way, you can wire a control ref into register for events and select value change. I've done that a bunch.