10-24-2007 11:39 AM
10-24-2007 11:49 AM
10-24-2007 12:17 PM
10-24-2007 12:21 PM
I don't think you can use both at the same time - at least not for the same DAQ board.
Yes, if you install traditional DAQ, the old VIs will find the functions and if you only use traditional DAQ, then it should work. If you have a new DAQ board that is not supported with traditional DAQ, then you will have to rewrite the program to use DAQmx.
06-13-2011 06:21 PM
i am facing a similar problem.
is there a way to switch from tranditional DAQ and DAQmx more conviently without reinstallation?
Is the Delyaed Pulse Generator Config.vi an actual VI that i can put it in the sub folder? or is it a feature that is no longer supported?
06-14-2011 01:55 PM
andrew,
If you are transitioning to DAQmx from legacy Traditional DAQ, then I would take a look at this excellent tutorial:
Transition from Traditional NI-DAQ to NI-DAQmx in LabVIEW
To start using DAQmx, you must install DAQmx. The version of DAQmx you should install depends on your LabVIEW version, but any LabVIEW version later than 8.5, you should install the latest DAQmx driver, 9.3.
As for the "Delayed Pulse Generator Config.vi": you will have to implement this functionality in DAQmx. The DAQmx pulse train examples in the Example Finder (LabVIEW » Help » Find Examples » Hardware Input and Output) are a good place to start.
Hope that helps.
Regards,
Aaron