Releases access to a semaphore. If the Acquire Semaphore VI is waiting for the semaphore this VI releases, it stops waiting and continues execution.

Use this VI in conjunction with the other Semaphore VIs to implement a semaphore in LabVIEW.


icon

Inputs/Outputs

  • cdlrn.png semaphore

    semaphore is a reference to a semaphore.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality.

    This node runs normally even if an error occurred before this node runs.

  • idlrn.png semaphore out

    semaphore out has the same value as semaphore.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • If the semaphore is currently unacquired, this VI returns error code 1111.

    Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Synchronization\Semaphore\Simple Semaphore.vi