These functions are used when you want one VI or part of a block diagram to wait until another VI or part of a block diagram finishes a task without forcing LabVIEW to poll.
Use the Semaphore VIs to limit the number of tasks that can simultaneously operate on a shared (protected) resource. A protected resource or critical section of code might include writing to global variables or communicating with external instruments.
You can use the Semaphore VIs to synchronize two or more separate, parallel tasks so that only one task at a time executes a critical section of code protected by a common semaphore. In particular, use these VIs when you want certain VIs or parts of a block diagram to wait until another VI or part of a block diagram is finished with the execution of a critical section.
Then you can see the VI I’ve built with this sinchronization tool:
– FRONT PANEL –

– FRONT PANEL (WHEN STARTED) –

– FRONT PANEL (2 sec. SINCHRONIZATION)

– BLOCK DIAGRAM –

To download the VI:
CLICK HERE==>
https://mega.co.nz/#!qwQEWC5A!WQSfbgnlwM3ueGqK8merGnPdUMswjh2_o2w7o-3nDWw