Jump to content

Timed Sequence structure: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
 
Line 1: Line 1:
{{stub}}
{{stub}}
{{TOCright}}
{{TOCright}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Structures/Timed Structures{{!}}Timed Structures palette|type=structure}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Structures/Timed Structures{{!}}Timed Structures palette|type=structure|icon=Functions Palette - Programming - Structures - Timed Structures - Timed Sequence.png}}


The '''Timed Sequence''' structure consists of one or more subdiagrams, or frames, timed by an internal or external timing source that execute sequentially. A Timed Sequence structure executes each frame only once and, unlike a Timed Loop, does not repeat iterations. Use the Timed Sequence structure when you want to develop VIs that execute only once with precise timing, execution feedback, timing characteristics that change dynamically, or several levels of execution priority. Right-click the Timed Sequence structure border to add, delete, insert, and merge frames.
The '''Timed Sequence''' structure consists of one or more subdiagrams, or frames, timed by an internal or external timing source that execute sequentially. A Timed Sequence structure executes each frame only once and, unlike a Timed Loop, does not repeat iterations. Use the Timed Sequence structure when you want to develop VIs that execute only once with precise timing, execution feedback, timing characteristics that change dynamically, or several levels of execution priority. Right-click the Timed Sequence structure border to add, delete, insert, and merge frames.

Latest revision as of 12:41, 25 June 2020

Object information
Owning palette(s) Timed Structures palette
Type Structure
Requires Basic Development Environment
Icon

The Timed Sequence structure consists of one or more subdiagrams, or frames, timed by an internal or external timing source that execute sequentially. A Timed Sequence structure executes each frame only once and, unlike a Timed Loop, does not repeat iterations. Use the Timed Sequence structure when you want to develop VIs that execute only once with precise timing, execution feedback, timing characteristics that change dynamically, or several levels of execution priority. Right-click the Timed Sequence structure border to add, delete, insert, and merge frames.

Usage

Best practice

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links