Some courses and learning paths on NI Learning Center may not appear on learner dashboards. Our team is actively investigating.
If you encounter access issues, please contact services@ni.com and include the learner’s name, email, service ID or EA number, and the list of required courses.
Introduction
In this lesson we are going to talk about File I/O with express VIs.
Express VIs are wizard like functions which provide a user interface and ease of use, at the expense of some flexibility. The express VIs we will be concentrating on, are the "Write to Measurement File" and "Read from Measurement File". These provide a lot of functionality of the standard File I/O functions, but with a minimal amount of programming.
Lesson Video
Example Snippet

Practice Problem
Procedure: Create the required VI(s) to achieve the following tasks.
Requirements:
Practice Solution

Next Step