11-24-2005 07:29 AM
11-29-2005 10:08 AM
National Instrument give support for Software, where we can test our Drivers. This is why I had copied a part from the Readme. There you can see the supported Application Softwares.
I searched our WebSite for a dll for DAQmx, like the one you mentioned for traditional DAQ but I didn´t find anything that helps.
If I where you!? Next Step: "I would ask Agilent."
The following table lists the NI application software versions supported by NI-DAQmx and Traditional NI-DAQ (Legacy). If you are not using NI application software, refer to Microsoft Visual Studio Support.
NI Application Software | Versions Supported by NI-DAQmx | Versions Supported by Traditional NI-DAQ (Legacy) |
---|---|---|
LabVIEW | 7.0 and later | 7.0 and later |
LabVIEW Real-Time Module | 7.1 1 and later | 7.0 and later |
LabWindows/CVI | 7.x and later | 6.0—7.x |
Measurement Studio | 7.x and later | 6.0—7.x2 |
1 To use LabVIEW Real-Time Module 7.1 with NI-DAQmx, you must use NI-DAQmx 7.2 or later. | ||
2Traditional NI-DAQ (Legacy) does not include a Measurement Studio C++ or .NET interface. |
The following table lists the programming languages and Microsoft Visual Studio versions supported by NI-DAQmx and Traditional NI-DAQ (Legacy).
Programming Language | Visual Studio Versions Supported by NI-DAQmx | Visual Studio Versions Supported by Traditional NI-DAQ (Legacy) |
---|---|---|
ANSI C | 6.0 and later | 6.0 and later |
C++ | 2003 (7.1)1 | — |
Visual Basic 6.0 | 6.0 SP62 | 6.0 SP63 |
.NET Framework 1.1 Languages (C# and Visual Basic.NET) |
2003 (7.1) | — |
1 Requires Measurement Studio 7.x | ||
2 Support through ANSI C type library | ||
3 Support through ActiveX |
Best regards
Alex
NI Switzerland
11-29-2005 12:09 PM
11-29-2005 06:09 PM
11-30-2005 07:32 AM
Never actually trying this I am just guessing. I think you could try compiling one of the ANSI C examples into a dll. As long as you had DAQ installed and allowed the user to pass in the DeviceName/physical channel I see no reason why that wouldn't work ( I am assuming VEE allows you to call dlls). But, as I guess you have gathered this has never actually been tested.
StuartG
11-30-2005 10:00 AM
12-09-2005
03:45 AM
- last edited on
11-06-2009
08:41 AM
by
Support
Hi Uli,
ist es vielleicht möglich wenn du diesen Eintrag liest, dass du dich eventuell mit mir in Verbindung setzen könntest, da ich wie du ein M Serire DAQ Device mit VEE ansprechen möchte und noch diverse Fragen dembezüglich habe.
Vielen Dank
Uwe Ender
12-26-2005 02:11 AM
01-15-2006 02:07 AM
05-23-2006 03:19 AM
Hi,
I'm currently using VEE 7.5 and trying to take data using NI's DAQPad 6015. Though I found the post for the PCI-651X under VEE very helpful, I'm still having problems with my code. I'm using the posted "nidaqmx_vee.h" and the "nicaiu.dll." I would like to acquire data from a channel until I tell it to stop. Does anyone know how to fix my code to make this work?
Thanks,
Darren