Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Synchronization VIs and Functions

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Use the Synchronization VIs and functions to synchronize tasks executing in parallel and to pass data between parallel tasks.

Palette ObjectDescription
First Call?Indicates that a subVI or section of a block diagram is running for the first time. The First Call? function returns TRUE only the first time you call it after you click the Run button.


SubpaletteDescription
Notifier Operations FunctionsUse the Notifier Operations functions to suspend the execution of a block diagram until you receive data from another section of the block diagram or from another VI running in the same application instance.
Occurrences FunctionsUse the Occurrences functions to control separate, synchronous activities.
Queue Operations FunctionsUse the Queue Operations functions to create a queue for communicating data between sections of a block diagram or from another VI.
Rendezvous VIsUse the Rendezvous VIs to synchronize two or more separate, parallel tasks at specific points of execution. Each task that reaches the rendezvous waits until the specified number of tasks are waiting, at which point all tasks proceed with execution.
Semaphore VIsUse 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.

Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit