Creating Channels and Tasks with the DAQ Assistant

NI-DAQmx Key Concepts

Creating Channels and Tasks with the DAQ Assistant

You can launch the DAQ Assistant from your NI application software or from MAX. The DAQ Assistant is a graphical interface for configuring channels, tasks, and scales.

After you launch the DAQ Assistant, follow the wizard instructions to create your new task or channel. When the wizard is done, you can configure measurement-specific settings, scaling, and, if necessary, timing and triggering.

LabVIEW

In LabVIEW, there are several ways to open the DAQ Assistant. A couple of common ones are the following:

  • Drop the DAQ Assistant Express VI from the Express Input palette, as described in Getting Started with LabVIEW.
  • Use the DAQmx Task Name control to open the DAQ Assistant. Taking an NI-DAQmx Measurement in LabVIEW, which is included in the LabVIEW Help, has step-by-step instructions on how to create a task from the DAQmx Task Name control and generate code from the task.

LabWindows/CVI

In LabWindows/CVI, select Tools»Create/Edit DAQmx Tasks. You also can launch the DAQ Assistant by clicking the Task Name control of the DAQmx LoadTask function panel and selecting New Task.

Measurement Studio

In Measurement Studio, open Visual Studio .NET and select Project»Add New Item to open the Add New Item dialog box. In the Categories pane, select Measurement Studio»Assistants. In the Templates pane, select DAQmx Task Class.

MAX

In MAX, right-click Data Neighborhood, and select Create New from the shortcut menu. Select NI-DAQmx Task or NI-DAQmx Global Virtual Channel in the Create New window, and click Next.

See Also

Choosing Whether to Use the API or the DAQ Assistant