Finding Examples
- Updated2024-04-08
- 2 minute(s) read
Finding Examples
NI-DAQmx includes several example applications that demonstrate the functionality of your device and can serve as interactive tools, programming models, and building blocks for your own applications. Access examples depending on your programming environment and the driver APIs you use to control your device.
NI Example Finder
The NI Example Finder is a utility that organizes examples into categories and allows you to browse and search installed examples. For example, search for "DAQmx" to locate all NI multifunction DAQ examples. You can see descriptions and compatible hardware models for each example or see all the examples compatible with one particular hardware model.
To locate examples using the NI Example Finder within LabVIEW or LabWindows/CVI, select and navigate to .
Installed Example Locations
The installation location for NI-DAQmx example programs differs by programming language and development environment. Refer to the following table for information about example program installation locations.
| Software Application | Installed Example Locations | |
|---|---|---|
| LabVIEW | ||
| LabWindows/CVI | C:\Users\Public\Documents\National Instruments\CVI\Samples\DAQmx | |
| SignalExpress | Program Files\National Instruments\SignalExpress\Examples | |
| ANSI C | Users\Public\Public Documents\National Instruments\NI-DAQ\Examples\DAQmx ANSI C. | |
| .NET 4.0 | Users\Public\Public Documents\National Instruments\NI-DAQ\Examples\DotNET 4.0 | |
| .NET 4.5 | Users\Public\Public Documents\National Instruments\NI-DAQ\Examples\DotNET 4.5 | |
Common Example Programs
The following NI-DAQmx example programs demonstrate common functions and operations.
The PXIe-4309 uses the NI-DAQmx driver. NI-DAQmx includes a collection of programming examples to help you get started developing an application. You can modify example code and save it in an application. You can use examples to develop a new application or add example code to an existing application.