LabVIEW Learning Materials: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
=LabVIEW Programming Basics = | =LabVIEW Programming Basics = | ||
==Introduction to LabVIEW Environment== | |||
* [https://www.ni.com/en-us/support/documentation/supplemental/18/getting-started-with-labview.html NI Getting Started with LabVIEW] | * [https://www.ni.com/en-us/support/documentation/supplemental/18/getting-started-with-labview.html NI Getting Started with LabVIEW] | ||
* [https://www.youtube.com/watch?v=sXOhm0RsJCA LabVIEW Introduction Video] | * [https://www.youtube.com/watch?v=sXOhm0RsJCA LabVIEW Introduction Video] | ||
==Data Types & Structures== | |||
* [https://www.ni.com/en-us/innovations/white-papers/06/labview-data-types.html LabVIEW Data Types Overview] | * [https://www.ni.com/en-us/innovations/white-papers/06/labview-data-types.html LabVIEW Data Types Overview] | ||
* [https://www.youtube.com/watch?v=ieC4MBxPVtM Arrays and Clusters Tutorial] | * [https://www.youtube.com/watch?v=ieC4MBxPVtM Arrays and Clusters Tutorial] | ||
==Basic Programming Concepts== | |||
* [https://www.ni.com/en-us/innovations/white-papers/06/labview-programming-basics.html LabVIEW Basics White Paper] | * [https://www.ni.com/en-us/innovations/white-papers/06/labview-programming-basics.html LabVIEW Basics White Paper] | ||
* [https://www.youtube.com/watch?v=YfOYkz8b-Bg LabVIEW Basics Tutorial Series] | * [https://www.youtube.com/watch?v=YfOYkz8b-Bg LabVIEW Basics Tutorial Series] | ||
= | =Working with LabVIEW Architectures= | ||
==State Machines== | |||
* [https://www.ni.com/en-us/innovations/white-papers/06/state-machines.html NI White Paper on State Machines] | * [https://www.ni.com/en-us/innovations/white-papers/06/state-machines.html NI White Paper on State Machines] | ||
* [https://www.youtube.com/watch?v=NHtWZohvR7k State Machines Tutorial] | * [https://www.youtube.com/watch?v=NHtWZohvR7k State Machines Tutorial] | ||
==Queued Message Handlers (QMH)== | |||
* [https://learn.ni.com/center-of-excellence/queued-message-handler Queued Message Handler Architecture Overview] | * [https://learn.ni.com/center-of-excellence/queued-message-handler Queued Message Handler Architecture Overview] | ||
* [https://www.youtube.com/watch?v=E8onRrQjR9E QMH Video Tutorial] | * [https://www.youtube.com/watch?v=E8onRrQjR9E QMH Video Tutorial] | ||
==Producer/Consumer Architecture== | |||
* [https://www.ni.com/en-us/innovations/white-papers/06/producer-consumer-architecture.html Producer/Consumer Architecture White Paper] | * [https://www.ni.com/en-us/innovations/white-papers/06/producer-consumer-architecture.html Producer/Consumer Architecture White Paper] | ||
* [https://www.youtube.com/watch?v=X4bQDXiYs1E Producer/Consumer Architecture Tutorial] | * [https://www.youtube.com/watch?v=X4bQDXiYs1E Producer/Consumer Architecture Tutorial] | ||
==Event-Driven Programming== | |||
* [https://www.ni.com/en-us/support/documentation/supplemental/06/event-driven-programming-in-labview.html Event Structures in LabVIEW] | * [https://www.ni.com/en-us/support/documentation/supplemental/06/event-driven-programming-in-labview.html Event Structures in LabVIEW] | ||
* [https://www.youtube.com/watch?v=oZhA5qVJfb8 Event-Driven Programming Tutorial] | * [https://www.youtube.com/watch?v=oZhA5qVJfb8 Event-Driven Programming Tutorial] | ||
= | =Tooling and Development Processes= | ||
==Configuration Management=== | |||
== | |||
* [https://www.ni.com/en-us/support/documentation/supplemental/18/configuring-git-for-labview.html Setting up Git for LabVIEW] | * [https://www.ni.com/en-us/support/documentation/supplemental/18/configuring-git-for-labview.html Setting up Git for LabVIEW] | ||
* [https://www.youtube.com/watch?v=CUhBTYiUSyI Version Control in LabVIEW Tutorial] | * [https://www.youtube.com/watch?v=CUhBTYiUSyI Version Control in LabVIEW Tutorial] | ||
== | ==Static Code Analysis== | ||
* [https://www.ni.com/en-us/support/documentation/supplemental/06/vi-analyzer-in-labview.html VI Analyzer Overview] | * [https://www.ni.com/en-us/support/documentation/supplemental/06/vi-analyzer-in-labview.html VI Analyzer Overview] | ||
* [https://www.youtube.com/watch?v=WeHzr7RJJfs VI Analyzer in Action] | * [https://www.youtube.com/watch?v=WeHzr7RJJfs VI Analyzer in Action] | ||
== | ==Dynamic Code Analysis and Performance Benchmarking== | ||
==Code Testing Tools== | |||
==Software Design Patterns and Best Practices== | |||
=== Modular Programming and Code Reuse === | === Modular Programming and Code Reuse === | ||
Revision as of 10:36, 24 September 2024
- See also: category:LabVIEW fundamentals
This page provides a recommended set of resources for LabVIEW programmers. It breaks the content across six phases of maturity and experience so that users may self-identify what content is most relevant for them based on their experience. Most of the content is crowd-sourced and freely available from ni.com and other sources like YouTube.
LabVIEW Programming Basics
Introduction to LabVIEW Environment
Data Types & Structures
Basic Programming Concepts
Working with LabVIEW Architectures
State Machines
Queued Message Handlers (QMH)
Producer/Consumer Architecture
Event-Driven Programming
Tooling and Development Processes
Configuration Management=
Static Code Analysis
Dynamic Code Analysis and Performance Benchmarking
Code Testing Tools
Software Design Patterns and Best Practices
Modular Programming and Code Reuse
Object-Oriented Programming (OOP) in LabVIEW
Error Handling
5. Testing and Debugging
Debugging Tools
Unit Testing with LabVIEW
6. Integration with Hardware
DAQmx Basics
Instrument Control
Real-Time Systems
7. Community and Best Practices
LabVIEW Style Guidelines
LabVIEW Community and User Groups
8. Advanced Topics
Advanced Data Structures
Interfacing with Databases
Deploying Applications
| Topic | Concepts | Links |
|---|---|---|
| Example | Example | Example |
| Example | Example | Example |
Development Processes and Tooling
Static Code Analysis
Dynamic Code Analysis
Documentation
Unit Testing
Frameworks and Software Patterns
Actor Based Patterns
Design Patterns
PC-QSM
Formal Training
Formal training on LabVIEW is available from several providers. Offerings differ based on prior LabVIEW experience level and the preferred delivery method. Common delivery methods include:
- In-person instructor-led
- Remote instructor-led (usually through a web conference)
- Online self-paced (usually through a combination of pre-recorded lecture videos and exercise solution videos)
- Self-paced with a manual
National Instruments has a suite of courses ranging from beginner to advanced as well as several specialty topics such as LabVIEW Real-Time and LabVIEW Connectivity. National Instruments offers all common delivery methods mentioned above except online self-paced. Other LabVIEW training providers such as Sixclear provide this online self-paced environment. Sixclear's same curriculum is also delivered through in-person instructor-led training. Durability is another provider of in-person instructor-led training.
Recommended training courses for those with no knowledge of LabVIEW are the National Instruments Core 1 and Core 2 courses, the Sixclear LabVIEW Fundamentals I and II courses, or the Durability LabVIEW 101 and 102 courses. All sets of courses are geared to a user with little to no LabVIEW experience and teach the proficiencies outlined by the Certified LabVIEW Associate Developer (CLAD) exam as well as simple DAQ and instrument control.
Common arguments justifying formal training revolve around the idea that the sum cost of developers' time is greater than the cost of training because:
- the LabVIEW graphical programming paradigm is appreciably different than traditional text-based programming
- costly mistakes commonly occur when moving from simple LabVIEW applications to more complex applications, especially when developing parallel loop applications
Alternatives to Formal Training
National Instruments maintains a list of LabVIEW reference books as an alternative to formal training.
Another alternative to formal training are half-day "LabVIEW Hands-On" workshops offered by National Instruments. Recommended follow-ups are the "G Programmer's reference manual" and the LabVIEW "User Manual" found in the LabVIEW documentation.
External Links
Some online tutorials:
- VI High LabVIEW Video Tutorial Blog by Sixclear
- Some NI courses, including videos (requires an active support contract with NI)
- VI Shots LabVIEW Video Tutorials
- NI Tutorials (including videos and exercises) - http://zone.ni.com/devzone/cda/tut/p/id/7466
- More links at NI's site - http://www.ni.com/training/labview.htm
- Software Engineering with LabVIEW (generally requires some LabVIEW knowledge) - http://zone.ni.com/devzone/cda/tut/p/id/7117
- Connexions Tutorial (written by NI) - http://cnx.org/content/col10241/latest/
- LabVIEW Tutorials - http://www.upscale.utoronto.ca/GeneralInterest/LabView.html
- Videos of NI's LabVIEW Core 3 course (8 full lessons) - http://www.youtube.com/playlist?list=PL3E1DD4C18D357331
- Tutorial videos (some are free) - http://www.fafiles.com/
- Learning LabVIEW - http://learnlabview.blogspot.com/
- LabVIEW Tutorial Basics (BEKA, German) - http://www.fu-net.de/lv/lv01/
- LabVIEW Tutorial Advanced Techniques (BEKA, German) - http://www.fu-net.de/lv/lv02/