LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -10609 -- even with example that ships with LV 7.0

I'm getting error -10609 ("A transfer is already in progress for the specified resource...") at AI Control from the error out cluster of AI Start. I tried running the example called Cont Acq&Graph (buffered).vi that ships with LabVIEW 7.0, and I get the same error at the same place, so I know it's not my code. I also tried rebooting the computer and power cycling the hardware, and the error still shows up on the very first attempt to run. I have no other processes running.

I have multifunction DAQ PCI-6052E and an SCXI-1001 chassis with 2 SCXI-1100 modules and 2 SCXI-1102 modules.

Any suggestions or advice would be greatly appreciated. Thanks in advance!
0 Kudos
Message 1 of 2
(2,594 Views)
Hi Iflash,

This error will sometimes occur during debugging of a data acquisition program. What happens is that when you start an operation and then terminate the program prematurely using the Abort button the process could still be running on the DAQ board.

The best way to avoid this is to reset the board. There are several ways to do this. The easiest is to run the Device Reset VI in LabVIEW. You will just need to wire up the device number and run the VI. Another option is to go into Measurement & Automation Explorer (MAX) and run the test panels on the device. It will error the first time but if you close the test panel and run it again it should be fine. Finally, in MAX 3.0, there should be a Reset button that you can access from the Devices and I
nterfaces >> DAQmx devices.

Anyway, hope that helps. Have a good day.

Ron
0 Kudos
Message 2 of 2
(2,594 Views)