12-04-2011 06:04 PM
I am upgrading a program from daq to daqmx, and have run into a few problems
These are the two vi's that still have to be rewritten to work with daqmx:
-AI Clock Config.vi
-Count events or time.vi
I was wondering if anyone has experience with these, detailed documentation or if there are any services that offer reprogramming.
Thanks
- Nathan Mingard
12-05-2011 08:17 AM
Hi Nathan
It would be very complex to rewrite some "old" traditional DAQ functions to use it with DAQmx, I think the better and much more faster way is to rewrite your program with the current DAQmx API.
So if you can describe what you would like to do we will be able to help you to program it, maybe there is still an example for it in the LabVIEW example finder ?
Greetz
12-06-2011 10:08 AM - edited 12-06-2011 10:12 AM
Hi Pixar, thanks for the reply
This is the Count events or time.vi in our program, the problem is there is no documentation to the Program & it's very complicated, so starting from scratch as NI suggests is not much of a possibility (and the program has to be finished by the end of December).
-Nathan Mingard
12-07-2011 01:06 AM
Hi Nathan
If you are running out of time there is still the possibility to install the NI Traditional DAQ driver and use it if your hadrware is supported with the traditional DAQ.
For a counter you can find some examples in the LabVIEW example finder (Help -> Find Examples)
There is a prebuilt example to count edges with a DAQ board.
Kind regards