09-08-2010 05:07 AM
Hello to everyone,
I explain my problem. I have a software developed in Visual Basic 6.0, this software interacts with a DAQ PCI component (this component is NI DAQ 6527). I am using the driver DAQ 6.9.3. In this software there lots of functions declared, for example:
Declare Function AI_Change_Parameter% Lib "nidaq32.dll" (ByVal a%, ByVal b%, ByVal c&, ByVal d&)
Declare Function NIDAQDelay Lib "nidex32.dll" (ByVal dSec#) As Integer
...
Most of them are related with the file nidaq32.dll
I need a document with the explanation of any of the functions, and also of the parameters related with these functions.
I attach a document i have found in the NI website, but this document is not enough for me... Anyone can help me?
Thanks a lot!!!
09-22-2010 01:44 AM
Hi Output,
You may find the C reference help at Start >> Programs >> National instruments >>NI-DAQ >> NI-DAQ C reference.
Hope this helps,