04-30-2008 12:47 PM
05-01-2008 10:54 PM
Hello Dave,
When the NI-DAQmx Base Task Configuration Utility is loaded, the utility will list tasks that are already configured for the computer. The devices listed under “device” will list the devices already configured for the particular task. There are several options at this point to show tasks that are relevant to the CF-6004. This forum post describes a similar situation to yours. The knowledgebase NI-DAQmx Base Task Configuration Utility Does Not Show PDA DAQ Device linked in the forum thread shows how to import some preconfigured tasks for DAQmx Base that you can use with your CF-6004. The path in the knowledgebase says to browse to a LabVIEW 8.0 directory, but you can replace that directory with the particular version of LabVIEW you have (for 8.5 the path is Program Files\National Instruments\LabVIEW 8.5\examples\daqmxbase\PDA). When these tasks are imported, they are automatically configured for a CF-6004.
You can also select to Create New Task from the configuration utility. A dialog box will then pop-up allowing you to set the Task Name, Device, and the Acquisition Type. Since you want to acquire on all for channels, check out the example aiExamples.lvproj in the directory I linked above. It has some premade examples and tasks for performing AI that acquire for finite or continuous period of time and some triggering examples. Hope this helps!