Jump to content

Tunnel Appearance: Difference between revisions

From LabVIEW Wiki
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.
Zkarim (talk | contribs)
Changed labeling for the headers for the first two tables and the last table.
Line 1: Line 1:
Tunnel Types (For Loop)
'''Tunnel Types (For Loop):'''
{| class="wikitable"
{| class="wikitable"
|+Inputs (Tunnels)
|+Input (Tunnels)
!Tunnel Type
!Tunnel Type
!Appearance
!Appearance
Line 34: Line 34:
|[[File:Default if unwired.png|thumb]]
|[[File:Default if unwired.png|thumb]]
|}
|}
'''Tunnel Types (Case Structures)'''
{| class="wikitable"
{| class="wikitable"
|+Case Structure (Tunnels)
|+Input and Output (Tunnels)
!Tunnel Type
!Tunnel Type
!Appearance
!Appearance

Revision as of 21:59, 10 November 2025

Tunnel Types (For Loop):

Input (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

Tunnel Types (Case Structures)

Input and Output (Tunnels)
Tunnel Type Appearance
Linked Input and Output