12-08-2010 10:43 AM
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.
12-09-2010 01:59 AM
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
12-19-2010 12:07 PM
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:
12-19-2010 02:01 PM
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!
12-19-2010 02:11 PM
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.