<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://labviewwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Peter+Scarfe</id>
	<title>LabVIEW Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://labviewwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Peter+Scarfe"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/wiki/Special:Contributions/Peter_Scarfe"/>
	<updated>2026-05-11T00:32:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_Learning_Materials&amp;diff=34824</id>
		<title>LabVIEW Learning Materials</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_Learning_Materials&amp;diff=34824"/>
		<updated>2024-12-19T14:44:50Z</updated>

		<summary type="html">&lt;p&gt;Peter Scarfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{see also|category:LabVIEW fundamentals}}&lt;br /&gt;
&lt;br /&gt;
This page provides a recommended set of resources for LabVIEW programmers. The links are a collection of white papers, YouTube videos and formal learning content. &lt;br /&gt;
&lt;br /&gt;
=LabVIEW Programming Basics =&lt;br /&gt;
&lt;br /&gt;
==Introduction to the LabVIEW Environment==&lt;br /&gt;
* [https://www.youtube.com/watch?v=ZHNlKyYzrPE&amp;amp;list=PLB968815D7BB78F9C LabVIEW Overview] - &amp;lt;small&amp;gt;&#039;&#039;(Playlist, 40 videos)&#039;&#039;&amp;lt;/small&amp;gt; Tutorials introducing the environment, data structures, wiring, visualization and basic hardware connectivity. Note that the links to several individual videos from this long playlist are included in relevant sections below.&lt;br /&gt;
* [https://www.youtube.com/watch?v=o3II4GUfyXw&amp;amp;list=PL4EGtL-9IHCGPRC9iBWV1qbrUy0f3Sjq4 How To... in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Playlist, 13 videos)&#039;&#039;&amp;lt;/small&amp;gt; Masterclass on performing various beginner-level tasks in LabVIEW&lt;br /&gt;
&lt;br /&gt;
==Data Types &amp;amp; Structures==&lt;br /&gt;
* [https://www.youtube.com/watch?v=dvShgNdY_GE Data Types Overview] &amp;lt;small&amp;gt;&#039;&#039;(Video, 4:25)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=_GlQ1riWjPc Introduction to arrays] &amp;lt;small&amp;gt;&#039;&#039;(Video, 3:51)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=dEsVDhrdhk4 Using shift registers to save data between loop iterations] &amp;lt;small&amp;gt;&#039;&#039;(Video, 3:00)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=I7FPlLzc7D0 Overview of For Loops] &amp;lt;small&amp;gt;&#039;&#039;(Video, 7:30)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=OZbaqCgyjdM All About Collection Data Types] &amp;lt;small&amp;gt;&#039;&#039;(Video, 56:18)&#039;&#039;&amp;lt;/small&amp;gt; An in-depth introduction to Strings, Arrays, Sets, and Maps.&lt;br /&gt;
&lt;br /&gt;
==User Interface Design==&lt;br /&gt;
* [https://www.youtube.com/watch?v=eGlvOiqYVxg Using event structures to capture user interactions] &amp;lt;small&amp;gt;&#039;&#039;(Video, 8:29)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=jWWJKUpoois Introduction to Panes for UI Organization] &amp;lt;small&amp;gt;&#039;&#039;(Video, 3:54)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=nCvMLB_kH4Q Programmatically changing UI controls using property nodes] &amp;lt;small&amp;gt;&#039;&#039;(Video, 7:10)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=rBM_kTpUfDk Creating resizable user interfaces] &amp;lt;small&amp;gt;&#039;&#039;(Video, 3:46)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=qvhGH0TlCqs Creating Custom Controls] &amp;lt;small&amp;gt;&#039;&#039;(Video, 5:17)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=0-B7p061la4 Creating Professional User Interfaces] &amp;lt;small&amp;gt;&#039;&#039;(Video, 48:50)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Asynchronous Messaging==&lt;br /&gt;
* [https://www.youtube.com/watch?v=8DFf-9kcRcs How to use Queues in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Video, 5:27)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=9og3QbfgBu0 How to use Notifiers in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Video, 5:27)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Advanced Execution Control==&lt;br /&gt;
*[https://www.youtube.com/watch?v=dG8MaqO9c2A Launching clones of a VI] &amp;lt;small&amp;gt;&#039;&#039;(Video, 9:23)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
*[https://www.youtube.com/watch?v=tfZIJejBnXg Launching a dynamically dispatched VI programmatically] &amp;lt;small&amp;gt;&#039;&#039;(Video, 6:32)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Object-Oriented Programming (OOP) in LabVIEW==&lt;br /&gt;
* [https://www.ni.com/docs/en-US/bundle/labview/page/labview-object-oriented-programming.html LabVIEW Object-Oriented Programming] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/06/labview-object-oriented-programming--the-decisions-behind-the-de.html Decisions behind the design of OOP in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Whitepaper)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=GRDoyn1mNAI Simple Design Patterns to Improve Code Quality] &amp;lt;small&amp;gt;&#039;&#039;(Video, 51:09)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Debugging Tools==&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/12/debugging-techniques-in-labview.html Basic Debugging Tools in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=BEGFsFbJmBg Programming Patterns and Frameworks] &amp;lt;small&amp;gt;&#039;&#039;(Video, 59:45)&#039;&#039;&amp;lt;/small&amp;gt; Debugging LabVIEW Programming Patterns and Frameworks&lt;br /&gt;
* [https://www.youtube.com/watch?v=7zS3Q_K71XY Large Project Development Techniques] &amp;lt;small&amp;gt;&#039;&#039;(Video, 44:53)&#039;&#039;&amp;lt;/small&amp;gt; Debugging Large LabVIEW projects&lt;br /&gt;
* [https://www.youtube.com/watch?v=9LypMAOb21s Built in LabVIEW Debugging Tools] &amp;lt;small&amp;gt;&#039;&#039;(Video, 31:37)&#039;&#039;&amp;lt;/small&amp;gt; Utilizing debugging tools that are part of LabVIEW&lt;br /&gt;
* [https://www.youtube.com/watch?v=dTqKZmFFyw8 Run-time Code Analysis in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Video, 37:07)&#039;&#039;&amp;lt;/small&amp;gt; Utilizing run-time code analysis tools to debug LabVIEW applications&lt;br /&gt;
* [https://www.youtube.com/watch?v=HKcEYkksW_o Ludicrous Ways to Fix Broken LabVIEW Code] &amp;lt;small&amp;gt;&#039;&#039;(Video, 52:45)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Build and Deployment==&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/19/introduction-to-the-labview-application-builder.html Introduction to the LabVIEW Application Builder] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt; Building Executables (EXEs) and Installers with LabVIEW&lt;br /&gt;
&lt;br /&gt;
=LabVIEW Software Patterns=&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/22/design-considerations-in-labview-.html Design Considerations in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Whitepaper)&#039;&#039;&amp;lt;/small&amp;gt; An introduction to several concepts required for the successful design of medium-to-complex LabVIEW applications&lt;br /&gt;
&lt;br /&gt;
==State Machines==&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/16/simple-state-machine-template-documentation.html Introduction to State Machines] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=aT0obtY3PRk State Machines Tutorial] &amp;lt;small&amp;gt;&#039;&#039;(Video, 5:33)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Producer/Consumer Architecture==&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/21/producer-consumer-architecture-in-labview0.html Introduction to Producer/Consumer] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Queued Message Handlers (QMH)==&lt;br /&gt;
* [https://www.youtube.com/watch?v=-xXJt7yUEis Queued State Machine Overview] &amp;lt;small&amp;gt;&#039;&#039;(Video, 6:24)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/21/using-a-queued-message-handler-in-labview.html Introduction to Queued Message Handlers] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Event-Driven Programming==&lt;br /&gt;
* [https://www.ni.com/en-us/support/documentation/supplemental/06/event-driven-programming-in-labview.html Event Structures in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Tooling and Development Processes=&lt;br /&gt;
==Configuration Management==&lt;br /&gt;
* [https://blog.sasworkshops.com/gitting-started-with-git Getting Started with git] &amp;lt;small&amp;gt;&#039;&#039;(Blog Post)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=iVRKQCDeDjc Git Setup for LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Video, 17:07)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://blog.sasworkshops.com/the-easiest-way-to-setup-lvcompare-and-lvmerge Configuring diff and merge in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Blog Post)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://learngitbranching.js.org Git command line tutorial] &amp;lt;small&amp;gt;&#039;&#039;(Interactive Webpage)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Static Code Analysis==&lt;br /&gt;
* [https://ni.adobeconnect.com/p4kis57esy9 Introduction to the VI Analyzer] &amp;lt;small&amp;gt;&#039;&#039;(Video, 41:44)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Dynamic Code Analysis and Performance Benchmarking==&lt;br /&gt;
* [https://www.youtube.com/watch?v=dHvk9OlCaAY Introduction to Dynamic Code Analysis] &amp;lt;small&amp;gt;&#039;&#039;(Video, 9:34)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=24t-D7_BmjM Quick! Drop Your VI Execution Time!] &amp;lt;small&amp;gt;&#039;&#039;(Video, 54:18)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Unit Testing==&lt;br /&gt;
* [https://www.youtube.com/watch?v=AFNbdF7ZU6s Unit Testing with JKI VI Tester] &amp;lt;small&amp;gt;&#039;&#039;(Video, 71:09)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=5l-YQsUYR9g Unit Testing with JKI Caraya] &amp;lt;small&amp;gt;&#039;&#039;(Video, 19:44)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Continuous Integration and Continuous Delivery==&lt;br /&gt;
* [https://sas-gcli-tools.gitlab.io SAS G-CLI Tools] &amp;lt;small&amp;gt;&#039;&#039;(Tutorial)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Software Design Patterns and Best Practices=&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/09/software-engineering-with-labview.html Software Engineering with LabVIEW] A collection of resources covering several aspects of software engineering and design with LabVIEW&lt;br /&gt;
&lt;br /&gt;
==Error Handling==&lt;br /&gt;
* [https://www.ni.com/docs/en-US/bundle/labview/page/handling-errors.html Error Handling Introduction] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=UlOFcmwrsBA What to Expect When You&#039;re Expecting an Error] &amp;lt;small&amp;gt;&#039;&#039;(Video, 60:20)&#039;&#039;&amp;lt;/small&amp;gt; Best practices for error generation and propagation in LabVIEW&lt;br /&gt;
&lt;br /&gt;
=Software Frameworks=&lt;br /&gt;
&lt;br /&gt;
==DQMH==&lt;br /&gt;
&lt;br /&gt;
* [https://dqmh.org/ DQMH Homepage] The official page for DQMH, the world&#039;s most popular 3rd-party framework for LabVIEW  &lt;br /&gt;
* [https://documentation.dqmh.org/dqmh DQMH Documentation] &lt;br /&gt;
* [https://wiki.dqmh.org/ DQMH Wiki] Your one-stop shop for everything you ever wanted to know about DQMH&lt;br /&gt;
* [https://www.youtube.com/@DQMHconsortium DQMH YouTube channel]&lt;br /&gt;
* [https://forums.ni.com/t5/DQMH-Consortium-Toolkits/bd-p/7120 DQMH Developer Community]NI community hub dedicated to DQMH discussions, where developers share best practices, examples, and troubleshooting tips&lt;br /&gt;
* [https://www.youtube.com/watch?v=OIAyii97moY Introduction to DQMH] &amp;lt;small&amp;gt;&#039;&#039;(Video, 51:15)&#039;&#039;&amp;lt;/small&amp;gt; An introduction to DQMH for beginners, focusing on key features and benefits of DQMH&lt;br /&gt;
* [https://dqmh.org/simplifying-your-hardware-abstraction-layer-hal-with-lvoop-and-dqmh-part-1 Hardware Abstraction Layers (HAL) and DQMH] &amp;lt;small&amp;gt;&#039;&#039;(Blog Post)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=IdqTCubXuPE DQMH Module Templates] &amp;lt;small&amp;gt;&#039;&#039;(Video, 5:14)&#039;&#039;&amp;lt;/small&amp;gt; Creating reusable DQMH module templates to speed development&lt;br /&gt;
* [https://www.youtube.com/watch?v=zXJqB2cA2nU DQMH Generic Networking] &amp;lt;small&amp;gt;&#039;&#039;(Video, 51:09)&#039;&#039;&amp;lt;/small&amp;gt; Introduction to the Generic Network (GenNet) template for implementing DQMH-based Real-Time (RT) applications&lt;br /&gt;
&lt;br /&gt;
==Actor Framework==&lt;br /&gt;
&lt;br /&gt;
* [https://labviewwiki.org/wiki/Actor_Framework Actor Framework Resources ] &amp;lt;small&amp;gt;&#039;&#039;(LabVIEW Wiki page)&#039;&#039;&amp;lt;/small&amp;gt; Resource page for Actor Framework introduction and tutorial materials.&lt;br /&gt;
* [https://www.youtube.com/watch?v=gz_6FTE1__8 The State of the Art for Actor Framework] &amp;lt;small&amp;gt;&#039;&#039;(Video, 62:32)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://forums.ni.com/t5/Actor-Framework/ct-p/7001 Actor Framework Community] A dedicated forum where LabVIEW developers discuss the Actor Framework, share use cases, and troubleshoot challenges.&lt;br /&gt;
&lt;br /&gt;
==Workers for LabVIEW==&lt;br /&gt;
* [https://community.workersforlabview.io/ Homepage] Simple LVOOP QMHs for LabVIEW | The official Workers for LabVIEW homepage&lt;br /&gt;
* [https://docs.workersforlabview.io/ Documentation] The Workers for LabVIEW user guide&lt;br /&gt;
* [https://community.workersforlabview.io/home Community] The Workers for LabVIEW online community&lt;br /&gt;
* [https://github.com/w4lv-community GitHub] The Workers for LabVIEW Community GitHub repositories&lt;br /&gt;
* [https://www.vipm.io/package/sc_workers/ VIPM Download] The Workers for LabVIEW VIPM download page&lt;br /&gt;
* [https://community.workersforlabview.io/training-course Training Course] The Official Workers for LabVIEW training course&lt;br /&gt;
&lt;br /&gt;
==Messenger==&lt;br /&gt;
* [https://www.youtube.com/watch?v=IxgSBkHu1RM Introduction to Messenger] &amp;lt;small&amp;gt;&#039;&#039;(Video, 57:03)&#039;&#039;&amp;lt;/small&amp;gt; Introduction to the Messenger framework for LabVIEW&lt;br /&gt;
&lt;br /&gt;
=Hardware and Instrumentation Connectivity=&lt;br /&gt;
&lt;br /&gt;
==DAQmx Basics==&lt;br /&gt;
* [https://www.youtube.com/watch?v=ofzbA3keOYE Taking a Measurement with DAQmx] &amp;lt;small&amp;gt;&#039;&#039;(Video, 4:55)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Instrument Control==&lt;br /&gt;
* [https://www.youtube.com/watch?v=-UUAa9UKj4E Introduction to LabVIEW for Instrument Control] &amp;lt;small&amp;gt;&#039;&#039;(Video, 8:26)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Determinism and Real-Time Execution==&lt;br /&gt;
* [https://www.youtube.com/watch?v=JhHJMFrAa4A Getting Started with CompactRIO] &amp;lt;small&amp;gt;&#039;&#039;(Video, 8:11)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Community and Best Practices=&lt;br /&gt;
&lt;br /&gt;
==LabVIEW Style Guidelines==&lt;br /&gt;
* [https://labviewwiki.org/wiki/Style_Guide LabVIEW Wiki Style Guide]&lt;br /&gt;
* [https://dqmh.org/content/styleguide DQMH Style Guide]&lt;br /&gt;
* [https://createbettersoftware.com HSE Way of Working]&lt;br /&gt;
&lt;br /&gt;
==LabVIEW Community and User Groups==&lt;br /&gt;
* [https://www.ni.com/en-us/events.html NI Events] NI Events Page&lt;br /&gt;
* [https://labviewwiki.org/wiki/Events LabVIEW Events] LabVIEW Wiki Events Page&lt;br /&gt;
&lt;br /&gt;
=Formal Training=&lt;br /&gt;
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: &lt;br /&gt;
&lt;br /&gt;
* In-person instructor-led&lt;br /&gt;
* Remote instructor-led (usually through a web conference)&lt;br /&gt;
* Online self-paced (usually through a combination of pre-recorded lecture videos and exercise solution videos)&lt;br /&gt;
* Self-paced with a manual  &lt;br /&gt;
&lt;br /&gt;
NI has a [https://www.ni.com/en/shop/services/education-services.html suite of courses] ranging from beginner to advanced, as well as several specialty topics such as LabVIEW Real-Time and LabVIEW Connectivity. LabVIEW training is also available through [http://www.sixclear.com/ Sixclear],  [https://www.udemy.com/topic/labview Udemy], [https://www.linkedin.com/learning/topics/labview LinkedIn], [https://dsautomation.com/labview-fundamentals-1 DSA], [https://thetic.co/training/ Thetic], and [https://kreiseder.org/trainings?ref=lvwiki Kreiseder IT Services]. &lt;br /&gt;
&lt;br /&gt;
Recommended training courses for those with no knowledge of LabVIEW are [https://www.ni.com/en/shop/services/education-services/customer-education-courses/labview-core-1-course-overview.html NI LabVIEW Core 1] and [https://www.ni.com/en/shop/services/education-services/customer-education-courses/labview-core-2-course-overview.html NI LabVIEW Core 2] courses. All introductory courses are geared to a user with little to no LabVIEW experience and teach the proficiencies outlined by the [http://sine.ni.com/nips/cds/view/p/lang/en/nid/14438 Certified LabVIEW Associate Developer (CLAD)] exam, as well as simple data acquisition (DAQ) and instrument control.&lt;br /&gt;
&lt;br /&gt;
Common arguments justifying formal training revolve around the idea that the sum cost of developers&#039; time is greater than the cost of training because: &lt;br /&gt;
*  the LabVIEW graphical programming paradigm is appreciably different than traditional text-based programming  &lt;br /&gt;
*  costly mistakes commonly occur when moving from simple LabVIEW applications to more complex applications, especially when developing parallel loop applications (see the [https://www.ni.com/en/support/documentation/supplemental/22/design-considerations-in-labview-.html Design Considerations in LabVIEW] document for more guidance regarding this development transition.&lt;br /&gt;
&lt;br /&gt;
The DQMH Consortium offers an official [https://dqmh.org/training DQMH training course].&lt;br /&gt;
&lt;br /&gt;
NI offers an official [https://www.ni.com/en/shop/services/education-services/customer-education-courses/actor-oriented-design-in-labview-course-overview.html Actor Framework training course].&lt;br /&gt;
&lt;br /&gt;
Workers for LabVIEW offers an [https://community.workersforlabview.io/training-course official Training Course]&lt;br /&gt;
&lt;br /&gt;
SAS Workshops offers a [https://www.sasworkshops.com/using-git-effectively-course-preview Using Git Effectively online video course].&lt;br /&gt;
&lt;br /&gt;
Thetic Engineering Ltd. (UK) combines LabVIEW and TestStand in the [https://thetic.co/training-courses/labview-for-test-engineers-june-2025/ LabVIEW for Test Engineers course].&lt;br /&gt;
&lt;br /&gt;
Kreiseder IT Services offers onsite [https://kreiseder.org/trainings?ref=lvwiki local language courses in Europe].&lt;br /&gt;
&lt;br /&gt;
[[Category:LabVIEW fundamentals]]&lt;br /&gt;
[[Category:Getting started]]&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Peter Scarfe</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=LabVIEW_Learning_Materials&amp;diff=34764</id>
		<title>LabVIEW Learning Materials</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=LabVIEW_Learning_Materials&amp;diff=34764"/>
		<updated>2024-10-10T09:05:41Z</updated>

		<summary type="html">&lt;p&gt;Peter Scarfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{see also|category:LabVIEW fundamentals}}&lt;br /&gt;
&lt;br /&gt;
This page provides a recommended set of resources for LabVIEW programmers. The links are a collection of white papers, YouTube videos and formal learning content. &lt;br /&gt;
&lt;br /&gt;
=LabVIEW Programming Basics =&lt;br /&gt;
&lt;br /&gt;
==Introduction to the LabVIEW Environment==&lt;br /&gt;
* [https://www.youtube.com/watch?v=ZHNlKyYzrPE&amp;amp;list=PLB968815D7BB78F9C LabVIEW Overview] - &amp;lt;small&amp;gt;&#039;&#039;(Playlist, 40 videos)&#039;&#039;&amp;lt;/small&amp;gt; Tutorials introducing the environment, data structures, wiring, visualization and basic hardware connectivity. Note that the links to several individual videos from this long playlist are included in relevant sections below.&lt;br /&gt;
* [https://www.youtube.com/watch?v=o3II4GUfyXw&amp;amp;list=PL4EGtL-9IHCGPRC9iBWV1qbrUy0f3Sjq4 How To... in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Playlist, 13 videos)&#039;&#039;&amp;lt;/small&amp;gt; Masterclass on performing various beginner-level tasks in LabVIEW&lt;br /&gt;
&lt;br /&gt;
==Data Types &amp;amp; Structures==&lt;br /&gt;
* [https://www.youtube.com/watch?v=dvShgNdY_GE Data Types Overview] &amp;lt;small&amp;gt;&#039;&#039;(Video, 4:25)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=_GlQ1riWjPc Introduction to arrays] &amp;lt;small&amp;gt;&#039;&#039;(Video, 3:51)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=dEsVDhrdhk4 Using shift registers to save data between loop iterations] &amp;lt;small&amp;gt;&#039;&#039;(Video, 3:00)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=I7FPlLzc7D0 Overview of For Loops] &amp;lt;small&amp;gt;&#039;&#039;(Video, 7:30)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=OZbaqCgyjdM All About Collection Data Types] &amp;lt;small&amp;gt;&#039;&#039;(Video, 56:18)&#039;&#039;&amp;lt;/small&amp;gt; An in-depth introduction to Strings, Arrays, Sets, and Maps.&lt;br /&gt;
&lt;br /&gt;
==User Interface Design==&lt;br /&gt;
* [https://www.youtube.com/watch?v=eGlvOiqYVxg Using event structures to capture user interactions] &amp;lt;small&amp;gt;&#039;&#039;(Video, 8:29)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=jWWJKUpoois Introduction to Panes for UI Organization] &amp;lt;small&amp;gt;&#039;&#039;(Video, 3:54)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=nCvMLB_kH4Q Programmatically changing UI controls using property nodes] &amp;lt;small&amp;gt;&#039;&#039;(Video, 7:10)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=rBM_kTpUfDk Creating resizable user interfaces] &amp;lt;small&amp;gt;&#039;&#039;(Video, 3:46)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=qvhGH0TlCqs Creating Custom Controls] &amp;lt;small&amp;gt;&#039;&#039;(Video, 5:17)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=0-B7p061la4 Creating Professional User Interfaces] &amp;lt;small&amp;gt;&#039;&#039;(Video, 48:50)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Asynchronous Messaging==&lt;br /&gt;
* [https://www.youtube.com/watch?v=8DFf-9kcRcs How to use Queues in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Video, 5:27)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=9og3QbfgBu0 How to use Notifiers in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Video, 5:27)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Advanced Execution Control==&lt;br /&gt;
*[https://www.youtube.com/watch?v=dG8MaqO9c2A Launching clones of a VI] &amp;lt;small&amp;gt;&#039;&#039;(Video, 9:23)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
*[https://www.youtube.com/watch?v=tfZIJejBnXg Launching a dynamically dispatched VI programmatically] &amp;lt;small&amp;gt;&#039;&#039;(Video, 6:32)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Object-Oriented Programming (OOP) in LabVIEW==&lt;br /&gt;
* [https://www.ni.com/docs/en-US/bundle/labview/page/labview-object-oriented-programming.html LabVIEW Object-Oriented Programming] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/06/labview-object-oriented-programming--the-decisions-behind-the-de.html Decisions behind the design of OOP in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Whitepaper)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=GRDoyn1mNAI Simple Design Patterns to Improve Code Quality] &amp;lt;small&amp;gt;&#039;&#039;(Video, 51:09)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Debugging Tools==&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/12/debugging-techniques-in-labview.html Basic Debugging Tools in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=BEGFsFbJmBg Programming Patterns and Frameworks] &amp;lt;small&amp;gt;&#039;&#039;(Video, 59:45)&#039;&#039;&amp;lt;/small&amp;gt; Debugging LabVIEW Programming Patterns and Frameworks&lt;br /&gt;
* [https://www.youtube.com/watch?v=7zS3Q_K71XY Large Project Development Techniques] &amp;lt;small&amp;gt;&#039;&#039;(Video, 44:53)&#039;&#039;&amp;lt;/small&amp;gt; Debugging Large LabVIEW projects&lt;br /&gt;
* [https://www.youtube.com/watch?v=9LypMAOb21s Built in LabVIEW Debugging Tools] &amp;lt;small&amp;gt;&#039;&#039;(Video, 31:37)&#039;&#039;&amp;lt;/small&amp;gt; Utilizing debugging tools that are part of LabVIEW&lt;br /&gt;
* [https://www.youtube.com/watch?v=dTqKZmFFyw8 Run-time Code Analysis in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Video, 37:07)&#039;&#039;&amp;lt;/small&amp;gt; Utilizing run-time code analysis tools to debug LabVIEW applications&lt;br /&gt;
* [https://www.youtube.com/watch?v=HKcEYkksW_o Ludicrous Ways to Fix Broken LabVIEW Code] &amp;lt;small&amp;gt;&#039;&#039;(Video, 52:45)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Build and Deployment==&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/19/introduction-to-the-labview-application-builder.html Introduction to the LabVIEW Application Builder] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt; Building Executables (EXEs) and Installers with LabVIEW&lt;br /&gt;
&lt;br /&gt;
=LabVIEW Software Patterns=&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/22/design-considerations-in-labview-.html Design Considerations in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Whitepaper)&#039;&#039;&amp;lt;/small&amp;gt; An introduction to several concepts required for the successful design of medium-to-complex LabVIEW applications&lt;br /&gt;
&lt;br /&gt;
==State Machines==&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/16/simple-state-machine-template-documentation.html Introduction to State Machines] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=aT0obtY3PRk State Machines Tutorial] &amp;lt;small&amp;gt;&#039;&#039;(Video, 5:33)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Producer/Consumer Architecture==&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/21/producer-consumer-architecture-in-labview0.html Introduction to Producer/Consumer] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Queued Message Handlers (QMH)==&lt;br /&gt;
* [https://www.youtube.com/watch?v=-xXJt7yUEis Queued State Machine Overview] &amp;lt;small&amp;gt;&#039;&#039;(Video, 6:24)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/21/using-a-queued-message-handler-in-labview.html Introduction to Queued Message Handlers] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Event-Driven Programming==&lt;br /&gt;
* [https://www.ni.com/en-us/support/documentation/supplemental/06/event-driven-programming-in-labview.html Event Structures in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Tooling and Development Processes=&lt;br /&gt;
==Configuration Management==&lt;br /&gt;
* [https://blog.sasworkshops.com/gitting-started-with-git Getting Started with git] &amp;lt;small&amp;gt;&#039;&#039;(Blog Post)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=iVRKQCDeDjc Git Setup for LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Video, 17:07)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://blog.sasworkshops.com/the-easiest-way-to-setup-lvcompare-and-lvmerge Configuring diff and merge in LabVIEW] &amp;lt;small&amp;gt;&#039;&#039;(Blog Post)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://learngitbranching.js.org Git command line tutorial] &amp;lt;small&amp;gt;&#039;&#039;(Interactive Webpage)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Static Code Analysis==&lt;br /&gt;
* [https://ni.adobeconnect.com/p4kis57esy9 Introduction to the VI Analyzer] &amp;lt;small&amp;gt;&#039;&#039;(Video, 41:44)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Dynamic Code Analysis and Performance Benchmarking==&lt;br /&gt;
* [https://www.youtube.com/watch?v=dHvk9OlCaAY Introduction to Dynamic Code Analysis] &amp;lt;small&amp;gt;&#039;&#039;(Video, 9:34)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=24t-D7_BmjM Quick! Drop Your VI Execution Time!] &amp;lt;small&amp;gt;&#039;&#039;(Video, 54:18)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Unit Testing==&lt;br /&gt;
* [https://www.youtube.com/watch?v=AFNbdF7ZU6s Unit Testing with JKI VI Tester] &amp;lt;small&amp;gt;&#039;&#039;(Video, 71:09)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=5l-YQsUYR9g Unit Testing with JKI Caraya] &amp;lt;small&amp;gt;&#039;&#039;(Video, 19:44)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Continuous Integration and Continuous Delivery==&lt;br /&gt;
* [https://sas-gcli-tools.gitlab.io SAS G-CLI Tools] &amp;lt;small&amp;gt;&#039;&#039;(Tutorial)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Software Design Patterns and Best Practices=&lt;br /&gt;
* [https://www.ni.com/en/support/documentation/supplemental/09/software-engineering-with-labview.html Software Engineering with LabVIEW] A collection of resources covering several aspects of software engineering and design with LabVIEW&lt;br /&gt;
&lt;br /&gt;
==Error Handling==&lt;br /&gt;
* [https://www.ni.com/docs/en-US/bundle/labview/page/handling-errors.html Error Handling Introduction] &amp;lt;small&amp;gt;&#039;&#039;(Product Documentation)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=UlOFcmwrsBA What to Expect When You&#039;re Expecting an Error] &amp;lt;small&amp;gt;&#039;&#039;(Video, 60:20)&#039;&#039;&amp;lt;/small&amp;gt; Best practices for error generation and propagation in LabVIEW&lt;br /&gt;
&lt;br /&gt;
=Software Frameworks=&lt;br /&gt;
&lt;br /&gt;
==DQMH==&lt;br /&gt;
&lt;br /&gt;
* [https://dqmh.org/ DQMH Homepage] The official page for DQMH, the world&#039;s most popular 3rd-party framework for LabVIEW  &lt;br /&gt;
* [https://documentation.dqmh.org/dqmh DQMH Documentation] &lt;br /&gt;
* [https://wiki.dqmh.org/ DQMH Wiki] Your one-stop shop for everything you ever wanted to know about DQMH&lt;br /&gt;
* [https://www.youtube.com/@DQMHconsortium DQMH YouTube channel]&lt;br /&gt;
* [https://forums.ni.com/t5/DQMH-Consortium-Toolkits/bd-p/7120 DQMH Developer Community]NI community hub dedicated to DQMH discussions, where developers share best practices, examples, and troubleshooting tips&lt;br /&gt;
* [https://www.youtube.com/watch?v=OIAyii97moY Introduction to DQMH] &amp;lt;small&amp;gt;&#039;&#039;(Video, 51:15)&#039;&#039;&amp;lt;/small&amp;gt; An introduction to DQMH for beginners, focusing on key features and benefits of DQMH&lt;br /&gt;
* [https://dqmh.org/simplifying-your-hardware-abstraction-layer-hal-with-lvoop-and-dqmh-part-1 Hardware Abstraction Layers (HAL) and DQMH] &amp;lt;small&amp;gt;&#039;&#039;(Blog Post)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://www.youtube.com/watch?v=IdqTCubXuPE DQMH Module Templates] &amp;lt;small&amp;gt;&#039;&#039;(Video, 5:14)&#039;&#039;&amp;lt;/small&amp;gt; Creating reusable DQMH module templates to speed development&lt;br /&gt;
* [https://www.youtube.com/watch?v=zXJqB2cA2nU DQMH Generic Networking] &amp;lt;small&amp;gt;&#039;&#039;(Video, 51:09)&#039;&#039;&amp;lt;/small&amp;gt; Introduction to the Generic Network (GenNet) template for implementing DQMH-based Real-Time (RT) applications&lt;br /&gt;
&lt;br /&gt;
==Actor Framework==&lt;br /&gt;
&lt;br /&gt;
* [https://labviewwiki.org/wiki/Actor_Framework Actor Framework Resources ] &amp;lt;small&amp;gt;&#039;&#039;(LabVIEW Wiki page)&#039;&#039;&amp;lt;/small&amp;gt; Resource page for Actor Framework introduction and tutorial materials.&lt;br /&gt;
* [https://www.youtube.com/watch?v=gz_6FTE1__8 The State of the Art for Actor Framework] &amp;lt;small&amp;gt;&#039;&#039;(Video, 62:32)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://forums.ni.com/t5/Actor-Framework/ct-p/7001 Actor Framework Community] A dedicated forum where LabVIEW developers discuss the Actor Framework, share use cases, and troubleshoot challenges.&lt;br /&gt;
&lt;br /&gt;
==Workers for LabVIEW==&lt;br /&gt;
* [https://community.workersforlabview.io/ Homepage] Simple LVOOP QMHs for LabVIEW | The official Workers for LabVIEW homepage&lt;br /&gt;
* [https://docs.workersforlabview.io/ Documentation] The Workers for LabVIEW user guide&lt;br /&gt;
* [https://community.workersforlabview.io/home Community] The Workers for LabVIEW online community&lt;br /&gt;
* [https://github.com/w4lv-community GitHub] The Workers for LabVIEW Community GitHub repositories&lt;br /&gt;
* [https://www.youtube.com/@workersforlabview YouTube Channel] The Workers for LabVIEW YouTube page&lt;br /&gt;
* [https://www.vipm.io/package/sc_workers/ Download] The Workers for LabVIEW VIPM download page&lt;br /&gt;
&lt;br /&gt;
==Messenger==&lt;br /&gt;
* [https://www.youtube.com/watch?v=IxgSBkHu1RM Introduction to Messenger] &amp;lt;small&amp;gt;&#039;&#039;(Video, 57:03)&#039;&#039;&amp;lt;/small&amp;gt; Introduction to the Messenger framework for LabVIEW&lt;br /&gt;
&lt;br /&gt;
=Hardware and Instrumentation Connectivity=&lt;br /&gt;
&lt;br /&gt;
==DAQmx Basics==&lt;br /&gt;
* [https://www.youtube.com/watch?v=ofzbA3keOYE Taking a Measurement with DAQmx] &amp;lt;small&amp;gt;&#039;&#039;(Video, 4:55)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Instrument Control==&lt;br /&gt;
* [https://www.youtube.com/watch?v=-UUAa9UKj4E Introduction to LabVIEW for Instrument Control] &amp;lt;small&amp;gt;&#039;&#039;(Video, 8:26)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Determinism and Real-Time Execution==&lt;br /&gt;
* [https://www.youtube.com/watch?v=JhHJMFrAa4A Getting Started with CompactRIO] &amp;lt;small&amp;gt;&#039;&#039;(Video, 8:11)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Community and Best Practices=&lt;br /&gt;
&lt;br /&gt;
==LabVIEW Style Guidelines==&lt;br /&gt;
* [https://labviewwiki.org/wiki/Style_Guide LabVIEW Wiki Style Guide]&lt;br /&gt;
* [https://dqmh.org/content/styleguide DQMH Style Guide]&lt;br /&gt;
&lt;br /&gt;
==LabVIEW Community and User Groups==&lt;br /&gt;
* [https://www.ni.com/en-us/events.html NI Events] NI Events Page&lt;br /&gt;
* [https://labviewwiki.org/wiki/Events LabVIEW Events] LabVIEW Wiki Events Page&lt;br /&gt;
&lt;br /&gt;
=Formal Training=&lt;br /&gt;
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: &lt;br /&gt;
&lt;br /&gt;
* In-person instructor-led&lt;br /&gt;
* Remote instructor-led (usually through a web conference)&lt;br /&gt;
* Online self-paced (usually through a combination of pre-recorded lecture videos and exercise solution videos)&lt;br /&gt;
* Self-paced with a manual  &lt;br /&gt;
&lt;br /&gt;
NI has a [https://www.ni.com/en/shop/services/education-services.html suite of courses] ranging from beginner to advanced, as well as several specialty topics such as LabVIEW Real-Time and LabVIEW Connectivity. LabVIEW training is also available through [http://www.sixclear.com/ Sixclear],  [https://www.udemy.com/topic/labview Udemy], [https://www.linkedin.com/learning/topics/labview LinkedIn] and [https://dsautomation.com/labview-fundamentals-1 DSA]. &lt;br /&gt;
&lt;br /&gt;
Recommended training courses for those with no knowledge of LabVIEW are [https://www.ni.com/en/shop/services/education-services/customer-education-courses/labview-core-1-course-overview.html NI LabVIEW Core 1] and [https://www.ni.com/en/shop/services/education-services/customer-education-courses/labview-core-2-course-overview.html NI LabVIEW Core 2] courses. All introductory courses are geared to a user with little to no LabVIEW experience and teach the proficiencies outlined by the [http://sine.ni.com/nips/cds/view/p/lang/en/nid/14438 Certified LabVIEW Associate Developer (CLAD)] exam, as well as simple data acquisition (DAQ) and instrument control.&lt;br /&gt;
&lt;br /&gt;
Common arguments justifying formal training revolve around the idea that the sum cost of developers&#039; time is greater than the cost of training because: &lt;br /&gt;
*  the LabVIEW graphical programming paradigm is appreciably different than traditional text-based programming  &lt;br /&gt;
*  costly mistakes commonly occur when moving from simple LabVIEW applications to more complex applications, especially when developing parallel loop applications (see the [https://www.ni.com/en/support/documentation/supplemental/22/design-considerations-in-labview-.html Design Considerations in LabVIEW] document for more guidance regarding this development transition.&lt;br /&gt;
&lt;br /&gt;
The DQMH Consortium offers an official [https://dqmh.org/training DQMH training course].&lt;br /&gt;
&lt;br /&gt;
NI offers an official [https://www.ni.com/en/shop/services/education-services/customer-education-courses/actor-oriented-design-in-labview-course-overview.html Actor Framework training course].&lt;br /&gt;
&lt;br /&gt;
SAS Workshops offers a [https://www.sasworkshops.com/using-git-effectively-course-preview Using Git Effectively online video course].&lt;br /&gt;
&lt;br /&gt;
[[Category:LabVIEW fundamentals]]&lt;br /&gt;
[[Category:Getting started]]&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Peter Scarfe</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=User_group&amp;diff=32708</id>
		<title>User group</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=User_group&amp;diff=32708"/>
		<updated>2024-04-28T10:57:10Z</updated>

		<summary type="html">&lt;p&gt;Peter Scarfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
A &#039;&#039;&#039;User Group&#039;&#039;&#039;, or LabVIEW User Group (LUG), is a local group of LabVIEW enthusiasts that come together to share common interests or goals.  The user groups within the NI Community are segmented into different categories such as Local User Groups, Product User Groups, Special Interest Groups, and Partner Groups. Within each of these groups, you may collaborate with others on best practices, plan in-person meetups, or discuss any topic of your choice.&lt;br /&gt;
&amp;lt;ref&amp;gt;LabVIEW Forums: User Groups https://forums.ni.com/t5/User-Groups/ct-p/user-groups&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Organizing a User Group==&lt;br /&gt;
User groups are typically created out of a shared need to seek advice and share ideas among a community of individuals that are working on similar problems OR applications. It is recommended that such a group align on goals for the organization, such as the following:&lt;br /&gt;
# Share ideas and practices to improve the quality, performance, scalability and readability of LabVIEW code&lt;br /&gt;
# Provide a forum to solicit advice from peers regarding how best to solve technical and procedural challenges when developing LabVIEW code&lt;br /&gt;
# Drive standardization on stylings, code organization and tooling for the purpose of enabling greater reuse and collaboration&lt;br /&gt;
&lt;br /&gt;
See the [https://forums.ni.com/t5/User-Groups/ct-p/user-groups LabVIEW Community Forum: User Group List] to find one near you.&lt;br /&gt;
==User Group Content==&lt;br /&gt;
&lt;br /&gt;
This is a collection of content that can be used to organize and run a LabVIEW user group. &lt;br /&gt;
&lt;br /&gt;
===Fundamental Programming Constructs===&lt;br /&gt;
&lt;br /&gt;
These materials focus on the G syntax and language-specific constructs&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
|Using Object-Oriented Programming LabVIEW&lt;br /&gt;
|This session will introduce object-oriented programming as a tool that can dramatically increase the reusability and scalability of your software. Instead of going through a purely academic exploration of the concept, this session attempts to map concepts that should be familiar to any experienced LabVIEW programming towards helping explain how you can evolve your daily programming tasks without starting all over.&lt;br /&gt;
|Elijah Kerry&lt;br /&gt;
|[https://forums.ni.com/t5/LabVIEW-Development-Best/Object-Oriented-Design-Patterns-Technical-Manual-and-Exercises/ta-p/3507995 Presentation and Demo Materials]&lt;br /&gt;
[https://www.ni.com/en/shop/labview/introduction-to-oop-and-hardware-abstraction-layers.html Video of session]&lt;br /&gt;
|Yes - experience implementing class-based software architectures&lt;br /&gt;
|-&lt;br /&gt;
|What to Expect When You&#039;re Expecting an Error&lt;br /&gt;
|Connecting error wires across nodes on a block diagram is one of the most common, brainless tasks performed by a LabVIEW programmer. Unfortunately, this often means that VI behavior in an error condition is a second thought, if it&#039;s even thought about at all. This presentation will cover best practices in regards to the generation and propagation of errors on LabVIEW block diagrams. You should come out of this presentation with the ability to write VIs that are not only functionally correct in an error condition, but also precisely convey their exact error behavior in an error condition. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/dnatterrors Slides and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|All About Collection Data Types&lt;br /&gt;
|Introduction to the fundamentals of Strings and Arrays, then moving into Sets and Maps, the newest data types in LabVIEW.  &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/dnattcollections Slides, Demos, and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Software Engineering and Team Based Development===&lt;br /&gt;
&lt;br /&gt;
These presentations are intended to review best practices for code design and development processes. They are generally more advanced and benefit a presenter who has multiple years of experience with the relevant tools and technologies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
|Moving from SVN to Git with LabVIEW&lt;br /&gt;
|Git tends to be the standard versioning system used in software development. DevOps platform like Gitlab and Github rely on it. Git could be a necessary transition to implement CI/CD.&lt;br /&gt;
From my experience and with data collected earlier this year, it seems that SVN is still used by many people in our LabVIEW world.&lt;br /&gt;
I want to share my journey from a former SVN user to a happy Git one and help developers to go further than just a &amp;quot;backup&amp;quot; tool.&lt;br /&gt;
Real experience and no command-line inside.&lt;br /&gt;
|Olivier Jourdan&lt;br /&gt;
|[https://www.youtube.com/watch?v=v_cdlwIWfPY YouTube Recording]&lt;br /&gt;
|Yes - familiarity with SCM, Git and SVN. Qualified presenters include: Olivier Jourdan, Fabiola De la Cueva and Emilie Kia&lt;br /&gt;
|-&lt;br /&gt;
|Team Based Development with LabVIEW&lt;br /&gt;
|This session will provide an overview of best practices and tooling that should be used to streamline LabVIEW development by a team of developers&lt;br /&gt;
|Elijah Kerry&lt;br /&gt;
|[https://github.com/elijah286/lvug-team-dev GitHub Repo for slides and demo materials]&lt;br /&gt;
|Yes - CLA-level knowledge of how to manage and coordinate development activities across a team&lt;br /&gt;
|-&lt;br /&gt;
|Improving Your LabVIEW Code with the VI Analyzer&lt;br /&gt;
|A comprehensive presentation on the features of the VI Analyzer, and how it can be used to improve code style, increase code performance, and detect bugs. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://forums.ni.com/t5/VI-Analyzer-Enthusiasts/Improving-Your-LabVIEW-Code-with-the-VI-Analyzer/m-p/3415352 Slides, Demos, and Recording]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Software Architectures and Code Design Patterns===&lt;br /&gt;
&lt;br /&gt;
These presentations are intended to review best practices for code design and development processes. They are generally more advanced and benefit a presenter who has multiple years of experience with the relevant tools and technologies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
|Using Plugin Frameworks for Extensibility&lt;br /&gt;
|This session will show how to improve the reusability and extensibility of LabVIEW code through the use of dynamically loaded plugins&lt;br /&gt;
|Elijah Kerry&lt;br /&gt;
|[https://github.com/elijah286/Extensible-Config-Dialog Example source code]&lt;br /&gt;
|Yes - CLD-level knowledge of how to dynamically load and communicate with sub processes&lt;br /&gt;
|-&lt;br /&gt;
|Introduction to DQMH&lt;br /&gt;
|DQMH is the world’s most popular 3rd-party framework for LabVIEW, and was designed to facilitate the robust implementation of complex LabVIEW applications, while still being accessible to CLAD/CLD-level LabVIEW programmers.&lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/dnattdqmhintro Slides, Demos, and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Workers for LabVIEW&lt;br /&gt;
|Efficiently develop asynchronous applications using Workers for LabVIEW, a framework that provides simple LVOOP QMHs along with a comprehensive set of development tools to streamline application development. This framework is suitable for developing both small and large multi-process LabVIEW applications in a scalable,  modular and extensible way.&lt;br /&gt;
|Peter Scarfe&lt;br /&gt;
|[https://docs.workersforlabview.io User Guide, Introduction Video, Tutorial Videos]&lt;br /&gt;
|LabVIEW Core 3 or CLD level knowledge&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Best Practices===&lt;br /&gt;
&lt;br /&gt;
These materials cover best practices for various aspects of LabVIEW development.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
|An End to Brainless LabVIEW Programming&lt;br /&gt;
|There are lots of supposed &amp;quot;best practices&amp;quot; we do in LabVIEW without thinking. If we actually think about them, it turns out they may not be best practices at all. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/brainlesslabview Slides and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Industrial Communications in LabVIEW&lt;br /&gt;
|Don’t underestimate the complexity of industrial communications protocols, nor the completeness of LabVIEW toolkits for supporting these. This presentation collates crowd-sourced data on the woes and wahays of integrating National Instruments systems into an industrial network, providing any developer with an up to date and pragmatically authored review of the state of current capabilities and maybe a brief look into the future.&lt;br /&gt;
&lt;br /&gt;
Dr. Richard Thomas, a founding member of GDevCon and the ALA, LabVIEW Champion, CLA and CLED, has worked with LabVIEW and NI systems for nearly 25 years, in various roles from Academia, Consultancy to Production Engineering, with experience in several industry sectors.&lt;br /&gt;
|Dr. Richard Thomas&lt;br /&gt;
|[https://www.youtube.com/watch?v=R4GN_-X__GA Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Communicating intent through the VI Icon - Jesper Kjær Sørensen (GPower)&lt;br /&gt;
|This presentation is one you don&#039;t want to miss. We will embark on a quest through the massive Icon Dungeon in the land of LabVIEW. The goal is to slay the dreaded default icon Dragon, which has brought much pain and suffering to LabVIEW developers. We will wander through the multi-level halls of VI icons to search for traps and recover the ancient knowledge of visual grouping. We will be spelunking into the Casm of Class icons. Finally, we will enter the Vault of Glyphs to fill our bags with loot and make a quick getaway through the dimension of Automation.&lt;br /&gt;
&lt;br /&gt;
My name is Jesper Kjær Sørensen. I am a level 5 Systems Engineer aboard the fantastic vessel GPower, hailing from Denmark. I have replaced my character sheet three times over the past 14 years since I graduated from the University of Aalborg. Throughout the years, I have honed my skills in LabVIEW and TestStand and dabbled in the dark arts of Python programming. I have several side quests involving photography, dairy cows, my family, and my love for Dungeons and Dragons.&lt;br /&gt;
|Jesper Kjær Sørensen&lt;br /&gt;
|[https://www.youtube.com/watch?v=wOntiXaIu2o Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Tips and Tricks===&lt;br /&gt;
&lt;br /&gt;
These materials cover suggestions and insight from developers aimed at streamlining interaction with the development environment for the sake of increased productivity.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
|I Find Your Lack of LabVIEW Programming Speed Disturbing&lt;br /&gt;
|In just an hour of LabVIEW programming, you interact with the LabVIEW IDE hundreds, perhaps thousands, of times. Chances are, you could be executing many editor gestures more efficiently. Explore how to change your workflow to perform the most common LabVIEW programming tasks as quickly as possible. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/labviewspeed Slides, Demos, and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Quick! Drop Your VI Execution Time!&lt;br /&gt;
|Simple tips and techniques for speeding up your VIs. This includes general purpose programming techniques, as well as the most efficient way to use profiling tools in LabVIEW. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/slowvis Slides, Demos, and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Don&#039;t Wait for LabVIEW R&amp;amp;D... Implement Your Own LabVIEW Features!&lt;br /&gt;
|You can choose from many hooks to add your own G-based features to the LabVIEW IDE (no text programming required). This session reveals every single one of those hooks (No, really!) along with some LabVIEW Scripting tips and best practices for implementing those LabVIEW features you always wanted.&lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/dnattlvhooks Slides and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Hidden Gems in vi.lib&lt;br /&gt;
|A walkthrough of several useful VIs and APIs that ship with LabVIEW, but are not officially supported by NI.&lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://forums.ni.com/t5/Hidden-Gems-in-vi-lib/Hidden-Gems-in-vi-lib-pptx/td-p/3502591 Slides and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Augmenting Right-Click Menus in LabVIEW&lt;br /&gt;
|All the details of the right-click plugins feature in LabVIEW, that allows you to extend the right-click menus in the LabVIEW editor purely with G code. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://forums.ni.com/t5/LabVIEW-Shortcut-Menu-Plug-Ins/Presentation-Augmenting-Right-Click-Menus-in-LabVIEW/ta-p/3521526 Slides, Demos, and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===UX / UI Design===&lt;br /&gt;
&lt;br /&gt;
These materials provide insights on how to design user-interfaces in LabVIEW&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
| Extensible and Modular UIs: Extend the VI Server With Object-Oriented Techniques&lt;br /&gt;
| Using QControls to create reusable UI modules.&lt;br /&gt;
| [[Quentin &amp;quot;Q&amp;quot; Alldredge (LabVIEW Champion)|Quentin &amp;quot;Q&amp;quot; Alldredge]]&lt;br /&gt;
| [[NIWeek 2018/UI: Extensible and Modular UIs: Extend the VI Server With Object-Oriented Techniques|Wiki Page]]&lt;br /&gt;
|-&lt;br /&gt;
| Encapsulating and Reusing your UI Code&lt;br /&gt;
| Using QControls to make Reusable, Encapsulated, Extensible UIs.&lt;br /&gt;
| [[Quentin &amp;quot;Q&amp;quot; Alldredge (LabVIEW Champion)|Quentin &amp;quot;Q&amp;quot; Alldredge]]&lt;br /&gt;
| [[Americas CLA Summit 2019/Encapsulating and Reusing your UI Code|Wiki Page]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|UI/UX Considerations when there is No Keyboard or Mouse&lt;br /&gt;
|This presentation provides an overview of best practices and lessons learned when developing software interfaces that will rely on a touch screen, especially given the number of UI components that are not well suited for a touch interface.&lt;br /&gt;
| [[Quentin &amp;quot;Q&amp;quot; Alldredge (LabVIEW Champion)|Quentin &amp;quot;Q&amp;quot; Alldredge]]&lt;br /&gt;
| [[Americas CLA Summit 2019/UI/UX Considerations when there is No Keyboard or Mouse|Wiki Page]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Smartphone-like User Interfaces in LabVIEW&lt;br /&gt;
| Do you want more advanced User Interfaces than you can normally get from LabVIEW? Maybe the user experience needs to be for a touch screen similar to common smartphone interfaces. I’ll show tricks to using the QControl Toolkit to create swipe, scroll, and selection via a touchscreen. &lt;br /&gt;
| [[Quentin &amp;quot;Q&amp;quot; Alldredge (LabVIEW Champion)|Quentin &amp;quot;Q&amp;quot; Alldredge]]&lt;br /&gt;
| [[GLA Summit 2022/Smartphone-like User Interfaces in LabVIEW| Wiki Page]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| How to successfully scale UIs in LabVIEW&lt;br /&gt;
| All started with a tough requirement: “The application needs more than 50 Synoptics” . With such a breath taking number, you need to think in a way of programming User Interfaces that is easily scalable, flexible and maintainable. As a programmer, the last thing you want is to have the need to implement a new feature and have to repeat the same piece of code in 50 different places. This presentation navigates through the process of getting a successful approach, from the idea to the implementation.&lt;br /&gt;
| Iker Segovia Revilla(ULMA)&lt;br /&gt;
| [[https://www.youtube.com/watch?v=zYhzQ0Mlp-I| Video]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Debugging/Troubleshooting===&lt;br /&gt;
&lt;br /&gt;
These materials cover suggestions and insight from developers aimed at debugging and troubleshooting LabVIEW applications.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
|Ludicrous Ways to Fix Broken LabVIEW Code&lt;br /&gt;
|When LabVIEW programmers encounter compiler errors, app builder failures, and crashes, they will usually settle for any hack, kludge, or workaround just to get usable code. This presentation demonstrates a number of ridiculous ways to get broken code running. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/ludicrouslabview Slides, Demos, and Recording]&lt;br /&gt;
|This content is very DNatt-specific, and may be difficult for others to present.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:User Group]]&lt;/div&gt;</summary>
		<author><name>Peter Scarfe</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=User_group&amp;diff=32707</id>
		<title>User group</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=User_group&amp;diff=32707"/>
		<updated>2024-04-28T09:05:44Z</updated>

		<summary type="html">&lt;p&gt;Peter Scarfe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
A &#039;&#039;&#039;User Group&#039;&#039;&#039;, or LabVIEW User Group (LUG), is a local group of LabVIEW enthusiasts that come together to share common interests or goals.  The user groups within the NI Community are segmented into different categories such as Local User Groups, Product User Groups, Special Interest Groups, and Partner Groups. Within each of these groups, you may collaborate with others on best practices, plan in-person meetups, or discuss any topic of your choice.&lt;br /&gt;
&amp;lt;ref&amp;gt;LabVIEW Forums: User Groups https://forums.ni.com/t5/User-Groups/ct-p/user-groups&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Organizing a User Group==&lt;br /&gt;
User groups are typically created out of a shared need to seek advice and share ideas among a community of individuals that are working on similar problems OR applications. It is recommended that such a group align on goals for the organization, such as the following:&lt;br /&gt;
# Share ideas and practices to improve the quality, performance, scalability and readability of LabVIEW code&lt;br /&gt;
# Provide a forum to solicit advice from peers regarding how best to solve technical and procedural challenges when developing LabVIEW code&lt;br /&gt;
# Drive standardization on stylings, code organization and tooling for the purpose of enabling greater reuse and collaboration&lt;br /&gt;
&lt;br /&gt;
See the [https://forums.ni.com/t5/User-Groups/ct-p/user-groups LabVIEW Community Forum: User Group List] to find one near you.&lt;br /&gt;
==User Group Content==&lt;br /&gt;
&lt;br /&gt;
This is a collection of content that can be used to organize and run a LabVIEW user group. &lt;br /&gt;
&lt;br /&gt;
===Fundamental Programming Constructs===&lt;br /&gt;
&lt;br /&gt;
These materials focus on the G syntax and language-specific constructs&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
|Using Object-Oriented Programming LabVIEW&lt;br /&gt;
|This session will introduce object-oriented programming as a tool that can dramatically increase the reusability and scalability of your software. Instead of going through a purely academic exploration of the concept, this session attempts to map concepts that should be familiar to any experienced LabVIEW programming towards helping explain how you can evolve your daily programming tasks without starting all over.&lt;br /&gt;
|Elijah Kerry&lt;br /&gt;
|[https://forums.ni.com/t5/LabVIEW-Development-Best/Object-Oriented-Design-Patterns-Technical-Manual-and-Exercises/ta-p/3507995 Presentation and Demo Materials]&lt;br /&gt;
[https://www.ni.com/en/shop/labview/introduction-to-oop-and-hardware-abstraction-layers.html Video of session]&lt;br /&gt;
|Yes - experience implementing class-based software architectures&lt;br /&gt;
|-&lt;br /&gt;
|What to Expect When You&#039;re Expecting an Error&lt;br /&gt;
|Connecting error wires across nodes on a block diagram is one of the most common, brainless tasks performed by a LabVIEW programmer. Unfortunately, this often means that VI behavior in an error condition is a second thought, if it&#039;s even thought about at all. This presentation will cover best practices in regards to the generation and propagation of errors on LabVIEW block diagrams. You should come out of this presentation with the ability to write VIs that are not only functionally correct in an error condition, but also precisely convey their exact error behavior in an error condition. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/dnatterrors Slides and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|All About Collection Data Types&lt;br /&gt;
|Introduction to the fundamentals of Strings and Arrays, then moving into Sets and Maps, the newest data types in LabVIEW.  &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/dnattcollections Slides, Demos, and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Software Engineering and Team Based Development===&lt;br /&gt;
&lt;br /&gt;
These presentations are intended to review best practices for code design and development processes. They are generally more advanced and benefit a presenter who has multiple years of experience with the relevant tools and technologies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
|Moving from SVN to Git with LabVIEW&lt;br /&gt;
|Git tends to be the standard versioning system used in software development. DevOps platform like Gitlab and Github rely on it. Git could be a necessary transition to implement CI/CD.&lt;br /&gt;
From my experience and with data collected earlier this year, it seems that SVN is still used by many people in our LabVIEW world.&lt;br /&gt;
I want to share my journey from a former SVN user to a happy Git one and help developers to go further than just a &amp;quot;backup&amp;quot; tool.&lt;br /&gt;
Real experience and no command-line inside.&lt;br /&gt;
|Olivier Jourdan&lt;br /&gt;
|[https://www.youtube.com/watch?v=v_cdlwIWfPY YouTube Recording]&lt;br /&gt;
|Yes - familiarity with SCM, Git and SVN. Qualified presenters include: Olivier Jourdan, Fabiola De la Cueva and Emilie Kia&lt;br /&gt;
|-&lt;br /&gt;
|Team Based Development with LabVIEW&lt;br /&gt;
|This session will provide an overview of best practices and tooling that should be used to streamline LabVIEW development by a team of developers&lt;br /&gt;
|Elijah Kerry&lt;br /&gt;
|[https://github.com/elijah286/lvug-team-dev GitHub Repo for slides and demo materials]&lt;br /&gt;
|Yes - CLA-level knowledge of how to manage and coordinate development activities across a team&lt;br /&gt;
|-&lt;br /&gt;
|Improving Your LabVIEW Code with the VI Analyzer&lt;br /&gt;
|A comprehensive presentation on the features of the VI Analyzer, and how it can be used to improve code style, increase code performance, and detect bugs. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://forums.ni.com/t5/VI-Analyzer-Enthusiasts/Improving-Your-LabVIEW-Code-with-the-VI-Analyzer/m-p/3415352 Slides, Demos, and Recording]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Software Architectures and Code Design Patterns===&lt;br /&gt;
&lt;br /&gt;
These presentations are intended to review best practices for code design and development processes. They are generally more advanced and benefit a presenter who has multiple years of experience with the relevant tools and technologies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
|Using Plugin Frameworks for Extensibility&lt;br /&gt;
|This session will show how to improve the reusability and extensibility of LabVIEW code through the use of dynamically loaded plugins&lt;br /&gt;
|Elijah Kerry&lt;br /&gt;
|[https://github.com/elijah286/Extensible-Config-Dialog Example source code]&lt;br /&gt;
|Yes - CLD-level knowledge of how to dynamically load and communicate with sub processes&lt;br /&gt;
|-&lt;br /&gt;
|Introduction to DQMH&lt;br /&gt;
|DQMH is the world’s most popular 3rd-party framework for LabVIEW, and was designed to facilitate the robust implementation of complex LabVIEW applications, while still being accessible to CLAD/CLD-level LabVIEW programmers.&lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/dnattdqmhintro Slides, Demos, and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Workers for LabVIEW&lt;br /&gt;
|Efficiently develop asynchronous applications using Workers for LabVIEW, a framework that provides simple modular and scalable LVOOP QMHs along with a comprehensive set of development tools to streamline application development. Suitable for developing both small and large multi-process LabVIEW applications.&lt;br /&gt;
|Peter Scarfe&lt;br /&gt;
|[https://docs.workersforlabview.io User Guide, Introduction Video, Tutorial Videos]&lt;br /&gt;
|LabVIEW Core 3 or CLD level knowledge&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Best Practices===&lt;br /&gt;
&lt;br /&gt;
These materials cover best practices for various aspects of LabVIEW development.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
|An End to Brainless LabVIEW Programming&lt;br /&gt;
|There are lots of supposed &amp;quot;best practices&amp;quot; we do in LabVIEW without thinking. If we actually think about them, it turns out they may not be best practices at all. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/brainlesslabview Slides and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Industrial Communications in LabVIEW&lt;br /&gt;
|Don’t underestimate the complexity of industrial communications protocols, nor the completeness of LabVIEW toolkits for supporting these. This presentation collates crowd-sourced data on the woes and wahays of integrating National Instruments systems into an industrial network, providing any developer with an up to date and pragmatically authored review of the state of current capabilities and maybe a brief look into the future.&lt;br /&gt;
&lt;br /&gt;
Dr. Richard Thomas, a founding member of GDevCon and the ALA, LabVIEW Champion, CLA and CLED, has worked with LabVIEW and NI systems for nearly 25 years, in various roles from Academia, Consultancy to Production Engineering, with experience in several industry sectors.&lt;br /&gt;
|Dr. Richard Thomas&lt;br /&gt;
|[https://www.youtube.com/watch?v=R4GN_-X__GA Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Communicating intent through the VI Icon - Jesper Kjær Sørensen (GPower)&lt;br /&gt;
|This presentation is one you don&#039;t want to miss. We will embark on a quest through the massive Icon Dungeon in the land of LabVIEW. The goal is to slay the dreaded default icon Dragon, which has brought much pain and suffering to LabVIEW developers. We will wander through the multi-level halls of VI icons to search for traps and recover the ancient knowledge of visual grouping. We will be spelunking into the Casm of Class icons. Finally, we will enter the Vault of Glyphs to fill our bags with loot and make a quick getaway through the dimension of Automation.&lt;br /&gt;
&lt;br /&gt;
My name is Jesper Kjær Sørensen. I am a level 5 Systems Engineer aboard the fantastic vessel GPower, hailing from Denmark. I have replaced my character sheet three times over the past 14 years since I graduated from the University of Aalborg. Throughout the years, I have honed my skills in LabVIEW and TestStand and dabbled in the dark arts of Python programming. I have several side quests involving photography, dairy cows, my family, and my love for Dungeons and Dragons.&lt;br /&gt;
|Jesper Kjær Sørensen&lt;br /&gt;
|[https://www.youtube.com/watch?v=wOntiXaIu2o Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Tips and Tricks===&lt;br /&gt;
&lt;br /&gt;
These materials cover suggestions and insight from developers aimed at streamlining interaction with the development environment for the sake of increased productivity.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
|I Find Your Lack of LabVIEW Programming Speed Disturbing&lt;br /&gt;
|In just an hour of LabVIEW programming, you interact with the LabVIEW IDE hundreds, perhaps thousands, of times. Chances are, you could be executing many editor gestures more efficiently. Explore how to change your workflow to perform the most common LabVIEW programming tasks as quickly as possible. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/labviewspeed Slides, Demos, and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Quick! Drop Your VI Execution Time!&lt;br /&gt;
|Simple tips and techniques for speeding up your VIs. This includes general purpose programming techniques, as well as the most efficient way to use profiling tools in LabVIEW. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/slowvis Slides, Demos, and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Don&#039;t Wait for LabVIEW R&amp;amp;D... Implement Your Own LabVIEW Features!&lt;br /&gt;
|You can choose from many hooks to add your own G-based features to the LabVIEW IDE (no text programming required). This session reveals every single one of those hooks (No, really!) along with some LabVIEW Scripting tips and best practices for implementing those LabVIEW features you always wanted.&lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/dnattlvhooks Slides and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Hidden Gems in vi.lib&lt;br /&gt;
|A walkthrough of several useful VIs and APIs that ship with LabVIEW, but are not officially supported by NI.&lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://forums.ni.com/t5/Hidden-Gems-in-vi-lib/Hidden-Gems-in-vi-lib-pptx/td-p/3502591 Slides and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Augmenting Right-Click Menus in LabVIEW&lt;br /&gt;
|All the details of the right-click plugins feature in LabVIEW, that allows you to extend the right-click menus in the LabVIEW editor purely with G code. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://forums.ni.com/t5/LabVIEW-Shortcut-Menu-Plug-Ins/Presentation-Augmenting-Right-Click-Menus-in-LabVIEW/ta-p/3521526 Slides, Demos, and Recording]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===UX / UI Design===&lt;br /&gt;
&lt;br /&gt;
These materials provide insights on how to design user-interfaces in LabVIEW&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
| Extensible and Modular UIs: Extend the VI Server With Object-Oriented Techniques&lt;br /&gt;
| Using QControls to create reusable UI modules.&lt;br /&gt;
| [[Quentin &amp;quot;Q&amp;quot; Alldredge (LabVIEW Champion)|Quentin &amp;quot;Q&amp;quot; Alldredge]]&lt;br /&gt;
| [[NIWeek 2018/UI: Extensible and Modular UIs: Extend the VI Server With Object-Oriented Techniques|Wiki Page]]&lt;br /&gt;
|-&lt;br /&gt;
| Encapsulating and Reusing your UI Code&lt;br /&gt;
| Using QControls to make Reusable, Encapsulated, Extensible UIs.&lt;br /&gt;
| [[Quentin &amp;quot;Q&amp;quot; Alldredge (LabVIEW Champion)|Quentin &amp;quot;Q&amp;quot; Alldredge]]&lt;br /&gt;
| [[Americas CLA Summit 2019/Encapsulating and Reusing your UI Code|Wiki Page]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|UI/UX Considerations when there is No Keyboard or Mouse&lt;br /&gt;
|This presentation provides an overview of best practices and lessons learned when developing software interfaces that will rely on a touch screen, especially given the number of UI components that are not well suited for a touch interface.&lt;br /&gt;
| [[Quentin &amp;quot;Q&amp;quot; Alldredge (LabVIEW Champion)|Quentin &amp;quot;Q&amp;quot; Alldredge]]&lt;br /&gt;
| [[Americas CLA Summit 2019/UI/UX Considerations when there is No Keyboard or Mouse|Wiki Page]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Smartphone-like User Interfaces in LabVIEW&lt;br /&gt;
| Do you want more advanced User Interfaces than you can normally get from LabVIEW? Maybe the user experience needs to be for a touch screen similar to common smartphone interfaces. I’ll show tricks to using the QControl Toolkit to create swipe, scroll, and selection via a touchscreen. &lt;br /&gt;
| [[Quentin &amp;quot;Q&amp;quot; Alldredge (LabVIEW Champion)|Quentin &amp;quot;Q&amp;quot; Alldredge]]&lt;br /&gt;
| [[GLA Summit 2022/Smartphone-like User Interfaces in LabVIEW| Wiki Page]]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| How to successfully scale UIs in LabVIEW&lt;br /&gt;
| All started with a tough requirement: “The application needs more than 50 Synoptics” . With such a breath taking number, you need to think in a way of programming User Interfaces that is easily scalable, flexible and maintainable. As a programmer, the last thing you want is to have the need to implement a new feature and have to repeat the same piece of code in 50 different places. This presentation navigates through the process of getting a successful approach, from the idea to the implementation.&lt;br /&gt;
| Iker Segovia Revilla(ULMA)&lt;br /&gt;
| [[https://www.youtube.com/watch?v=zYhzQ0Mlp-I| Video]]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Debugging/Troubleshooting===&lt;br /&gt;
&lt;br /&gt;
These materials cover suggestions and insight from developers aimed at debugging and troubleshooting LabVIEW applications.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable static-row-numbers sticky-header col1left&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!|Presentation Title&lt;br /&gt;
!|Abstract&lt;br /&gt;
!|Author&lt;br /&gt;
!|Demo Resources&lt;br /&gt;
!|SME Requirements&lt;br /&gt;
|-&lt;br /&gt;
|Ludicrous Ways to Fix Broken LabVIEW Code&lt;br /&gt;
|When LabVIEW programmers encounter compiler errors, app builder failures, and crashes, they will usually settle for any hack, kludge, or workaround just to get usable code. This presentation demonstrates a number of ridiculous ways to get broken code running. &lt;br /&gt;
|Darren Nattinger&lt;br /&gt;
|[https://bit.ly/ludicrouslabview Slides, Demos, and Recording]&lt;br /&gt;
|This content is very DNatt-specific, and may be difficult for others to present.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:User Group]]&lt;/div&gt;</summary>
		<author><name>Peter Scarfe</name></author>
	</entry>
</feed>