Jump to content

LabVIEW Project: Difference between revisions

From LabVIEW Wiki
Jim Kring (talk | contribs)
No edit summary
mNo edit summary
Line 1: Line 1:
== About LabVIEW Projects  ==
== About LabVIEW Projects  ==


A [[LabVIEW_Project|LabVIEW Project]] is a tool for organizing project files, NI hardware, configuration data, and build specifications.  Project information is stored in an .lvproj file.  
A [[LabVIEW Project|LabVIEW Project]] is a tool for organizing project files, NI hardware, configuration data, and build specifications. Project information is stored in an .lvproj file.


The "Project Explorer" window, shown below, is where you interact with LabVIEW projects:  
The "Project Explorer" window, shown below, is where you interact with LabVIEW projects:


[[Image:Project Explorer.png]]
[[Image:Project Explorer.png]]


== External Links ==
== External Links ==


*[http://zone.ni.com/reference/en-XX/help/371361E-01/lvconcepts/using_labview_projects/ Using LabVIEW Projects] (NI LabVIEW 8.6 Help)
*[http://zone.ni.com/reference/en-XX/help/371361E-01/lvconcepts/using_labview_projects/ Using LabVIEW Projects] (NI LabVIEW 8.6 Help)

Revision as of 07:11, 8 February 2009

About LabVIEW Projects

A LabVIEW Project is a tool for organizing project files, NI hardware, configuration data, and build specifications. Project information is stored in an .lvproj file.

The "Project Explorer" window, shown below, is where you interact with LabVIEW projects:

External Links