Development Environment: Difference between revisions
Appearance
m →Advanced topics: Add Development Environment Event Callback VIs |
Working on formatting of Top-level Portal pages |
||
| Line 1: | Line 1: | ||
{| class="wikitable" style="width:100%;" | |||
|- style="background-color:#616366; border:none; margin:0; padding:.3em; color:#FFD500; text-align:center;" | |||
| '''The Development Environment Portal''' | |||
|- | |||
| The '''LabVIEW Development Environment''', also known as an ''Integrated Development Environment (IDE)'', is the set of programming tools to develop in the [[G]] programming language. The development environment consists of multiple open windows for the different components. This is reminiscent of its initial programming for Apple Macintosh. Many other applications written originally for Apple and then adapted for Microsoft Windows follows the same UI architecture (i.e. Adobe Photoshop). | |||
However, the LabVIEW NXG IDE provides a Multiple Document Interface (MDI) where separate panes or tabs exist for the different components but in one window. In LabVIEW NXG many of the panes or tabs can be docked or undocked to create multiple open windows. | |||
|} | |||
{| class="wikitable" style="width:100%;" | |||
|- style="background-color:#616366; border:none; margin:0; padding:.3em; color:#FFD500; text-align:center;" | |||
| '''Subcategories''' | |||
| '''Topics in Development Enviroment''' | |||
|- style="vertical-align: top;" | |||
| style="width:25%; text-align:top" | <center><small>Select [►] to view subcategories</small></center> | |||
<categorytree mode="All" showcount="off" depth="1">Development Environment</categorytree> | |||
| style="width:75%;" | | |||
== Fundamentals == | == Fundamentals == | ||
* [[LabVIEW Environment Overview|Development environment]] | * [[LabVIEW Environment Overview|Development environment overview]] | ||
** [[LabVIEW Project|Project Explorer]] | |||
** [[VI|VI Components]] | |||
*** [[Front Panel]] | |||
*** [[Block Diagram]] | |||
*** [[Connector Pane]] | |||
*** [[VI Icons|Icon]] | |||
* [[Keyboard shortcut|Keyboard shortcuts]] | * [[Keyboard shortcut|Keyboard shortcuts]] | ||
* [[LabVIEW File Extensions|File extensions]] | * [[LabVIEW File Extensions|File extensions]] | ||
* [[Options dialog | * [[Options dialog]] | ||
== Advanced topics == | == Advanced topics == | ||
| Line 27: | Line 47: | ||
* [[Behind the scenes]] | * [[Behind the scenes]] | ||
* [[NI services]] | * [[NI services]] | ||
|} | |||
Revision as of 14:12, 8 May 2020
| The Development Environment Portal |
| The LabVIEW Development Environment, also known as an Integrated Development Environment (IDE), is the set of programming tools to develop in the G programming language. The development environment consists of multiple open windows for the different components. This is reminiscent of its initial programming for Apple Macintosh. Many other applications written originally for Apple and then adapted for Microsoft Windows follows the same UI architecture (i.e. Adobe Photoshop).
However, the LabVIEW NXG IDE provides a Multiple Document Interface (MDI) where separate panes or tabs exist for the different components but in one window. In LabVIEW NXG many of the panes or tabs can be docked or undocked to create multiple open windows. |
| Subcategories | Topics in Development Enviroment |
FundamentalsAdvanced topics
|