10-26-2011 04:46 PM - edited 10-26-2011 04:48 PM
Hello,
I'm trying to convert this VI that does a PWM measurement on a single PFI In line on a 6602 Counter board from Legacy DAQ to the new DAQmx standard. I've finished converting all the other VI's except this one is giving me problems. As fas as I can tell this is gated to the internal timebase so that transitions aren't counted except on the rising edges of the internal clock. What I'm having trouble doing is replicating this code in DAQmx, if anyone could offer a solution, or a good place to look for information I would be much appreciated.
10-27-2011 05:39 PM
Hello, I found a guide that gives some examples of Traditional DAQ applications with there equivalent in DAQmx
http://zone.ni.com/devzone/cda/tut/p/id/4342#toc4
Also you could go to LabVIEW Help>> Find Examples and in the search type PWM and select the Vi that shows and example PWM task, granted it is not a task for your specific application but could be helpful in getting you pointed in the right direction.
Good Luck