Jump to content

Tunnel Appearance

From LabVIEW Wiki
Revision as of 21:57, 10 November 2025 by Zkarim (talk | contribs) (Added two tables for the tunnel types and appearances for input and output tunnels for for loops. Also, added a third table showing tunnel types for case structures. The tunnel types for inputs included autoindexing and disabled indexing (normal). The tunnel types for outputs included indexing, last value, concatenating, conditional, shift registers, and default if unwired. The tunnel types for case structures included linked input and output.)

Tunnel Types (For Loop)

Inputs (Tunnels)
Tunnel Type Appearance
Autoindexing
Disabled Indexing (Normal)
Output (Tunnels)
Tunnel Type Appearance
Indexing (array one element for each loop)
Last Value
Concatenating (autoindexing, repeats 1D array over and over again, instead of 2D array, adds all of those end of the line)
Conditional (do with all of them, only does if true)
Shift Register
Default if unwired
Case Structure (Tunnels)
Tunnel Type Appearance
Linked Input and Output