LABVIEW – Tip #25 – Producer / Consumer With Semaphore

Level : Advanced

When we have more than one producer and we just want that only one to be executed one per time, accordingly to their availability, we can use semaphore.
The semaphores will be waiting, per arrival order, of the release of the semaphore that is being executed, allowing by this way that both never work simultaneously.