To begin, you need to understand how to work within the NI LabVIEW software environment. Watch these video modules to learn the fundamental building blocks of programming in LabVIEW.
Learn how to navigate LabVIEW and use the block diagram, front panel, and Functions and Controls palettes. Then explore how to use graphs and charts and build a user interface.
See how to loop code and conditionally execute code in LabVIEW using For Loops, While Loops, and Case structures.
Explore the different data types and methods to organize and group data, controls, and indicators in LabVIEW.
Examine the basics of graphical programming and methods to determine data flow and order of execution in the LabVIEW environment.
Discover how to use important tools in LabVIEW that can save you time.
Learn how to use key debugging and troubleshooting tools that optimize code.
Discover how some applications require analyzing the frequency components of signals and learn how to filter and perform an FFT on an array of data in LabVIEW.
Examine how to reuse existing .m file or C++ based code for the processing and scaling of signals.
Learn how to use Help resources in LabVIEW to better understand concepts and coding techniques.
Test your understanding of LabVIEW concepts by attempting the LabVIEW Basics Test. This test is recommended after completing the modules found in the Learn LabVIEW section. The test includes 20 multiple choice questions.
Assess your understanding of programming within the LabVIEW environment by completing the LabVIEW Basics Exercise. This exercise is recommended after completing the modules found in the Learn LabVIEW section. The exercise involves building a calculator in LabVIEW.