01-27-2006 06:45 AM
01-27-2006 10:35 AM
Hello bsimon,
It's been a while since I've programmed in Matlab and I've never used DAQmx in Matlab (in my experience, LabVIEW, CVI, C/C++, any of the .NET languages and even VB, though I hate it, would seem to be vastly superior ADEs because the DAQmx API actually supports these languages). In spite of my stated inexperience, if you are just making C function calls from the command-line, can't you just 1) directly access whatever variable you are currently passing in for *taskHandle OR 2) explicitly create a TaskHandle *taskHandle at the command line and just access this variable?
01-27-2006 12:36 PM