From the course: Data Acquisition with LabVIEW
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Acquisition timing - LabVIEW Tutorial
From the course: Data Acquisition with LabVIEW
Acquisition timing
- [Instructor] Acquiring, or sampling, an analog signal is like taking a series of snapshots, measuring a signal's voltage at certain intervals of time. The timing of when those snapshots are taken is very important, and there are two mains types of timing for data acquisition tasks: software-timed and hardware-timed. With software-timed acquisition, the timing and rate at which the samples are acquired is determined by the software and operating system instead of the DAQ device. The program reads samples on demand, one-at-a-time from the DAQ device. When the program requests a new sample, the DAQ device will take a measurement and then return that most recent value. Placing that on-demand read operation inside of a while loop and using a timing function like the millisecond wait VI to control the rate at which that loop executes allows you to sample an input signal at a regular interval. For example, configuring the…
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)
-
-
-
-
-
-
-