.NET DAQ Components
- Updated2023-02-17
- 1 minute(s) read
.NET DAQ Components
To use a DAQ component in a Measurement Studio .NET project, you must first create the DAQmx task within the project. You can create a DAQmx task in the following ways:
- Using the Add New Item dialog.
- Directly instantiating the component.
Related Information
- Creating a .NET DAQ Component with Add New Item
- Creating a .NET DAQ Component Programmatically
You can use a .NET DAQ component programmatically by directly creating an instance of the component and calling its methods and handling its events. The specific methods and events that you use differ depending on the type of task you configured. The following are task types and corresponding DAQ component members that are commonly used.