None of the existing synchronization VIs work for "instantaneous" many-to-one notification, (or do they?)
- Notifier is one-to-one or one-to-many,
- Rendezvous is many-to-many
- Occurances is one-to-many
- Semaphore handles a different sync issue!
In many cases, one VI may need to wait for several other VIs before performing a task, simple example is on closing,
Even more specifically, other VIs could do the "notification" and continue, but the one VI must wait until those VIs have met (and passed) the "notification" point.
Although the mechanism can be built easily, it could be defined by NI as a standard VI.
Sia