Measure

cancel
Showing results for 
Search instead for 
Did you mean: 

Get error 10240 in labview 6i Evaluation when I run my VI's from lv5.1

I want to run my VI's - created in Labview 5.1 - in Labview 6i Eval.The device PCI 6024E is detected in MAX, but I get "Error-10240 occurred at AI Group Config
Possible reasons:NI-DAQLV: The driver interface could not locate or open the driver".
Ni-Daq version 6.9
Operating System: Windows 98
CPU: Pentium
RAM: 64 MB
The test examples work with the device.
0 Kudos
Message 1 of 5
(7,684 Views)
Hello,

I think you posted your question in the wrong forum...this forum is for questions pertaining to the National Instruments product "Measure for Windows". In order to get the maximum exposure to an appropriate audience for your question, I recommend you post in the Measurement Hardware >> Multifunction I/O category.

Nevertheless, I will venture a guess as to why you are seeing this problem. If you brought your VIs over to LabVIEW 6i in an LLB, then you may have saved all the DAQ VIs (AI Config, AI Start, etc.) into that LLB. You should not have done that. LabVIEW needs to use its own copies of the DAQ VIs (in the vi.lib folder), not the ones in your LLB. There is a utility on the NI website that will go through an LLB and remove any vi.lib VIs from
that LLB...you should use this tool on your LLB, then re-load your VIs. I searched ni.com for "removing vi.lib" (without the quotes) and it was the first link that came up in the search results. After using this tool, your VI will then link to the DAQ subVIs in vi.lib and I imagine it will run without errors at that point.

If this suggestion does not help, you will probably get the best suggestions from the aforementioned Multifunction I/O forum.

Good luck, and have a nice day.

Darren
0 Kudos
Message 2 of 5
(7,684 Views)
You were right. I saved AI Config, AI start,... in 2 LLB's. In one LLB everything went fine but in the other I received error 8: can't open VI library resource file. Anyway now it runs without those errors.

But there is a new problem. Although there are no sensors hooked up to my DAQ card, I seem to be measuring velocity. So I guess I'm working in simulation mode. How can I work in acquisition mode?
I'll ask this one in the more appropriate group too. Thanks for your help !
0 Kudos
Message 3 of 5
(7,684 Views)
You were right. I saved AI Config, AI start,... in 2 LLB's. In one LLB everything went fine but in the other I received error 8: can't open VI library resource file. Anyway now it runs without those errors.

But there is a new problem. Although there are no sensors hooked up to my DAQ card, I seem to be measuring velocity. So I guess I'm working in simulation mode. How can I work in acquisition mode?
I'll ask this one in the more appropriate group too. Thanks for your help !
0 Kudos
Message 4 of 5
(7,684 Views)
Hi,

I'm glad you got your LLB issue resolved. I really don't know what the problem is with your "simulation" vs. "acquisition" mode. I hope someone in the Multifunction I/O forum can provide you with a helpful solution.

Good luck,
Darren
0 Kudos
Message 5 of 5
(7,684 Views)