09-13-2024 11:58 AM
I'd like to have a single event structure registered to both user events and a digital input signal's state change. Is that possible? I don't see a way to "merge" the event registration refnums before the event structure, and when I try to wire one event registration refnum into the other Register for Events VI, it automatically changes the event type to match the existing refnum's event type.
jrdwight_0-1726246485392.png
jrdwight_1-1726246627005.png
Solved! Go to Solution.
09-13-2024 12:35 PM - edited 09-13-2024 12:36 PM
You can use a cluster to merge Event Refnums. See below, Bundle the Event Registration Refnums.
mcduff_0-1726248905593.png
EDIT: Wire the cluster to the dynamic Event Terminal on the Event Structure.
09-13-2024 12:46 PM
Ah, that's easy enough! Thanks, I'm still pretty new to dynamic event registration, so I appreciate the quick help!