0% found this document useful (0 votes)
94 views

Labview Tutorials

This tutorial document outlines a basic LabVIEW training course that includes tutorials on the Pythagorean theorem, creating basic LabVIEW programs to perform mathematical operations, using case structures and loops in LabVIEW programs, and a final project to build a square root calculator. It instructs the user to access the "Teach Me" link in the LabVIEW for Education 2010 "Getting Started" screen to begin a tutorial on basic LabVIEW usage and to save all virtual instrument files for each tutorial and project.

Uploaded by

api-280052513
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
94 views

Labview Tutorials

This tutorial document outlines a basic LabVIEW training course that includes tutorials on the Pythagorean theorem, creating basic LabVIEW programs to perform mathematical operations, using case structures and loops in LabVIEW programs, and a final project to build a square root calculator. It instructs the user to access the "Teach Me" link in the LabVIEW for Education 2010 "Getting Started" screen to begin a tutorial on basic LabVIEW usage and to save all virtual instrument files for each tutorial and project.

Uploaded by

api-280052513
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Tutorial: LabVIEW Basics

Name(s) Jack Mangan

Start LabView for Education 2010. On the bottom of the Getting Started screen,
there is a Teach Me link. Click there a Basic LabView tutorial. Be sure to save
your *.VI files for each tutorial and project!!

1)Pythagorean Theorem
SQRT(a2 + b2) =c

2) Your First LabVIEW Program


Result= ( Numeric1+Numeric2) X (Numeric3-Numeric4)

3) Your Second LabVIEW Program


Y= (4x2 5)/(x-2)

4) Monthly Loan Calculator

5) Case Structures

6) LabVIEW with Loops

7) For Loops

8) Shift Registers

9) Square Root Calculator Project

You might also like