Log in if you already have an account. If you would like to become an editor for the wiki, request an account.
Difference between revisions of "LabVIEW"
(Remove stub? Maybe?) |
(Tweak external links.) |
||
Line 1: | Line 1: | ||
− | '''LabVIEW''' is a visual programming language. In the [[2009]] [[FIRST]] [[FIRST Robotics Competition|FRC]] season it was introduced along with the | + | '''LabVIEW''' is a visual programming language. In the [[2009]] [[FIRST]] [[FIRST Robotics Competition|FRC]] season it was introduced along with the National Instruments [[cRIO]]. |
==Features== | ==Features== | ||
Line 13: | Line 13: | ||
== External Links == | == External Links == | ||
*[http://en.wikipedia.org/wiki/LabVIEW Wikipedia Article] | *[http://en.wikipedia.org/wiki/LabVIEW Wikipedia Article] | ||
− | *[http://frcmastery.com/ FRC Mastery] | + | *[http://frcmastery.com/ FRC Mastery in LabVIEW] |
− | * | + | *[http://www.ni.com/labview/ National Instrument's LabVIEW Website] |
[[Category:Programming]] | [[Category:Programming]] |
Revision as of 22:27, 13 February 2010
LabVIEW is a visual programming language. In the 2009 FIRST FRC season it was introduced along with the National Instruments cRIO.
Features
LabVIEW features a uncommon graphical programming language. Instead of writing lines of code, programmers now drag blocks of Virtual Instruments "code". Features of LabVIEW include:
- Ease of use for new programmers
- Advanced, real-time debugging capabilities
One feature that LabVIEW lacks is the ability to mesh well with Version Control Systems such as Git or SVN.
In the Team
From 2009 to 2010, the team used LabVIEW as their programming language. The reasons behind this were that LabVIEW had amazing debugging capabilities that blew the other options (Java and C++) out of the water. For this reason and this reason only Tanner Smith made the decision to try out LabVIEW and the team has used it ever since then.