Task Configuration Editor
- Updated2023-02-17
- 1 minute(s) read
Task Configuration Editor
After you create a .NET DAQ component within a project, the DAQ Assistant task configuration editor launches automatically inside Visual Studio. Use the DAQ Assistant task configuration editor to configure the DAQmx task of the component.
Use the configuration editor to configure settings such as scaling, timing, ranges, and triggering. Click Test to open the test panel and test the task.
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.