Jump to content

Block Diagram: Difference between revisions

From LabVIEW Wiki
Created page with "The '''Block Diagram''' is the part of a VI that contains the source code. It normally contains GObjects which include: *Nodes (Add Primitive, Property..."
 
mNo edit summary
Line 1: Line 1:
The '''Block Diagram''' is the part of a [[VI]] that contains the source code.  It normally contains [[GObject|GObjects]] which include:
The '''Block Diagram''' is the part of a [[VI]] that contains the source code.  It normally contains [[GObject class|GObjects]] which include:
*Nodes ([[Add Primitive]], [[Property node|property nodes]], etc).
*Nodes ([[Add Primitive]], [[Property node|property nodes]], etc).
*Structures ([[For Loop]], [[While Loop]], [[Case Structure]], etc).
*Structures ([[For Loop]], [[While Loop]], [[Case Structure]], etc).

Revision as of 01:16, 8 May 2020

The Block Diagram is the part of a VI that contains the source code. It normally contains GObjects which include: