10-03-2008 03:14 PM
I recently upgraded to labview 8.6 from labview 7.1. I have a fairly complicated VI used to run a test rig that is no longer working. I've traced the problem to a conflict between NI-Daq and DAQmx. When I run the Vi I get the message:
Error -10461 occurred at AO Group Config
Possible reason(s):
NI-DAQ LV: The specified resource is unavailable because it has already been reserved by another entity.
I believe the problem is that the PCI-6074 is being accessed by both theNI-daq and DAQmx drivers. I would like to update the vi to use DAQmx, but the tutorials have not helped me much. Since I inherited the test rig from someone who left, and I need to make sure it continues to run, I hesitate to just start experimenting with the vi as I don't have much labview experience. I hope someone can point me in the right direction.
10-04-2008 08:55 AM
Hi Tavis,
I believe your problem caused by one device accessed by two driver (DAQmx and Traditional DAQ) at one time. To solve this problem, you need to make sure both DAQmx code and Traditional DAQ code run in sequence and RESET the device everytime you switch between the codes.
Use the Device Reset VI at the end of the Traditional DAQ code sequence, annd DAQmx Reset Device VI at the end of the DAQmx code sequence. You still need to create a Traditional DAQ virtual channel and DAQmx Task for use with each driver respectively
Source:http://zone.ni.com/devzone/cda/tut/p/id/3021
(bottom of the page)
I hope it helps!
Sincerely,
Krisna Wisnu
10-08-2008 05:55 PM
10-09-2008 04:40 AM
Hi tavis,
Basically, before you upgrade to 8.6 the VI is already broken right? From my observation, before you proceed, you need to find the other subVIs. I tried to open it on my end, but it prompt me with missing Vis. Another thing, I could not find 6074 in DAQmx readme file, so I could not tell whether it belongs with DAQmx, Traditional DAQ or both.
It would be easier for you to know the functionality of the code and re-write the code with DAQmx (if your device supported this). Without more information, there is nothing I can do much.
Sincerely,
Krisna Wisnu
10-09-2008 01:16 PM
10-09-2008 01:29 PM
10-09-2008 01:48 PM
10-09-2008 02:00 PM
10-09-2008 04:19 PM
10-09-2008 04:39 PM