Jump to content

Tunnel Appearance: Difference between revisions

From LabVIEW Wiki
Dnatt (talk | contribs)
created page stub, will fill in details later
 
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.
Line 1: Line 1:
stub page... fill in details and graphics about the different tunnel types (last value, indexing, concatenating, conditional, etc.)
Tunnel Types (For Loop)
{| class="wikitable"
|+Inputs (Tunnels)
!Tunnel Type
!Appearance
|-
|Autoindexing
|[[File:Disabled indexing (normal).png|thumb]]
|-
|Disabled Indexing (Normal)
|[[File:Autoindexing Tunnel.png|thumb]]
|}
{| class="wikitable"
|+Output (Tunnels)
!Tunnel Type
!Appearance
|-
|Indexing (array one element for each loop)
|[[File:Output Indexing Tunnel.png|thumb]]
|-
|Last Value
|[[File:Last Value.png|thumb]]
|-
|Concatenating (autoindexing, repeats 1D array over and over again, instead of 2D array, adds all of those end of the line)
|[[File:Concatenating.png|thumb]]
|-
|Conditional (do with all of them, only does if true)
|[[File:Conditional.png|thumb]]
|-
|Shift Register
|[[File:Shift Register.png|thumb]]
|-
|Default if unwired
|[[File:Default if unwired.png|thumb]]
|}
{| class="wikitable"
|+Case Structure (Tunnels)
!Tunnel Type
!Appearance
|-
|Linked Input and Output
|[[File:Linked Input and Output.png|thumb]]
|}

Revision as of 21:57, 10 November 2025

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