06-16-2010 07:33 PM
06-17-2010 11:36 AM
Hi s-p,
As far as determining which pins to use, I would suggest looking through the specs for the 6229. You should be able to use any PFI line for counter measurements. You will need to connector block, such as the SCB-68 in order to gain access to the pins. If you are programming in LabVIEW, I would suggest using the counter measurement examples in the Example Finder (Help->Find Examples->DAQmx->Counter Measurements). You may be interested in measuring the digital frequency if the frequency of the TTL output pulse wave corresponds to the RPM. If this is your first time using DAQmx, I would suggest going through the getting started page.
06-17-2010 03:41 PM
Thank you
i got the connection pin.i connected to PFI9 of 6229 for counting input and frequency ,but i am getting the error-200284.which says measurments:some or all of the samples requested have not yet been acquated.
06-17-2010 05:06 PM
Hi s-p,
The 200284 error that you received refers to a timeout error. Were you able to able to use ctr0 of the 6229 when configuring the DAQmx Create Channel VI? Which example are you using from the Example Finder? Also, can you confirm that your device is visible within Measurement and Automation Explorer (MAX)?
06-17-2010 05:31 PM
Thank you
i was.i am using attached Vi .and my device is visible
06-18-2010 04:24 PM
Hi s-p,
Were you able to use the shipping examples from the Example Finder? I would say to start with those. I have confirmed you will want to use PFI 9 to do low freq counter measurements. I have slightly modified the Meas Dig Freq - Low Freq 1 Counter.VI, and it seems to work fine for me when I simulate a counter. It looks like this:
06-19-2010 11:57 PM
Hi Rohan
you know that two wires are coming out of the Tachometer ,i changed their connection pins with each other ,i mean i connected another one as ground and then the error vanished .but I'm still getting some data which are not the actual frequencies and they are coming automatically.any help?
06-19-2010 11:59 PM
even when i turn the tachometer power off .i still get these data.
06-21-2010 09:09 AM
Hi s-p,
If you are continuing to get some frequency measurements even when your tachometer is off, then it seems like there is still some counter output from the tachometer, despite lack of power. I would suggest that you stop the VI just before powering off the tachometer. That way you won't get any unexpected data. Otherwise, if the errant tachometer data is consistent, you could parse the data so that you eliminate this data.