Structures are graphical representations of the loops and case statements of text-based programming languages.
The following topics provide information about using structures, located on the Structures palette.
| Structure Use Case | Structure |
|---|---|
| Repeating blocks of code | |
|
For Loop |
|
While Loop |
|
Timed Loop |
|
Timed Loop with Frames |
| Executing all code in order | |
|
Flat Sequence structure |
|
Stacked Sequence structure |
|
Timed Sequence structure |
| Executing code conditionally | |
|
Case structure |
|
Event structure |
| Disabling code | |
|
Conditional Disable structure |
|
Diagram Disable structure |
| Increasing memory efficiency | In Place Element structure |
Refer to the labview\examples\general directory for examples of using loops and structures.