12-07-2009 04:34 PM
Is there a way to clear all tasks loaded to a PXI-4462 in a pxi cage using NI-DAQmx with C or C++. I don't have the handles to the task.
12-08-2009 11:11 AM
Hi Eagle,
You can clear all tasks by resetting the device. The command you'll use is "DAQmxResetDevice". This is found in the DAQmx C Reference Help under NI-DAQmx C Functions»Advanced Functions»Device Control . Have a good one!