09-11-2007 11:37 AM - edited 09-11-2007 11:37 AM
Message Edited by NF1 on 09-11-2007 11:38 AM
09-11-2007 12:07 PM
As you said, the latest version of traditional DAQ does not support Vista.
According to this, NI has no plans to support Vista for the old driver.
09-11-2007 12:26 PM
09-12-2007 11:12 PM
Hi Nia,
Rather than use both Traditional DAQ and DAQmx drivers concurrently, have you considered upgrading the rest of your code to DAQmx? As you’ve seen, DAQmx is fully compatible with Windows Vista. However, there is no Traditional DAQ driver support for Windows Vista.
If you are concerned about the risk of moving your code to DAQmx from Traditional DAQ, keep in mind that there are plenty of shipping examples and online resources that can help in your transition.
That being said, if you would like to discuss this issue further, please post an e-mail address that we could use to contact you offline.
Regards,
Ed W.
Applications Engineer
National Instruments
09-13-2007 09:57 AM
09-13-2007 03:41 PM
09-13-2007 04:05 PM
Hi Ed,
That would be fine. I have spoken with several NI Engineers and pretty much gotten the same response -- unfortunately the NIDSA C API will not be ported to work with the NI-DAQmx driver and although the NI-4461 card is the replacement for the NI-4551 card, it doesn't have an on-board digital signal processor so some of the functionality is lost. It's really too bad because the NIDSA API was a very, very useful toolkit for people who want to use NI hardware within a C++/BASIC platform, and combined with the NI-4551 it was a great option for designing a tester that could do signal generation/processing/analyzing from a regular PC. Plus, after buying the hardware the API was free of charge.
I thought that Labview was written in C/C++, so it seems like it would be feasible to provide more C++ API's to mimic the NIDSA library, even if some of the signal processing has to be moved to number crunching algorithms. Labview is a nifty environment, but I still find it too cumbersome to use beyond a Development/Lab environment.
Thanks,
Nia