10-24-2016 04:57 AM
I'm using C++ and creating named tasks using DAQmxCreateTask.
How do I read the number of tasks created, and each name of the tasks?
I'm using DAQmxCreateTask and DAQmxClearTask to test different capabilities before starting. Sometimes it seems that the task is not correct cleared, how to I test that a task is cleared correctly?
-cpede
10-25-2016 03:24 AM
Hi,
Maybe you could look at having a variable which you use to keep track of the number, adding one every time you create a task?
-Michael