Jump to content

Stacked Sequence structure: Difference between revisions

From LabVIEW Wiki
Created page with "{{stub}}"
 
added Stacked Sequence Structure page
Line 1: Line 1:
{{stub}}
{{stub}}
[[File:Stacked Sequence Structure.png|thumb|Stacked Sequence Structure]]
A '''Stacked Sequence Structure''' is a set of subdiagrams represented by a numerical indices that executes in order of the indices.  Since [[LabVIEW 2014]] it has been removed from the [[Functions Palette/Programming/Structures|Structures palette]] and is considered deprecated.  However, due to software in older versions of LabVIEW using the structure, it has not been removed from the [[LabVIEW Environment Overview|development environment]] nor from the [[Run-Time Engine|run-time engine]].  Therefore, the code will still show the stacked sequence structure where used.

Revision as of 20:51, 24 July 2019

Stacked Sequence Structure

A Stacked Sequence Structure is a set of subdiagrams represented by a numerical indices that executes in order of the indices. Since LabVIEW 2014 it has been removed from the Structures palette and is considered deprecated. However, due to software in older versions of LabVIEW using the structure, it has not been removed from the development environment nor from the run-time engine. Therefore, the code will still show the stacked sequence structure where used.