From the course: Data Acquisition with LabVIEW
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Challenge: Acquire and display a signal - LabVIEW Tutorial
From the course: Data Acquisition with LabVIEW
Challenge: Acquire and display a signal
(playful music) - [Narrator] It's time for a challenge to practice programming with the DAQmx API. Starting from a blank VI, your goal is to build a program using the individual DAQmx VIs to perform continuous analog input and display the acquired signal on a waveform graph. You can configure settings like the input mode and sample rate to values that are appropriate for your device and setup. For my solution, I'll be using my USB-6001 with a sample rate of 20 kilo-samples per second. Based on the sample rate you choose, you should configure the number of samples per channel to read each time, such that the program will read a new chunk of samples two times per second. If you're using a real multifunction DAQ device that has both analog input and analog output channels, you can use the analog output channel as your signal source for this challenge by wiring it to the input and then using the device's test panel in max…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Analog input modes6m 36s
-
(Locked)
Acquisition timing4m 54s
-
(Locked)
Channels and tasks1m 50s
-
Analog input with DAQ Assistant5m 58s
-
(Locked)
NI-DAQmx API2m 43s
-
(Locked)
On demand analog input4m 17s
-
(Locked)
Finite analog input4m 32s
-
(Locked)
Continuous analog input6m 4s
-
(Locked)
Multiple analog input channels4m 40s
-
(Locked)
Challenge: Acquire and display a signal1m 59s
-
(Locked)
Solution: Acquire and display a signal6m 16s
-
(Locked)
-
-
-
-
-
-
-