Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Error - 200089

Hi, I've got a program that generates a voltage (post amplifed etc. to drive a motor) and also takes readings from a tachomter and an LVDT. As soon as I run the program I get error - 200089 telling me the task name conflicts with an existing name. If anyone has had this problem before and knows how to fix it I would be interested to hear how.

Kyle
0 Kudos
Message 1 of 4
(3,568 Views)
You don't say if you are using DAQmx but, after the first call to DAQmcCreateTask(...), if you don't call DAQmxClearTask(...) before a new call to DAQmcCreateTask(...) with the same taskHandle, you'll get this error, presumably because the task already exists. I've tested this in Windows XP but not Windows 2000. A somewhat similar error can occur with pointers to graphic objects in XP needing to be re-initialized to 0 that isn't isn't a problem in 2000.

Message Edited by duncan carter on 03-31-2005 04:27 PM

Message Edited by duncan carter on 03-31-2005 04:28 PM

0 Kudos
Message 2 of 4
(3,564 Views)
Im using DAQmx Base for the USB - 6009. My program is based on one of the examples supplied.
0 Kudos
Message 3 of 4
(3,548 Views)
I'd like to help, could you answer a few questions:
1) What programming language are you using? CVI/LabWindows, LabVIEW, C++, etc.
2) Does the shipping example work w/o modification?
3) Have you created any tasks in the DAQmx Base Task Configuration Utility?
4) Also, are you in Windows?

-Alan A.
0 Kudos
Message 4 of 4
(3,453 Views)