Program Flow Nodes

Returns an array of every VI that calls this node, from the current VI to the top-level VI.
Contains one or more subdiagrams, or cases, exactly one of which executes when the structure executes.
Contains one or more subdiagrams, or cases, of which only the enabled subdiagram executes.
Creates an Event Structure within a While Loop.
Indicates whether the diagram or subdiagram containing this node is running for the first time since the top-level caller began execution.
Executes its subdiagram n times.
Returns one of two specified values depending on a Boolean value.
Consists of one or more subdiagrams, or frames, that execute sequentially. Use the Sequence Structure to ensure that a subdiagram executes before or after another subdiagram.
Returns the value of the timer.
Waits a specified amount of time.
Waits until the value of the operating system's timer becomes a multiple of a specified amount of time. Use this node to synchronize activities.
Repeats the code on its subdiagram until a specific condition occurs.