Multifunction DAQ

取消
显示结果 
搜索替代 
您的意思是: 

Using NI-DAQ 9 with Delphi XE

I'd like to know if there is any way to use Data Acquisition from CodeGear Delphi XE. I know that there used to be a nidaq.dll, but as far as I know it is now inaccessible. So how can I manage to use my USB-6009 from Delphi XE. I have LabView 2009 SP1 installed.

Thank you for your help.

0 项奖励
1 条消息(共 5 条)
4,407 次查看

Dear Pierre,

 

In the following link you will find a solution for using NI DAQmx with Delphi.

As NI does not officially support Delphi, you will find wrapper DLLs. 

 

http://digital.ni.com/public.nsf/allkb/A6715AA42405ACD786256F0A00633B8F

 

Enjoy and keep us up to date with your progress,

Mircea

0 项奖励
2 条消息(共 5 条)
4,383 次查看

Dear Pierre,

 

The .dll wrapper is not the best solution of the problem. The best solution is the make .NET assembly and import it to delphi as object (like Com object)

 See the link:

 

http://forums.ni.com/t5/Multifunction-DAQ/Borland-Embarcadero-Delphi-and-NiDAQmx-the-solution-of-the...

0 项奖励
3 条消息(共 5 条)
4,327 次查看

Thank you for the idea.

My only problem is that I'm not too familiar with C#. Is there any how-to or tutorial how to do that? Thank you for the help anyway!

0 项奖励
4 条消息(共 5 条)
4,324 次查看

It's not to hard for one-shot operation. For buffered operations it't not so easy. You can realize this idea by yourself or you can write me on kapresh@mail.ru to get the completed solution.

0 项奖励
5 条消息(共 5 条)
4,322 次查看