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

Execution Control Express VIs and Structures

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Use the Execution Control Express VIs and structures to add control and timing to VIs.

Example

Palette ObjectDescription
Case StructureHas one or more subdiagrams, or cases, exactly one of which executes when the structure executes. The value wired to the selector terminal determines which case to execute and can be Boolean, string, integer, or enumerated type. Right-click the structure border to add or delete cases. Use the Labeling tool to enter value(s) in the case selector label and configure the value(s) handled by each case.
Elapsed TimeIndicates the amount of time that has elapsed since the specified start time.
Flat Sequence StructureConsists of one or more subdiagrams, or frames, that execute sequentially. Use the Flat Sequence structure to ensure that a subdiagram executes before or after another subdiagram.
Tick CountReturns the value of a free running counter in the units specified. The output and internal counter are both of the configured width.
Time DelayInserts a time delay into the calling VI.
WaitDelays for a certain time interval before the output data dependence becomes valid. (RT Module) The Wait Express VI waits the specified count time and then returns the value of a free running counter.
While Loop with Stop ButtonRepeats the subdiagram inside it until the conditional terminal, an input terminal, receives a particular Boolean value. When you place this While Loop on the block diagram, a stop button also appears on the block diagram and is wired to the conditional terminal.

Example

Refer to the labview\examples\general\structs.llb for examples of using the Execution Control Express VIs and Structures.


Resources


 

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