Jump to content

LabVIEW Project: Difference between revisions

From LabVIEW Wiki
Jim Kring (talk | contribs)
New page: 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 "...
 
Jim Kring (talk | contribs)
added some headings and external link to LabVIEW help
Line 1: Line 1:
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.
== About LabVIEW Projects ==


The "Project Explorer" window, shown below, is where you interact with 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:  


[[Image:Project Explorer.png]]
[[Image:Project Explorer.png]]
== External Links ==
*[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 20:16, 7 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