Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Use DAQmx 8.8 installation with LV2012

Hi,

 

I want to use DAQmx 8.8 with LabVIEW Version 2012. I downloaded the DAQmx drivers and installed them. But when I start my VI, LabVIEW can't find the DAQmx related VIs (e.g. start task, clear task...)

 

Can anybody help?

 

Thx in advance

Manuel

0 Kudos
Message 1 of 6
(3,432 Views)
You can't use such an old version. Why don't you simply install the latest version of DAQmx?
0 Kudos
Message 2 of 6
(3,429 Views)

I want to use the NI USB-6525 digital I/O module to control valves in an ALD system. My code is working in principle but for short switching times I get an error: "Write to task called more frequently than device can safely allow" or something similar. From another post I learned that this problem can be solved by using DAQmx before Version 8.9. I know that this error occurs because switching the relays more frequently than 5Hz at 90% duty cycle could cause physical damage to the I/O lines. So I know that using an older Version of DAQmx would be on my own risk but I need to achieve switching times around 100ms and less.

 

Thanks for your reply and hoping for further help

 

0 Kudos
Message 3 of 6
(3,425 Views)
You need to link to this other post. You should also attach a snippet of your code and the actual error code.

In any case, you cannot use the older versions of DAQmx.
0 Kudos
Message 4 of 6
(3,423 Views)

Hi Denis,

 

The error code is -201278:

"Possible reason(s): Consecutive writes to a digital line occurred more frequently than the device can safely allow." The other post I mentioned can be found here: http://forums.ni.com/t5/Digital-I-O/NI-USB-6525-Error-201278/m-p/1097522/highlight/true#M12598

I also attached snippets of the code I am using but I think this won't help in this case.

If you are sure I can't use this DAQmx Version with LabVIEW2012, I will delete it and use LabVIEW 8.x instead...

 

Thanks again for your reply!

 

Sincerely,

Manuel

 

 

 

Download All
0 Kudos
Message 5 of 6
(3,411 Views)

According to this kb, the last LabVIEW version that can use DAQmx 8.8 is LabVIEW 8.6.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 6 of 6
(3,403 Views)